Multiple pages JPG report with
I'm using report builder 10 with Delphi 2006 to create my report that I want
to print/export to JPG format. The report has more than one page which gives
me seveal JPG files. Is there a way to have the report exported under one
JPG file knowing that I have multiple pages in it?
Also, is there a way to set my file name the way I want it?
I'm using myReport.TextFileName := 'myReport.JPG';
but I always get myReport0001.JPG, myReport0002.JPG, myReport0003.JPG,
etc..
Thank you,
-Halim
to print/export to JPG format. The report has more than one page which gives
me seveal JPG files. Is there a way to have the report exported under one
JPG file knowing that I have multiple pages in it?
Also, is there a way to set my file name the way I want it?
I'm using myReport.TextFileName := 'myReport.JPG';
but I always get myReport0001.JPG, myReport0002.JPG, myReport0003.JPG,
etc..
Thank you,
-Halim
This discussion has been closed.
Comments
Depending on which export device you are using to export to a JPG file, you
might want to contact them directly to see if this is possible.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thank you,
-Halim
James Waler
Waler Ltd
http://www.waler.comthe website is not coming up, not sure why. I lost his
email address.Thank you,-Halim
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
-Halim
JPGs do not allow multiple images per file like TIFF or PDF.
The incremental naming is needed to create unique files.