Announcement

Collapse
No announcement yet.

save RTF in A4 papersize

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ovm
    replied
    when the RTF-header contains the dimensions of the paper in Twips
    Code:
    \paperw11906\paperh16838
    the RTF-file is recognized as A4-format

    the dimension must be added manualy.
    APMS does not support this feature.
    After saving the file with APMS the header will be replaced with a standard header and the dimensions are set to default again (12249 x 15840 = Letter)

    example A4-size:

    Code:
    {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 MS Shell Dlg;}}
    \paperw11906\paperh16838
    \viewkind4\uc1\pard\b\f0\fs20 123\par
    }

    Leave a comment:


  • ovm
    started a topic save RTF in A4 papersize

    save RTF in A4 papersize

    When I save RTF-text from a RTF-object, the papersize is set and shown as "Letter" when the document is opened in Word.
    It is unpossible to print the page with an A4-printer.
    So what I need is the papersize of the RTF-file set as A4-format.

    Any ideas how to do that?


    mario
Working...
X