Ajay,
I remember Razzak suggesting to use the entire syntax when printing with the GIF option - maybe that applies to PDFs with images.  There's IMAGE_FORMAT and IMAGE_DPI options that may help - but I haven't played around with it so not entirely sure.
 
PRINT reportname WHERE clause ORDER BY clause +
OPTION PDF +
|FILENAME filespec +
|TITLE value +
|SUBJECT value +
|AUTHOR authorname +
|KEYWORDS values +
|BACKGROUND_COLOR value +
|BACKGROUND_FILE filespec +
|BACKGROUND_TYPE value +
|COMPRESSION_METHOD value +
|FONT_ENCODING value +
|IMAGE_FORMAT value +
|IMAGE_DPI value +
|PIXELFORMAT value +
|INCLUDE_IMAGES value +
|INCLUDE_LINES value +
|INCLUDE_RICHTEXT value +
|INCLUDE_SHAPES value +
|JPEG_QUALITY value +
|RICHTEXT_ENCODING_TYPE value +
|USE_COMPRESSION value +
|OPEN value


From: Ajay Sanghvi [mailto:[EMAIL PROTECTED]
Sent: Friday, July 09, 2004 1:54 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Report printing to PDF file

Hi

 

Could someone help me with an explanation as to what I am doing wrong. Here is my problem. I have a report on which I have displayed a couple of bitmap images which is set to stretch. When I issue the command PRINT rep-name WHERE clause the output in the Print preview is perfect and print correctly. But if I issue the command with the OPTION PDF|FILENAME test.pdf the pdf file is created but the bitmap images are huge, almost 5 times the size.

 

 

Thanks for your help

Ajay Sanghvi  

Reply via email to