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

Unable to set watermark image in pdf

amar wrote on 2018-07-14:
Hi ,

we unable to set watermark image in HTML to pdf using trial api v2 it show Fatal error: Uncaught 455 - Conversion System Error - PDF postprocessing failed. thrown in.

pls suggested for the best solution.

Thanks in advance
Samuel
support wrote on 2018-07-14:
Hi,

We support only PDF files as a watermark. You can convert your watermark image to PDF at first and when use the PDF.
amar wrote on 2018-07-14:
Hi , We are using below method for using water mark in pdf .

$client->setPageWatermark('http://church.clagdev.com/wp-content/plugins/js-church-survey/assets/images/images.pdf');

But it show over the pdf content .

pls see attached error sheet .

Thanks
Samuel
amar wrote on 2018-07-16:
Hi , We are using below method for using water mark in pdf .

$client->setPageWatermark('http://church.clagdev.com/wp-content/plugins/js-church-survey/assets/images/images.pdf');

But it show over the pdf content .

pls see attached error sheet .

Thanks
Samuel
support wrote on 2018-07-17:
Hi Samuel,

Try setPageBackround() instead.