This is an archived forum post. The information may be outdated. Contact us if you have any questions.

third party libraries

151445236 wrote on 2011-10-25:
If I choose to use Web/HTML to PDF API, there is no need to install/add any webbrowser control on the server right? So it is not a virtual printing technology?
support wrote on 2011-10-25:
It is not a virtual printing technology. There is no need to install any third party software.

PDFs are created on our servers. The client library is tiny and it just transforms API method calls to an HTTP POST request, sends it to our servers and retrieves back generated PDF.
151445236 wrote on 2011-10-25:
thanks for your reply.It is clear.