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

convert to Base64 string

dave wrote on 2017-12-01:
How should I go about converting the response from convertHtml() to a base64 string?
support wrote on 2017-12-03:
Hello,

It depends on your client language. e.g. for PHP you can use base64_encode function
WilberTi wrote on 2017-12-06:
Hello, how do I know which is the appropriate function for a certain language? Is there a list somewhere?
support wrote on 2017-12-07:
Hi,

If you mean a list of Pdfcrowd functions, we have a list of methods for the new API here:

-- https://pdfcrowd.com/api/method-index/

If you mean a function in general, you probably need to google it.