Page 1 of 1

Printing a data stream to PDF

Posted: Wed Mar 14, 2012 7:17 pm
by Biter
Bullzip api is working well for me in converting different files to PDF or printing to PDF from inside an application with pre existing print functionality.

How ever I want to print a text or image stream to PDF using bullzip.

so far I can read the data into a variable with the filereader method - bullziplib.filereader but I don't know how to pass this to the printer to save it to a PDF

Can anyone offer any guidance?

Thanks