ziopex / plsql-utils

Automatically exported from code.google.com/p/plsql-utils
0 stars 0 forks source link

Brian's Code #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here’s the code.  I’ve renamed the package to wpdf.  

Main changes:
1. Removed tv32k  and replaced it with tvclob
2. Variable pdfDoc is now of type clob
3. Overloaded function strlen (pstr clob) return number 
4. Overloaded procedure p_out(pstr clob, pCRLF boolean default true) 
5. Overloaded procedure p_putstream(pstr clob) 
6. Changed procedure Output to work with new lob vars
7. Added javascript support, I mainly use this to auto print the pdf, search 
for “js” and you’ll see the new variables and procedures.

You’ll also need procedure htpc which will htp.p a clob datatype, it’s 
included.

I worked on the conversion to clob last night for a few hours.  It works on the 
one large pdf I’ve created.  One thing I would like to investigate is if the 
variables pages and pdfDoc are both truly needed.   I haven’t had time to 
look into the code at depth. 

My email is brian@databaseknowledge.com, I'm really happy we can make this 
functional.  If I've left out any other external procedures, let me know and 
I'll upload.

Original issue reported on code.google.com by brian%da...@gtempaccount.com on 9 Jun 2011 at 1:41

Attachments:

GoogleCodeExporter commented 8 years ago
The change for this is done now. Merged into PDFGEN_PKG in the "extras" folder.

Original comment by thehunge...@gmail.com on 3 Aug 2011 at 1:02

GoogleCodeExporter commented 8 years ago
Great...super.  

Original comment by brian%da...@gtempaccount.com on 3 Aug 2011 at 2:31

GoogleCodeExporter commented 8 years ago
Hi.I want to automate generation of pdf report in server.i have compiled all 
the three mentioned code in my server. but i am getting numeric value error.

Original comment by dutta.ad...@gmail.com on 26 May 2014 at 9:39

GoogleCodeExporter commented 8 years ago
I've had so many changes to the code, I've made it available in my dropbox.  
You can get the link by going here:  http://databaseknowledge.com/services.htm 

Original comment by br...@databaseknowledge.com on 26 May 2014 at 4:02