Search results
30 wrz 2009 · You may want to look into Oracle Application Express to create PDF reports, but depending on how the output is coming out from your stored procedure, it may not be an easy tool to use. You can find directions here: http://www.oracle.com/technology/obe/apex/apex31nf/apex31rpt.htm#t1
Sample Word Report Package 8-1 Sample PowerPoint Report Package 8-5 Sample PDF Report Package 8-7 Opening the Report Package 8-11 Working with the Report Center 8-11 Editing Report Packages 8-13 Working with the Style Sample Document 8-17 Working with Development Phases 8-22. 9 . Installing Samples. iv. Adding and Organizing Report Package ...
PdfGen - An Oracle PL/SQL PDF Generator. Create an attractive report from a SQL query with capabilities similar to those available in sqlplus report generator, but with control over fonts, margins, page size, and orientation. (See samples directory for PDF files it produced.)
This tutorial shows you step by step how to create a PL/SQL package specification by using the CREATE PACKAGE statement.
10 maj 2010 · PL/PDF - Procedure template Example. Bhushan Sarwade May 10 2010 — edited Nov 9 2010. Hellow All, I have Oracle XE 10g with Oracle Apex and I installed PL/PDF in the same. I tried to execute the template procedure given in the installation guide.
PL/PDF is a PL/SQL package collection that you can use to create PDF files. This guide will help you from the beginning to generate your first PL/PDF generated PDF sample file.
31 sie 2006 · My approach was to create a procedure to be executed weekly through the dbms_job package. Among other things, that PL/SQL procedure executes a host call to launch a Perl script, which generates the letter in PDF format, using the PDF::API2 library, and loads the letter up in the database.