15 pts.
 Printing a PDF image from BLOB using SQLRPLGE
How to print a PDF image stored in BLOB from SQLRPGLE?

Software/Hardware used:
AS400 DB2
ASKED: July 8, 2010  6:54 AM
UPDATED: July 13, 2010  5:45 AM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I can only think of one rational possibility.

You can bring the data for the .PDF into your program using SQL. Your program copies the data to a streamfile, and then prints the .PDF streamfile in whatever way you normally print your .PDFs from streamfiles. The streamfile would be a temporary one that would eventually need to be deleted.

I don’t know if I can find the time to start describing an alternative.

Tom

 107,695 pts.