• Resolved svenlaurier

    (@svenlaurier)


    I’ve placed a button on a page with some attributes in the URL. When I click on the button the content in the pdf-document is different than on the page.

    After examining the URL I saw that a & has been changed to #038; I can’t show this on my website because this page is not public, but for example: page.php?fname=&school=hofsteden&types= becomes page.php?fname=&print=pdf#038;school=hofsteden&types=
    For now I did a str_replace in the code (on line 498 in pdf-print.php) to fix this problem.

    Do I need to change a setting on my website or is this just a bug in the code?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support andrewsupport

    (@andrewsupport)

    Hi,

    You can try to use the “Full Page Capture to PDF” option. In this case, the plugin will mirror what is shown on the screen.
    If the “Full Page Capture to PDF” option is disabled in order to generate a pdf/print version of the page, the PDF & Print plugin uses the content that is featured in the body of post/page before it is displayed by the browser (i.e. the data featured in the main block on this post/page in the edit mode).

    Plugin Support andrewsupport

    (@andrewsupport)

    Hi,

    Since there is no reply from you, we consider this topic as resolved. We hope you’ve found the solution. If you have any questions, please feel free to contact us via our Help Center – https://support.bestwebsoft.com/.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘URL of button is malformed’ is closed to new replies.