Does your programming interface provide hooks or callback
services to notify an application or an other service about the PDF
file creation progress?
I would like that a function or an object
gets automatically informed if a new page will be started or
finished. An user interface can display this change in a progress
dialog.
Logged In: YES
user_id=703525
PangoPDF does not currently provide such hooks or callbacks.
Can you provide a sample of the sort of API you are looking for?
Logged In: YES
user_id=572001
Can the generation of PDF files be seen as a printing process?
How do you think about to cooperate with the API "http://www.pwg.org/ipp/" or "http://www.cups.org/"?