• Resolved Nemanja Tomanovic

    (@tomassrbija)


    Hi Codemenschen team!

    For Style 1 you recommend an image size of 1000px x 760px. Is there an easy way to change these dimensions on pdf? More precise we need to be 1000px x 471px.

    Thank you in advance for your help,
    Nemanja

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Codemenschen

    (@codemenschen)

    Hi @tomassrbija

    You can change the size from below path, you need to modify 3 files. here is image which line need to modify.
    /gift-voucher-pro/templates/pdfstyles/style1.php
    /gift-voucher-pro/templates/pdfstyles/style2.php
    /gift-voucher-pro/templates/pdfstyles/style3.php

    $pdf->Image($image, 0, 0, 595, 453); here 595 is width and 453 height.

    Let us know if any further queries.

    Thread Starter Nemanja Tomanovic

    (@tomassrbija)

    Thank you for showing me where to start with this. It turns out that this is only a start point and there are more places which coordinate need to be adjusted to have nice design on pdfs. I made some progress with this and pretty much adjusted everything except two titles that I can’t figure out how to show. I’ve sent you files to email. Hope this is something you can assist me with.

    Thank you for your amazing support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change image size for Style 1’ is closed to new replies.