• Hi,
    Tow days ago, I was looking for a solution make user generate a PDF of the whole pages which contain a form filled in by this user in the front end of the website.
    the Pdf generated should be stocked in the backend so I can create a flipBook with it automatically and immediately.
    I’ve seen several plugins but no one of them give all the options that I want.
    so know I am looking for other idea that enable me to achieve my goal.

    if anyone give me an idea how can I generate PDFs with code I will be really thankful
    thank you in advance.

    • This topic was modified 2 years, 5 months ago by Jan Dembowski.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    The TCPDF library can be used to generate PDF documents via PHP.

    FPDF is a similar library.

    Thread Starter rajaachaly

    (@rajaachaly)

    thank you for the response.
    but I just found in TCPDF Library wordpress page:
    This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
    This plugin on its own is not very useful. It gets used by other plugins that
    require the ability to produce PDF documents.

    so I think isn’t the solution that I’m looking for

    Moderator bcworkz

    (@bcworkz)

    The WP plugin may be old, but the core library on GitHub was last revised last Fall. It’s slowly be being updated, but the new version isn’t ready yet. The WP plugin may be outdated, but the core library should be usable until the new version is available.

    The FPDF project was also last updated last Fall. Of course these are not as convenient as a plugin. If you know PHP, it shouldn’t be a hindrance. If you don’t, TBH you’ll have difficulty generating documents anyway. In essence, you need your own custom plugin to implement the core library.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Create dynamic PDF for the pages’ is closed to new replies.