• Resolved kenrichman

    (@kenrichman)


    I would like to use this to create pdfs of BuddyPress user profiles. Can this be done?

    Additionally, there is a plug-in called BP Resume Page. This does a great job of allowing registered members to add and update their resumé (CV). Your PDF plug-in together with this plug-in would enable resumés to be emailed direct form the site – what a great feature. However I don’t know how to get the plug-in to convert the page.
    Can this be done also?

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

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

    (@pdf24)

    I think you can realize that if if you add some peace of PDF24 code to your template:

    <?php pdf24Plugin_begin(); ?>
    <?php the_content(); ?>
    … other code …
    <?php pdf24Plugin_end(); ?>
    <?php pdf24Plugin_post(); ?>

    There is a part in the FAQ section of the plugin, which describes this feature more detailed. I think this is that what will make you happy.

    This feature is not only for custom fields. Marking contents for the PDF file can add every content to the PDF file.

    Plugin Author pdf24

    (@pdf24)

    We have added pdf24Plugin_form(ID) and pdf24Plugin_formSubmit(ID) method which can be used to create a form submit link which references a form by an ID.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: PDF24 Article To PDF] Use with BuddyPress’ is closed to new replies.