Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pdfcrowd Dev Team

    (@pdfcrowd)

    Hello,

    You can see the plugin output preview using the link below:

    https://pdfcrowd.com/preview/html-to-pdf/

    Enter a link to your web page and it will generate multiple previews using different plugin settings.

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks, I saw I need payment to remove the watermark
    How do I know what plan is the right for me?
    Can I remove the header, footer or any element I don’t want to show on the PDF?

    Plugin Author Pdfcrowd Dev Team

    (@pdfcrowd)

    You can start with the lowest plan and upgrade anytime when needed. Our system will send you a notification when your account runs low on credits.
    https://pdfcrowd.com/pricing/api/

    As for removing elements from PDF, possible options are:
    1/ Use the the Custom CSS option on the General tab to remove elements. An example:
    header, footer, #id, .class { display: none }

    2/ Use the Custom JavaScript option on the same tab:
    jQuery("header, footer, #id, .class").remove()

    You can find other options to remove parts of the page here:
    https://pdfcrowd.com/faq/can-i-suppress-some-parts-of-the-page/

    If you need any help with the settings for your website, you can contact us directly at [email protected]. We will be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘See how it work’ is closed to new replies.