Oleksandr
Forum Replies Created
-
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Is this compatible with Super Forms?Hi,
Unfortunately Super Forms not supported. We will check the possibility to add its support. You can find all supported forms here: https://e2pdf.com/extensions/all
Regarding bulk download it’s also not supported yet but we have this point in our TODO list.
We remain at your service.
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] QuestionCurrently we do not have known issues regarding Arabic language support. Unfortunately there is no yet global option to use RTL but each field/html object has this option separately and can be set via “Right Mouse Click” -> “Properties” -> “RTL” but we expect to fix it in future releases and add it as global. You will need also to use correct font which support Arabic Language.
As about WP Event Manager Plugin, we already have user who successfully used E2Pdf with it. If you will need E2Pdf download link to appear on “event” page, E2Pdf Template must be connected to extension: “WordPress” and item: “Events”. Fields and data can be mapped via “Right Mouse Click” -> “Map”. After this you must be able to use shortcode directly inside event to generate download link, where 1 is the ID of your E2Pdf Template:
[e2pdf-download id="1"]
We remain at your service.
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Ninja form IntigrationHi,
Unfortunately E2Pdf doesn’t support Ninja Forms at this moment. We plan to add its integration in future.
We remain at your service.
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] QuestionUnfortunately E2Pdf doesn’t work with WP Forms. The list of supported plugins listed here: https://e2pdf.com/extensions/all
In theory you must connect E2Pdf Template to any of supported forms for event registration and when user complete form you can generate PDF Link to event certificate or send attachment to email with submitted data.
You can check some our video examples on YouTube to see the way of work: https://www.youtube.com/e2pdf
We remain at your service.
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Upload PDF errorHi,
Do you get this error on other uploaded PDFs? Can you please check if you see “FREE” License Key at “E2Pdf” -> “License”. If yes and you do not see any errors there, then we need please PDF that you are trying to upload to see if we can replicate it on our side and what cause this issue. Thank you.
We remain at your service.
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Update to 1.11.02Hi,
It’s not look like issue with E2Pdf. nocache_headers() is default core function of WordPress and error fired from WordPress admin.php directly, but not from E2Pdf.
Try to check if you do not have broken files as issue looks like connected exactly with this:
wp-load.php
wp-includes/function.phpWe remain at your service.
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Rotate Input fieldHi,
We just released an update (1.11.00) which has support of text fields rotation.
We remain at your service.
Recheck if you correctly set template id, dataset and E2Pdf template is activated. Also keep attention on quotes. It must be ‘single quote’ over whole shortcode and only “double quotes” inside this ‘single quotes’.
You can output path with this modification of shortcode:
echo do_shortcode('[e2pdf-save id="4" dataset="143" name="143" output="path" apply="true"]');
We remain at your service.
Hi,
You must use [e2pdf-save] shortcode, it can be used inside “Success Message” or “Email Notification”, however Gravity Forms doesn’t allow fire events on entry update so you must be able to use hook example to save/overwrite PDFs: https://codeshare.io/GARXKw
In example above it will save PDF if value (Field ID 8) will be changed inside entry. It will be saved under: /wp-content/uploads/e2pdf/tpl/{Template ID}/save/{Entry ID}.pdf
* it’s recommended to change path or name to avoid access from the web with changing “dir” or “name” attribute.
Regarding updating value inside PDF, you must be able to use “Actions” and “Conditions” inside E2Pdf Template to change value: https://imgur.com/a/0uHzk75.
We remain at your service.
Hi,
It looks like plugin was not deactivated correctly before removing. We dropped currently your old activation so try please to “Deactivate” and “Activate” plugin again.
If it will be again issues, please create topic at our “Help Desk”.
We remain at you service.
Hi,
Unfortunately E2Pdf can’t merge PDFs at this moment. It can only fill data to pre-made uploaded mapped PDF or created E2Pdf Template directly.
We remain at your service.
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Rotate Input fieldHi,
Unfortunately no, “rotation” option not yet available. We have this point already in our roadmap and as soon as this feature will be added, we will update this thread to notify you.
We remain at your service.
Can you check please, if you can export data from “E2Pdf” -> “Export” directly? Will it export data or PDF will remain empty? Recheck also please if you do not have forms with same “Admin Label” set and you have latest version of Divi Builder (Divi theme).
Unfortunately, if after check you will not find anything strange, we will need to take a look it directly on your website as it seems can be some conflict or something misconfigured. If it’s possible, you can submit “Support Ticket” with access details here. If not, please, let’s move our discussion to our help desk so we can request some more additional information with examples.
We remain at your service.
There used [e2pdf-download] and [e2pdf-view] shortcodes.
[e2pdf-download id="39"] to Download PDF! [e2pdf-view id="39" height="1035"]
Did you map fields inside PDF? Here is small example of connection E2Pdf Template to Divi Contact Forms and mapping fields: https://www.youtube.com/watch?v=tK8or6B9qTs
To turn off mail notification it must be enough just remove your email under input email field while form editing.
If you still unsuccessful with setup, please create topic at our Help Desk with some screenshots attached how you setup your E2Pdf Template and how you setup “Success Message”.
We remain at your service.