Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: convert into pdf
On 09/30/2005 08:07:10 AM, raja rao wrote:
> Hi All,
>
> Is there a way to convert oracle data (data in the oracle database) into pdf format file ?
>
> or
>
> also is there a way to covert data from solaris (os) to a pdf format ?
Try with "dd if=/dev/rdsk/vx/cdg/system01 of=/tmp/dictionary.pdf bs=8192". If that fails, CPAN is your friend. You can find things like PDF::Writer, PDF::API2, even extremely exotic things like DBI and DBD::Oracle that hardly anybody ever uses. That can be used to write things like PDF, HTML tables, excel and may be one or two more formats.
-- Mladen Gogala http://www.mgogala.com -- http://www.freelists.org/webpage/oracle-lReceived on Fri Sep 30 2005 - 07:38:32 CDT
![]() |
![]() |