Pdfcrowd Dev Team
Forum Replies Created
-
Forum: Plugins
In reply to: [Save as PDF Plugin by Pdfcrowd] pdfcrowd-remove not removing from outputNo problem at all! It’s great to hear everything is working as expected.
Forum: Plugins
In reply to: [Save as PDF Plugin by Pdfcrowd] pdfcrowd-remove not removing from outputPlease write us to [email protected]
Forum: Plugins
In reply to: [Save as PDF Plugin by Pdfcrowd] pdfcrowd-remove not removing from outputHi,
The
pdfcrowd-remove
class should typically work as expected, so it’s a bit tricky to troubleshoot without being able to inspect the page directly.Would it be possible for you to share a sample HTML snippet or a simplified version of the page where the issue occurs? That could help us replicate the problem on our end and provide a more accurate solution.
Forum: Plugins
In reply to: [Save as PDF Plugin by Pdfcrowd] Need To excludeHello,
Yes, adding the “pdfcrowd-remove” class to an element will hide that element in the PDF output. This is one of the available options for customizing your PDF.
To remove the link from an anchor tag or expand accordion content in the PDF, you can use custom JavaScript. This can be added in the plugin settings under General Options -> Custom JavaScript. The script runs before the PDF is generated, allowing you to modify the web page content as needed.
Regarding pricing, a lifetime plan is not available. We recommend selecting a plan based on your estimated monthly PDF generation. You can easily upgrade or downgrade your plan at any time. PDF generation is measured in credits, where one credit equals 0.5 MB of output data.
For more details on plan parameters, you can visit this page:
https://pdfcrowd.com/faq/api-plans/what-do-individual-plan-parameters-mean/If you need further assistance or would like us to review your specific page, don’t hesitate to reach out at [email protected]. We’d be happy to help!
Forum: Plugins
In reply to: [Save as PDF Plugin by Pdfcrowd] Need To excludeHi,
Thanks for trying out our plugin!Yes, it’s possible to exclude specific sections from the page when generating a PDF. You can find detailed instructions on how to do this here:
https://pdfcrowd.com/faq/api/can-i-suppress-some-parts-of-the-page/To exclude the footer, header, and watermark from the PDF, a license is required. You can choose from our plans here:
https://pdfcrowd.com/pricing/api/If you need further assistance or would like us to review your specific page, feel free to contact us directly at [email protected]. We’ll be happy to help!
Forum: Plugins
In reply to: [Save as Image Plugin by Pdfcrowd] Use plugin like screenshotmaker via CronHello,
To achieve this task it’s easier to use PDFCrowd API direclty, you would need to:
- Use the PDFCrowd API to convert a URL to a PNG file.
- Use the Google Drive API to upload the PNG file to Google Drive.
- Set up a cron job to run the script every minute.
- Maintain only the 10 latest images.
Here’s a step-by-step guide to building the PHP script:
https://chatgpt.com/share/66e7e135-ed90-800e-bb29-f8e8ba1a5d2f
Forum: Plugins
In reply to: [Save as Image Plugin by Pdfcrowd] Use plugin like screenshotmaker via CronHi,
It could be possible to call the underlying HTML to Image API, which the plugin uses, directly from a cron job. You can check out the documentation here for more details:
<a href=” https://pdfcrowd.com/api/html-to-image-api/”>
https://pdfcrowd.com/api/html-to-image-api/
If you need any help with the implementation, feel free to ask.Forum: Plugins
In reply to: [Save as PDF Plugin by Pdfcrowd] Can i Remove First Page Marigin top spaceWe wanted to inform you that we’ve decided to postpone the release of the new WordPress plugin version to the first two weeks of September. This brief delay will ensure we deliver the best possible product.
Forum: Plugins
In reply to: [Save as PDF Plugin by Pdfcrowd] Can i Remove First Page Marigin top spaceOur team is actively working on improvements to address this, and we anticipate releasing the update next week.
Forum: Plugins
In reply to: [Save as PDF Plugin by Pdfcrowd] Admin page to PDFThanks for your feedback.
The replacement for ?Auto Use Cookies option is Conversion Mode – Upload or Content.
Tip: All plugin versions may be get by using tags from this git repository:
— https://github.com/pdfcrowd/pdfcrowd-wordpress-save-as-pdf
????
Version 2.13.0 may be downloaded by the following direct link:
— https://github.com/pdfcrowd/pdfcrowd-wordpress-save-as-pdf/archive/refs/tags/2.13.0.zipForum: Plugins
In reply to: [Save as PDF Plugin by Pdfcrowd] See how it workYou 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.
Forum: Plugins
In reply to: [Save as PDF Plugin by Pdfcrowd] See how it workHello,
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.
Forum: Plugins
In reply to: [Save as PDF Plugin by Pdfcrowd] How to hide pop up (GDPR)Hi,
The pop up can be removed using a custom Javascript code. Go to the plugin settings and on the “General Options” tab set “Custom Javascript” to
jQuery(“#cookie-law-info-bar, .cli-modal, .cli-modal-backdrop”).remove()
I hope this helps.Forum: Plugins
In reply to: [Save as Image Plugin by Pdfcrowd] Opton to output content as infographicHi Julian,
Thank you for using our plugin.
Please write more details about your use-case or send an example to [email protected]. Our plugin is highly customizable and we may find some solution for your case.
Forum: Plugins
In reply to: [Save as PDF Plugin by Pdfcrowd] Not able to set watermarkHi,
I’m receiving another error on your page:
MultiPageWatermark can not be converted to PDF. Image conversion internal error.It seems that you are using URL https://oceanwavesail.com/ as a multipage watermark. The watermark must be PDF file or URL to PDF file.