allcolor / YaHP-Converter

YaHP is a Java library that allows you to convert an HTML document into a PDF document.
GNU Lesser General Public License v2.1
56 stars 23 forks source link

Identifier of converting completely #37

Closed milkdeliver closed 9 years ago

milkdeliver commented 9 years ago

Hi, I looked into the API of Converter but do not find a Identifier that could explicitly tell us the converter process has been completed.Do I skip something?Thank you for your help.

Best regards

allcolor commented 9 years ago

Hi,

I don't understand your question. The process is completed when the method returns a handle to the PDF file, or throws an exception because it cannot convert it.

Regards

2015-08-11 10:46 GMT+02:00 Milkdelivery notifications@github.com:

Hi, I looked into the API of Converter but do not find a Identifier that could explicitly tell us the converter process has been completed.Do I skip something?Thank you for your help.

Best regards

— Reply to this email directly or view it on GitHub https://github.com/allcolor/YaHP-Converter/issues/37.

All those moments will be lost in time, like tears in rain. (Roy Batty/Rutger Hauer)

milkdeliver commented 9 years ago

Hi,

Sorry to confuse you.Try to make it clearly.

Converter transformed the html to pdf then need to have a response to the client side which tells the font-end the process has been done.

allcolor commented 9 years ago

But you call it from java, when the method returns the handle to the file, the conversion is done... I still don't understand the question.

Regards, Quentin

2015-08-12 11:05 GMT+02:00 Milkdelivery notifications@github.com:

Hi,

Sorry to confuse you.Try to make it clearly.

Converter transformed the html to pdf then need to have a response to the client side which tells the font-end the process has been done.

— Reply to this email directly or view it on GitHub https://github.com/allcolor/YaHP-Converter/issues/37#issuecomment-130224665 .

All those moments will be lost in time, like tears in rain. (Roy Batty/Rutger Hauer)

milkdeliver commented 9 years ago

Finally I solved it. Thank you Quentin with so much patience.