Forum Replies Created

Viewing 10 replies - 301 through 310 (of 310 total)
  • Plugin Author Oleksandr

    (@oleksandrz)

    We just released a hotfix for current issue with support of dynamic dataset.

    Please follow steps in this topic:
    https://e2pdf.com/support/desk/dynamic-dataset-id-with-wordpress-page-builder-beaver-builder.

    Let us know please if it will be any issues after applying hotfix. Thank you.

    Keep attention please to copy shortcodes below or use shortcodes directly from your E2Pdf Template to have correct “double-quotes” around attribute values.

    [e2pdf-download id="1"]

    [e2pdf-download id="1" dataset="22"]

    We remain at your service.

    • This reply was modified 4 years, 11 months ago by Oleksandr.
    • This reply was modified 4 years, 11 months ago by Oleksandr.
    • This reply was modified 4 years, 11 months ago by Oleksandr.
    Plugin Author Oleksandr

    (@oleksandrz)

    Hi,

    After doing some tests it looks like the issue is connected in conflict with Beaver Builder editor, when using [e2pdf-download id=”1″], with dynamic dataset. We are now investigating the issue if we can fix it from our side.

    Meanwhile, you can try to define “dataset” in shortcode with current Page ID, which must work to generate a link. [e2pdf-download id=”1″ dataset=”22″]

    If static dataset will not work for you, it will be very helpful if you create topic on our Help Desk, so we can share screenshots and can resolve issue the fastest we can: https://e2pdf.com/support/desk. Thank you.

    We remain at your service.

    • This reply was modified 4 years, 11 months ago by Oleksandr.
    • This reply was modified 4 years, 11 months ago by Oleksandr.
    • This reply was modified 4 years, 11 months ago by Oleksandr.
    Plugin Author Oleksandr

    (@oleksandrz)

    Hi,

    E2Pdf is built to convert data from supported forms/WordPress Post&Pages/WordPress Custom Post Types to PDF documents. Unfortunately, Cognito Forms does not supported yet.

    If you need to output static PDF, you can just connect E2Pdf Template to “WordPress” extension, and set item to “Pages”.

    In this case you can just use shortcodes on any WordPress page:

    [e2pdf-download id=”1″] or [e2pdf-view id=”1″]
    * where 1 is the ID of your E2Pdf Template.

    In this case PDF will try to generate data from the page where this shortcode is placed.

    If you need to set static Page ID, it can be done via “dataset” attribute:

    [e2pdf-download id=”1″ dataset=”12″]
    * where 12 is WordPress page ID.

    “e2pdf-download” – will generate download link / “e2pdf-view” – will generate PDF viewer with PDF inside.

    P.S. E2Pdf can’t gather/store/save any data itself at this moment.

    We remain at your service.

    • This reply was modified 4 years, 11 months ago by Oleksandr.
    Plugin Author Oleksandr

    (@oleksandrz)

    Hi,

    Check please if your E2Pdf Template is activated. If it’s activated, let us know please which “Extension” and “Item” is set to your E2Pdf Template? Can you export data from “E2Pdf” -> “Export”?

    If you are using dynamic dataset ([e2pdf-download id=”1″]) and WordPress extension – Shortcode will generate download link only if “Item” will fit Post Type, where shortcode placed.

    P.S. Elementor Contact Forms currently not supported.

    We remain at your service.

    Plugin Author Oleksandr

    (@oleksandrz)

    Hi,

    Unfortunately no. We will check the possibility to add its support in future.

    We remain at your service.

    Plugin Author Oleksandr

    (@oleksandrz)

    Hi,

    It looks like uncommon issue and can be a result of plugins conflict or javascript errors at your WordPress admin dashboard.

    Can you please check if you have “var e2pdfParams” while viewing “Page Source”?

    If it’s possible, create please topic at our HelpDesk https://e2pdf.com/support/desk for fastest help. Thank you.

    We remain at your service.

    Plugin Author Oleksandr

    (@oleksandrz)

    Hi,

    We connect License Keys to Domain Names and allow to control templates from https://e2pdf.com directly. Unfortunately http(s)://localhost/ is restricted as it’s too common. You can use any other domain name like mytest.local that is not used by any other user. We are sorry for any inconvenience.

    We will update error message to avoid misunderstanding with next release.

    We remain at your service.

    • This reply was modified 5 years, 3 months ago by Oleksandr.
    Plugin Author Oleksandr

    (@oleksandrz)

    Hi,

    If you need to output post content to PDF there are 3 ways to accomplish the task:

    1 option:

    • You can wrap content which must be rendered to PDF with [e2pdf-content key=”page1″]Some Content Here[/e2pdf-content] inside posts/pages – where “page1” is your custom key.
    • Use [e2pdf-content key=”page1″] inside “E2Pdf” Template to output text on needed position/element of “E2Pdf” Template.

    2 option:

    • Use custom meta fields for each “post” with predefined content.
    • Use [meta key=”fieldkey”] shortcode inside “E2Pdf” Template to output data.

    3 option:

    • Use [post_content] shortcode inside “e2pdf-html” element. It will output full post content but its support limited as not all “html” tags supported and if you need to split text between pages – it can be splitted only by wrapped “html” tags inside content like <div>,<p>, etc…
    • To split content between pages it will be need to create another “e2pdf-html” element and set “Parent” property to the ID of first “e2pdf-html” block. This will work only if each wrapped with html content will not be bigger of “e2pdf-html” block or full post content length will be less.

    With 1 and 2 way you will be able to have full control what you need to render and on which positions of PDF and have predictable result. Unused “elements” or “pages” inside PDF will be possible to hide via “Actions” and “Conditions”.

    In all cases “E2Pdf” Template must be connected to “WordPress” extension with “Posts” item. You can find more supported shortcodes for WordPress Extension at https://e2pdf.com/extensions/wordpress.

    We remain at your service.

    • This reply was modified 5 years, 4 months ago by Oleksandr.
    • This reply was modified 5 years, 4 months ago by Oleksandr.
    • This reply was modified 5 years, 4 months ago by Oleksandr.
    • This reply was modified 5 years, 4 months ago by Oleksandr.
    Plugin Author Oleksandr

    (@oleksandrz)

    Hi,

    Unfortunately we could not replicate an issue, but it seems the issue not due https redirect but it can be issue with the size of .xml or your server timeout. Can you please turn on debug mode via “E2Pdf” -> “Settings” -> “Turn on Debug mode” and go to: “E2Pdf” -> “Debug” -> “PHP Info” and check which setting do you have with: upload_max_filesize setting to be sure that if it’s not less than .xml file when exported with “Fonts” and “Images”.

    Regarding issue with “https” – plugin is using url that is set in your browser “address” bar, so if it’s https, it must use https. Also do you have “https” inside “Settings” -> “General” urls with https? As about “favicon”, E2Pdf doesn’t change any its behavior, but “Chrome” usually requests https://example.com/favicon.ico automatically by default.

    If it will be more comfortable for you we can move our discussion to our support “Help Desk” so we can investigate an issue in details.

    We remain at your service.

    • This reply was modified 5 years, 5 months ago by Oleksandr.
    Plugin Author Oleksandr

    (@oleksandrz)

    Hi,

    Unfortunately no, E2Pdf has no built-in feature for multiple downloads of PDFs. Our plugin can generate only separate PDF download links and designed to export data from different form plugins / wordpress pages and posts to PDF.

    We are continuously working on improvements so this feature will be added to our “roadmap” for review. Unfortunately we do not offer custom services at this moment due the busy of our development team.

    We remain at your service.

Viewing 10 replies - 301 through 310 (of 310 total)