Margins? Pages? PDFPageStyle?

Last post 04-24-2013, 4:54 AM by Jeff. 1 replies.
Sort Posts: Previous Next
  •  04-23-2013, 4:20 PM 77275

    Margins? Pages? PDFPageStyle?

    Does anyone know how to make the editor behave as if it was running on A4 sheets of paper with margins? like in Word? So that users can see where the pages breaks are, and when we save as PDF it produces a document with margins, not with everything starting in the extreme top left corner?

     

    I can see a value called PDFPageStyle but it seems greyed out in the IDE and the spec document says [Missing <summary> documentation for "P:RTE.Editor.PDFPageStyle"] for that item so I don't know if that's anything to do with it.

    Filed under:
  •  04-24-2013, 4:54 AM 77279 in reply to 77275

    Re: Margins? Pages? PDFPageStyle?

    Dear customer,
     
    The following code is A4 size,
     
    72 dpi (web) = 595 X 842 pixels 
    300 dpi (print) = 2480 X 3508 pixels 
    600 dpi (print) = 4960 X 7016 pixels 
     
    In RTE's setting,  it can not auto break page,
    but you can set the default width and margin for RTE,
    for example:
     
    Width="597px" EditorBodyStyle="margin:30px 20px 25px 20px;"
     
     
    For the PDFPageStyle , it is not a designer property in IDE, it is just used by saving pdf file.
    If you want to know more about this, please refer to http://richtexteditor.com/test/method/savepdf.aspx
    Regards,
    Jeff 
     
View as RSS news feed in XML