the system: Electronic Document Magement System that will generate documents 
by the information gave in the submitting of a HTML form (informations like 
type of document, subject, from, to, content - the fields depends on 
document type). 

the actions: store some documents that can pass by some sectors in the 
company and control where they are. In each sector they can alter some 
field, append other documents, ... 

the objectives: use digital document valid for the law and control the 
document inside the company. 

how does it work: the user enter some data in a web page fields and submit 
it. My idea was to feed one PDF model (a PDF, probably with AcroFields, that 
will have all the style already done) with the data received by HTML form 
and save in the database. Later one could change the subject of a document, 
for example. Then, I need to know whose information on the PDF stored is the 
subject. 

Why I want to use PDF? is out of question let the user, that only have 
rights to see the document, download it in a format like word compatible and 
have the chance to change it. And storing fields in database and generate 
PDF only to visualize will make the cryptography and digital signature worse 
to do. 

Why to use AcroFields? because all documents must follow some rules like 
alignment, font, margin, ... and I need to pick each field later then I 
thought it, or FDF, could help me. 

the question: There is some way to feed some fields and save the PDF 
document whith some data. Later, open this PDF to get the fields value? 

thanks, 
Rodrigo 



Delivered-To: CLUSTERHOST email-84.ig.com.br [EMAIL PROTECTED] 
Date: Tue, 19 Sep 2006 15:02:07 +0200 
From: "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> 
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) 
To: Post all your questions about iText here 
<[email protected]> 
X-Virus-Scanned: by UGent DICT 
X-Spam-Status: No, hits=-5.646 tagged_above=-999 required=6.31 
        tests=ALL_TRUSTED, AWL, BAYES_00 
X-Spam-Level: 
X-Spam-Score: 1.0 (+) 
X-Spam-Report: Spam Filtering performed by sourceforge.net. 
        See http://spamassassin.org/tag/ for more details. 
        Report problems to 
        http://sf.net/tracker/?func=add&group_id=1&atid=200001 
        1.0 FORGED_RCVD_HELO       Received: contains a forged HELO 
Subject: Re: [iText-questions] Save and Load values from PDF fields 
X-BeenThere: [email protected] 
X-Mailman-Version: 2.1.8 
Reply-To: Post all your questions about iText here 
<[email protected]> 
List-Id: Post all your questions about iText here 
        <itext-questions.lists.sourceforge.net> 
List-Unsubscribe: 
<https://lists.sourceforge.net/lists/listinfo/itext-questions>, 
        <mailto:[EMAIL PROTECTED]> 
List-Archive: 
<http://sourceforge.net/mailarchive/forum.php?forum=itext-questions> 
List-Post: <mailto:[email protected]> 
List-Help: 
<mailto:[EMAIL PROTECTED]> 
List-Subscribe: 
<https://lists.sourceforge.net/lists/listinfo/itext-questions>, 
        <mailto:[EMAIL PROTECTED]> 
Sender: [EMAIL PROTECTED] 
X-iGspam-global: Unsure, spamicity=0.659192 - pe=6.59e-01 - pf=0.659192 - 
pg=0.659192 


rodrigo_borges wrote: 
> Hy, 
> my English is not good but I expect to pass the idea of my problem. 
> I'm working on a system that will pick up some data from a form and 
> generate a PDF that will be stored on a database. This PDF must obey 
> some rules like alignment, font type and size, margins, etc. 
> Later, the user can change some informations on PDF then I will need to 
> fill each field on HTML form with specific parts of PDF. I tryed to 
> use PDF form and when recovering from database without success. 
> Because the way the system is built, it's not a good idea to submit in 
Adobe 
> Reader. 
> How can I solve my problem? I Is there some way to store the data of 
> fields without submit the PDF file? 

First of all: have you taken the time to read: 
http://itext.ugent.be/articles/eid-pdf/ 
It has some PDF form examples. 

You are talking about a PDF form (used as a template) 
and data. I assume that you have the form somewhere 
on the file system and that you want to store the data 
in the database. 

Storing the PDF in the database is possible (and if 
it doesn't work, you should post the problem to the 
database mailinglist to inform about storing binaries 
in a database), but I don't understand why you would 
want to do this. 

Then suddenly you start talking about an HTML form, 
as if you deliberately want to confuse us. 
I agree: sometimes it is better to provide an HTML form 
to retrieve the data, store the data in a database, and 
then use this data to fill a PDF form. 
As a matter of fact that is exactly what we are doing 
at Ghent University when we grade students. 
See http://itext.ugent.be/articles/ects-ict/index.php?page=4 
(Look for 'Transcript of Records'). 

After you have read these articles post your question 
again, but please explain what you really want; don't 
juggle with concepts to make people confused. 
Don't tell us something doesn't work (like storing a 
PDF in a database) because you don't know how to make 
it work. 
br, 
Brun 

------------------------------------------------------------------------- 
Take Surveys. Earn Cash. Influence the Future of IT 
Join SourceForge.net's Techsay panel and you'll get the chance to share your 
opinions on IT & business topics through brief surveys -- and earn cash 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV 
_______________________________________________ 
iText-questions mailing list 
[email protected] 
https://lists.sourceforge.net/lists/listinfo/itext-questions 




-- 
No virus found in this incoming message. 
Checked by AVG Free Edition. 
Version: 7.1.405 / Virus Database: 268.12.7/454 - Release Date: 21/9/2006 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to