• Hi, I have added the ‘download’ button to the page above whilst testing, its just above the 3D green area.

    I thought that what I had in this plugin was way of the user being able to click a link like download and the pdf would contain the content of the post.

    When I click the download button all I have is the page title, this is what is in the template [e2pdf-wp key=”post_content”]

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author E2Pdf

    (@oleksandrz)

    Hi,

    E2Pdf is more designed to create “structured” PDFs, however, it can output the page / post content via the [e2pdf-wp key=”post_content”] shortcode but unfortunately, it doesn’t yet support all HTML / CSS, and as a result, the output can differ from the page and could require additional styling / content modification.

    The “FREE” version also doesn’t support the “Multipage” option, which is usually required to output full content.

    The issue that you do not see even partial content can be connected with the image that goes in front of content that just doesn’t fit the HTML Object size and as a result, content is truncated. You can try to add to the CSS section

    img {
    height: 100px;
    }

    If it still will render empty data without any text, try to create “textarea” inside E2Pdf Template, to see which value is generated via:

    [e2pdf-wp key="post_content"]

    P.S. You can contact us directly via https://e2pdf.com/support/contact so we can send you an example of how the content can be rendered with the paid version and multipage option.

Viewing 1 replies (of 1 total)
  • The topic ‘post content not showing in pdf’ is closed to new replies.