How to make generated PDF file downloadable via one link?

Home Forums PDF24 Online PDF Converter API How to make generated PDF file downloadable via one link?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #654
    tnich
    Participant

    Hi,
    Using PDF24 PHP PDF API, how can process if I don't want the generated pdf file to be sent to an email address but to be downloadable via link?
    Thanks

    #1416
    pdf24
    Member

    This isn't possible. You can only simulate the JS API. After transmitted the data to the JS API handler you will get a response with a location header where you can monitor the PDF creation status. After the status is completed, the user can download the PDF file.

    That's the way we have done with the phpBB modification so that users can create PDF files from articles in phpBB forum.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.