Report output as an image [message #149131] |
Wed, 30 November 2005 04:11 |
aditya_itc
Messages: 6 Registered: November 2005 Location: In
|
Junior Member |
|
|
Hi gurus,
I'm aware that a report output can be converted to PDF format by setting DESFORMAT to PDF.
But is it possible to get the report output as an image file (JPG, TIFF,GIF or any other) ??
Is there any utility / package which can help me do that ??
Thanks in advance,
Aditya
|
|
|
Re: Report output as an image [message #149179 is a reply to message #149131] |
Wed, 30 November 2005 08:11 |
kiran
Messages: 503 Registered: July 2000
|
Senior Member |
|
|
Just have a look at this......
DESFORMAT Is either:
the output format for the report (for example, PDF, HTML,
HTMLCSS, RTF, XML, SPREADSHEET, DELIMITED, or
DELIMITEDDATA for bitmapped reports).
the printer definition to use when formatting the report
when DESTYPE=FILE and DESNAME=filename. If
MODE=BITMAP, this is the name of the printer. If
MODE=CHARACTER, this is the character mode printer
definition file (.prt file).
Source : Oracle documentation.
--Kiran.
|
|
|