Hello @lucasengel,
The plugin is designed to work with any page size out-of-the-box. Just adjust your XY settings to get the watermark into the desired position. Please let me know if this doesn’t answer your question.
I guess I wan’t that lucky with the auto detection. The file created was a cropped version of the original pdf, a bit more than a quarter of it’s size.
Yikes! Would you be able to email me the PDF to cap at little-package com ?
Just did. Thanks for your support, your plugin seems to be amazing. =)
Hi again @lucasengel,
Here is a patch for you to implement now; I will get it going soon on the next version of WaterWoo. Open the file waterwoo-pdf/inc/class_wwpdf_watermark.php and change line 65
$this->pdf->useTemplate($tplidx);
to this:
$this->pdf->useTemplate($tplidx, null, null, $specs['w'], $specs['h'], true);
That should work for your truly unique page size. 🙂
You’re incredible! Thank you so much for the help and your time. =)