Oh, but I remembered there was such a thing! So maybe just a small penalty for not being as organized as I should.
-----Original Message----- From: A. Razzak Memon [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 19, 2005 2:18 PM To: RBG7-L Mailing List Subject: [RBG7-L] - RE: Fonts in PDF At 02:06 PM 10/19/2005, Dawn Oaks wrote: >I can't find it right now, but I could swear I saw something about an >enhancement that would embed the fonts from the generating computer >with the pdf. Dawn, Did you know that there is a penalty for not remembering? <g> Among *many* additions, EMBED_USED_FONTS ON is the key option for PDF reports in R:BASE 7.5 for Windows! Example: CONNECT RRBYW10 PRINT SalesSumAndSubTot + OPTION PDF + |AUTHOR Sales Team of ConComp + |BACKGROUND_COLOR WHITE + |BACKGROUND_FILE NONE + |BACKGROUND_TYPE CENTER + |COMPRESSION_METHOD MAXCOMPRESS + |DURATION 0 + |EMBED_USED_FONTS ON + |ENCRYPT_FILE ON + |ENCRYPTION_LEVEL 128BIT + |FILENAME SalesSumAndSubTotals.PDF + |FONT_ENCODING WIN_ANSI + |GENERATE_TOC ON + |IMAGE_DPI -1 + |IMAGE_FORMAT JPG + |INCLUDE_HYPERLINKS ON + |INCLUDE_IMAGES ON + |INCLUDE_LINES ON + |INCLUDE_RICHTEXT ON + |INCLUDE_SHAPES ON + |JPEG_QUALITY 100 + |KEYWORDS SubTotals Totals Sales Summary + OPEN ON + OWNER_PASSWORD |RRBYW10Owner + ENABLE_PRINTING OFF + ENABLE_COPYING OFF + |ENABLE_MODIFYING OFF + PIXELFORMAT 32 + PRESENTATION_MODE NONE + |RICHTEXT_ENCODING_TYPE PLAINTEXT + SHOW_CANCEL_DIALOG ON + SUBJECT |Sales Summary Report + TITLE Customer Sales Sub-Totals and Totals + |USE_COMPRESSION ON + USER_PASSWORD RRBYW10 + PAGE_LAYOUT_SINGLE_PAGE + |PAGE_MODE NONE + HIDE_TOOLBAR OFF + HIDE_MENUBAR OFF + HIDE_WINDOW_UI |OFF + FIT_WINDOW OFF + CENTER_WINDOW OFF + NON_FULL_SCREEN_PAGE_MODE |NONE RETURN Enjoy and make sure to have fun! Very Best R:egards, Razzak.
