From oracle-l-bounce@freelists.org Fri Sep 30 07:38:32 2005 Return-Path: Received: from air891.startdedicated.com (root@localhost) by orafaq.com (8.12.10/8.12.10) with ESMTP id j8UCc7Xw005623 for ; Fri, 30 Sep 2005 07:38:17 -0500 X-ClientAddr: 206.53.239.180 Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180]) by air891.startdedicated.com (8.12.10/8.12.10) with ESMTP id j8UCbn6H005543 for ; Fri, 30 Sep 2005 07:37:59 -0500 Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id B442B1F0150; Fri, 30 Sep 2005 07:37:26 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15190-08; Fri, 30 Sep 2005 07:37:26 -0500 (EST) Received: from turing (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 35D091F00FA; Fri, 30 Sep 2005 07:37:26 -0500 (EST) Date: Fri, 30 Sep 2005 12:35:28 +0000 From: Mladen Gogala Subject: Re: convert into pdf To: raja4list@yahoo.com Cc: oracle list References: <20050930120710.81411.qmail@web31412.mail.mud.yahoo.com> In-Reply-To: <20050930120710.81411.qmail@web31412.mail.mud.yahoo.com> (from raja4list@yahoo.com on Fri Sep 30 08:07:10 2005) Message-Id: <1128083728l.6717l.0l@medo.noip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by Ecartis X-archive-position: 26157 X-ecartis-version: Ecartis v1.0.0 Sender: oracle-l-bounce@freelists.org Errors-To: oracle-l-bounce@freelists.org X-original-sender: gogala@sbcglobal.net Precedence: normal Reply-To: gogala@sbcglobal.net X-list: oracle-l X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at avenirtech.net X-mailscan-MailScanner-Information: Please contact the ISP for more information X-mailscan-MailScanner: Found to be clean X-MailScanner-From: oracle-l-bounce@freelists.org X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on air891.startdedicated.com X-Spam-Status: No, hits=-3.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 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-l