Pdfcrowd Dev Team
Forum Replies Created
-
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.
Forum: Plugins
In reply to: [Save as PDF Plugin by PDFCrowd] Not showing full charts on the PDFHi,
Thank you for trying out the plugin.
The charts are not printed because they are loaded dynamically with a delay. To make the plugin wait for them, you need to set the “Javascript Delay” option on the “General Options” tab to at least 8000ms.
The demo version allows a maximum of 2000ms. If you want to try the 8000ms, you can start a free trial, send us your username to support@pdfcrowd.com and we will configure the trial for you.
Forum: Plugins
In reply to: [Save as PDF Plugin by PDFCrowd] Not all images renderedWe are glad the plugin is working for you.
And thank your for your positive feedback!
Forum: Plugins
In reply to: [Save as PDF Plugin by PDFCrowd] Not all images renderedHi,
Thank you for trying out the plugin!
>> lazy loading images
Go to the plugin settings and increase the Viewport Height on the Print Resolution tab. Try, for example, 100000.
>> demo mode
Yes, the API license removes the overlay with the bottom box and DEMO. Here is the link:
Forum: Plugins
In reply to: [Save as PDF Plugin by PDFCrowd] Page pdf custom, page breackHi,
Yes it is. The following HTML code forces a page break:
<div style="page-break-after:always"></div>Forum: Reviews
In reply to: [Save as PDF Plugin by PDFCrowd] Free version is uselessHi,
It is explicitly mentioned in the plugin description that the free version puts a DEMO watermark over the content in the free mode.
A Pdfcrowd API license is needed to remove the watermark.
The trial API license:
— https://pdfcrowd.com/user/sign_up/?pid=api-trial2The paid API license:
— https://pdfcrowd.com/pricing/api/?api=v2Forum: Plugins
In reply to: [Save as PDF Plugin by PDFCrowd] Many PDF pages originated from DIVHi,
This should be possible in general but the actual implementation depends on what you have now. If you have an existing web site, please send us a link to support@pdfcrowd.com and we can try to advise.
Forum: Plugins
In reply to: [Save as PDF Plugin by PDFCrowd] pdf line break in content-only pdfHello,
Try to use wider viewport area for the conversion by setting Viewport Width to 1100 on the Print Resolution option tab.
Also try to enlarge the main content to fit the whole page by setting Custom Javascript on the General Options tab to:
jQuery(‘#main-content’).css(‘width’, ‘100%’);The following links shows settings applied on your URL.
https://pdfcrowd.com/s/9vnE/Note: Your page shows this Javascript error:
Mixed Content: The page at ‘https://www.whitefox2k.de/521-2/’ was loaded over HTTPS, but requested an insecure script ‘http://static.wowhead.com/widgets/power.js’. This request has been blocked; the content must be served over HTTPS.Forum: Plugins
In reply to: [Save as PDF Plugin by PDFCrowd] Copy does not include Block editor settingsI’m sorry I still do not understand. Our plugin does not copy/duplicate posts.
Forum: Plugins
In reply to: [Save as PDF Plugin by PDFCrowd] Copy does not include Block editor settingsHello Marco,
I’m not sure if your question should be directed to another plugin.
Forum: Plugins
In reply to: [Save as PDF Plugin by PDFCrowd] Remove sidebar + header from PDFHello,
There a few ways, e.g. add pdfcrowd-remove class to unwanted elements. See details:
https://pdfcrowd.com/faq/can-i-suppress-some-parts-of-the-page/?tbh=removes+removeThe alternative, which may be simpler for your page, is to convert just a main content of your page by setting “Element To Convert” to #content in the plugin settings General Options tab. Here is a demo (plus it removes gray background color by a custom JavaScript):
https://pdfcrowd.com/s/zVnm/Forum: Plugins
In reply to: [Save as PDF Plugin by PDFCrowd] “Saving…” label appearing at top of pdfHi,
Tip for users – the issue was resolved by suppressing HTML content with “Saving…” label:
Plugin settings tab General Options – Custom JavaScript set to:
libPdfcrowd.removeZIndexHigherThan({zlimit: 1000});Forum: Plugins
In reply to: [Save as PDF Plugin by PDFCrowd] Save WordPress admin page to PDFHi,
Tip for clients – the issue was resolved by using these plugin settings:
Mode tab:
Conversion Mode – URL
Auto Use Cookies – checkGeneral Options tab:
Disable JavaScript – uncheck
JavaScript Delay – 2000ms`Forum: Plugins
In reply to: [Save as PDF Plugin by PDFCrowd] Save WordPress admin page to PDFHi Alexis,
OK. To resolve the issue we need to reproduce it. Is there any way for us to access the page? Do you have an account with us or do you use the demo license?
You can use email support@pdfcrowd.com to share sensitive information with us.
Forum: Plugins
In reply to: [Save as PDF Plugin by PDFCrowd] Save WordPress admin page to PDFHi,
In the plugin settings on the Mode tab, try either of the following:
– Set the Conversion mode to Upload,
– or check the “Auto Use Cookies” option.Does this help?