Larry,
When we do order acknowledgements we have a page of legalese that gets included. The rich text data is stored in a varbit column which is retrieved into a variable. In the report a variable rich text object is placed in the report footer band. The report is printed to PDF. A typical 3-page PDF is about 155k, and this includes a logo image. The PRINT command looks like this: PRINT . OPTION . |COMPRESSION METHOD normal|FONT_ENCODING WIN_ANSI|INCLUDE_RICHTEXT ON|USE_COMPRESSION ON The full page of terms and conditions comes out formatted just as expected. Emmitt Dove Manager, Converting Applications Development Evergreen Packaging, Inc. [email protected] (203) 214-5683 m (203) 643-8022 o (203) 643-8086 f [email protected] From: [email protected] [mailto:[email protected]] On Behalf Of Lawrence Lustig Sent: Thursday, February 12, 2009 1:57 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RTF in PDF output reports. I'm printing a report direct to PDF for emailing purposes. It contains a number of RTF documents. When I print the report on the screen, the RTF appears correctly, retaining the formatting I entered in the R:Base rich text editor. But when I print to PDF, I apparently have two options for encoding the RTF text: IMAGE: which converts the RTF to images inside the PDF. This preserves the formatting, but produces ginormous PDF files and means that the text in the PDF cannot be searched or selected. PLAINTEXT: which leaves the text as text (searchable and small file size) but eliminates all the formatting (bold, fonts, indents). I need the formatting (this is contractual material with multiple levels of indents) but what I really want is to simply have the RTF formatting encoded in the PDF as proper, formatted, PDF text. I assume this can't be done, since I don't see on option for it. Has anyone dealt with this issue? -- Larry

