E2Pdf
Forum Replies Created
-
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Creating customised reportsHello,
- 2. Unfortunately, E2Pdf doesn’t have built-in functionality to do math or create own surveys, so it will depend on the form plugin, that is used with E2Pdf. For example, Fominator, Formidable Forms, and Gravity Forms have some such options but need to check whether will fit best for your needs.
- E2Pdf has “Actions” and “Conditions” that allow to change the values depending on the stored data in the entry, it has also comparison conditions: https://e2pdf.com/docs/actions/element#condition
- Graphs functionality is currently under active development and this feature must be available soon in the RC version, it’s currently under the “testing” stage.
- This is the default functionality of E2Pdf. It can output a PDF download link or PDF view or can be sent by email, depending on the shortcodes used. The basic setup can be found here: https://e2pdf.com/docs/getstarted
Hello,
We need to take a look at the E2Pdf Template. Can you please download the backup and submit it to us via: https://e2pdf.com/support/contact
We remain at your service.
Hello,
E2Pdf doesn’t save PDFs on your server by default, however, it uses data from the created entries in real-time, so an entry must exist when PDF generation/download is requested.
Some forms have the possibility of not saving entries upon submission like Formidable Forms / Forminator Forms / Gravity Forms – in this case, E2Pdf can be used just to send an email with a PDF attachment via [e2pdf-attachment] shortcode.
We remain at your service.
Hello,
If it needs to output in “textarea”, it must be possible to use the construction as:
[e2pdf-format-output explode=", " implode="\r\n"][123][/e2pdf-format-output]
If inside “HTML” object:
[e2pdf-format-output explode=", " implode="<br>"][123][/e2pdf-format-output]
If it needs to output values completely separate, it can be used shortcodes as:
[e2pdf-format-output explode=", " output="{0}"][123][/e2pdf-format-output]
[e2pdf-format-output explode=", " output="{1}"][123][/e2pdf-format-output]
and so on by increasing the value via the “output” attribute…
[123] must be replaced with your Field ID that outputs value as Apple, Orange, Mango, Coconut
We remain at your service.
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] importing with linksWe do not limit the size of the uploaded PDFs from our side, however, it can be limited by your PHP settings.
As for the multipage – yes, but it’s correct for the “FREE” version. It’s limited to single-paged PDFs, so multi-page PDFs can’t be uploaded and used.
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] importing with linksHello,
If you need to use your PDF as a PDF Source – it must not affect the links inside PDF, E2Pdf currently must affect just the “fields” placed in PDF.
We remain at your service.
Forum: Reviews
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Amazing plugin with Amazing SupportThank you for the great review ??
Regards,
E2Pdf Team
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] RGPD complianceHello,
You can find our data processing agreement here: https://e2pdf.com/legal/gdpr/data-processing-agreement
To fully comply with GDPR regulations, you can use API servers located in the EU: api3.e2pdf.com / api4.e2pdf.com. API server can be set at “E2Pdf” -> “Settings”.
Forum: Reviews
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Outstanding pluginThank you for the awesome review, we really appreciate that!
Regards
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Save the page as PDFHello,
Unfortunately, E2Pdf doesn’t have such feature.
We remain at your service.
Hello,
It looks like the task can be accomplished by using “Actions and Conditions”. Check please our documentation page: https://e2pdf.com/docs/actions
Your PDF is fully flattened (PDF Flatten is set to “Full”) – which means that PDF data will be as “Image”.
You need to switch “PDF Flatten” to “Yes” instead, inside E2Pdf Template Settings (Recommended):
https://e2pdf.com/docs/templates/builder/settings#pdf
Or add attribute to the shortcode:
[e2pdf-download id="1" flatten="1"]
Unfortunately, we need to take a look at the generated PDF and Page source to see if it has some specified setup. You can contact us directly here and attach the Page URL or PDF: https://e2pdf.com/support/contact
Hello,
Links must be included in PDF. It can be just not visible. You can try to add to the CSS section of the HTML block:
a { color: #007cba; text-decoration: underline; }
If a shortcode is added to Post Content, it can be excluded by wrapping the shortcode as:
[e2pdf-exclude][e2pdf-download id="1"][/e2pdf-exclude]
P.S. We are preparing a major update on the HTML render engine and plan to release it this month. It will have extended and complex CSS settings support and the possibility to hide elements directly via “display: none;” as unfortunately it’s not yet supported.
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] How to name the PDFHi,
This feature is available in our free version. It needs just to subscribe to our newsletter. You can unsubscribe or control email notifications at any time after the subscription.
P.S. Setting via the shortcode attribute also will work.
We remain at your service.