• Resolved Themeover

    (@bastywebb)


    Hi there,

    I have a site with about 10 articles presented in the form of WordPress Pages. I would like to provide users with a way to download all of them in a single PDF using a link on the home page (which is a static page).

    When reading your documentation I was hoping to find function that would look something like this:

    <?php
    pdf24Plugin_link($first_page_id, $second_page_id, $third_page_id);
    ?>

    Or a shortcode that looks something like:

    [pdf24 mode=”link” ids=”31, 54, 79″]

    Is there any way I can achieve this with the current version of the plugin? Or would this require modification to the core plugin?

    Many Thanks,

    Sebastian

    https://www.ads-software.com/extend/plugins/pdf24-post-to-pdf/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author pdf24

    (@pdf24)

    Your request is now on TODO-List. We try to add this feature in one of the next versions of the plugin.

    Thread Starter Themeover

    (@bastywebb)

    Great news.

    Thanks for your reply.

    Sebastian

    Any idea on when this might be included? Can anyone offer a temporary solution in the mean time?

    Plugin Author pdf24

    (@pdf24)

    Currently you could implement this functionality for your own by adding a call to pdf24plugin_link() into your template where a PDF link shall appear. Then you can control on which posts or on which places the link is available.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: PDF24 Article To PDF] Shortcode or Template Function to manually specify multiple post/page’ is closed to new replies.