Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter lucasengel

    (@lucasengel)

    Plugin Author Little Package

    (@littlepackage)

    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.

    Thread Starter lucasengel

    (@lucasengel)

    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.

    Plugin Author Little Package

    (@littlepackage)

    Yikes! Would you be able to email me the PDF to cap at little-package com ?

    Thread Starter lucasengel

    (@lucasengel)

    Just did. Thanks for your support, your plugin seems to be amazing. =)

    Plugin Author Little Package

    (@littlepackage)

    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. 🙂

    Thread Starter lucasengel

    (@lucasengel)

    You’re incredible! Thank you so much for the help and your time. =)

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Page Size’ is closed to new replies.