Razzak,

Thanks for the help.

I've got bad news and bad news. Remember I don't criticize but I'm sure
missing something here.

1. My newly updated 7.5 help files doesn't have EMBED_USED_FONTS listed.
Also I need R:Docs version 5 since 2.4 doesn't have that option either.  :)

2. I copied your text below verbatim. I modified the report in RRBYW10 and
changed the the Label with 'Consolidated Computer Company' to my trouble
font of MS LineDraw and saved the report. Run the code.
Go to another computer that does not have MS LineDraw. Try to pull up the
file and got the message
'Unable to finde or create the font 'MSLineDraw''.
I've tried the settings under FONT_ENCODING to WIN_ANSI, PLAINTEXT, PDF with
no change in performance.
I've also tried the setting under RICHTEXT_ENCODING_TYPE to
WIN_ANSI,PLAINTEXT and PDF with no luck.

A bit of a head scratcher but I will keep playing.

Jan

----- Original Message -----
From: "A. Razzak Memon" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Wednesday, October 19, 2005 11:18 AM
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.
>
>

Reply via email to