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.