Printing a data stream to PDF

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
Biter
Posts: 1
Joined: Wed Mar 14, 2012 7:11 pm

Printing a data stream to PDF

Post 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
Post Reply