|
|
Subject:
Generate new PDF file from template PDF file and save SERVER SIDE (linux/php)
Category: Computers > Programming Asked by: ideapply-ga List Price: $5.00 |
Posted:
08 Sep 2004 23:48 PDT
Expires: 08 Oct 2004 23:48 PDT Question ID: 398755 |
I need to pull data from my MySQL database and place the data into form fields of a PRE-CREATED PDF template. Once the data is set into the fields, I need to save a copy of this newly generated PDF to be picked up later. All of this has to be done on the server side. I am running PHP/MySQL/Linux. 1. I already know the function that generates an FDF and subs the data into the PDF on the client site (output_fdf). That does me no good - this ALL has to be done SERVER-SIDE. 2. I am running on an ISP account here (with shell access) so i cannot recompile the PHP engine or install big packages. The output_fdf function found at http://www.zend.com/codex.php?id=925&single=1 is great, but for CLIENT SIDE PDF GENERATION. I need something similar to this but that will save the resulting PDF on the SERVER. THanks! |
|
There is no answer at this time. |
|
Subject:
Re: Generate new PDF file from template PDF file and save SERVER SIDE (linux/php
From: johnsan-ga on 18 Sep 2004 19:00 PDT |
Hi ideaapply-ga, I recommend you http://www.reportlab.org/ it's using Python, but you will not have any problems integrating it with PHP/MySQL/Linux Reportlab is one of the best in the are of PDF reporting. Regards, John San |
Subject:
Re: Generate new PDF file from template PDF file and save SERVER SIDE (linux/php)
From: loosenut-ga on 09 Oct 2004 20:25 PDT |
Try http://www.pdflib.com. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |