How are you opening a PDF?
- we are open it in the browser
Merging Process:
The pdf will be merged with datas from an database an form the url, which
will be presented in the form, this the first fill action. In this process
we prodcue an Textfield in the PDF under use of PDFStamper.
Now the user is filling in its own values. After this he sends the form
again
Now we have only a fdf-File an in this we will miss the value.
THis is the code we are producing the textfield:
TextField fSonst = new TextField(stamp.getWriter(),
new Rectangle(1, 1, 100, 10),
"ofs_Sonst_Daten");
fSonst.setText(sonst_Daten);
fSonst.setOptions(TextField.REQUIRED |
TextField.READ_ONLY);
fSonst.setTextColor(new Color(255,255,255));
stamp.addAnnotation(fSonst.getTextField(), 1);
After sending the form we will take the value with the FdfReader.
http://www.nabble.com/file/p18486876/beforesending.fdf beforesending.fdf
http://www.nabble.com/file/p18486876/aftersending.fdf aftersending.fdf
< As you don't have a support contract for iText, you shouldn't expect us to
give you more detail.
Are the support contracts now available?
1T3XT info wrote:
>
> achtal wrote:
>> Hi,
>> i think you dont know what I mean.
>
> Exactly! Your description was very confusing.
>
>> We are opening a pdf, which is existing.
>
> Confusing!!!
> How are you opening a PDF?
> - in a browser?
> - in Adobe Reader?
> - using PdfReader?
> - in some other way?
>
>> The merging process wil at this
>> moment done by our server.
>
> What merging process?
> I assume: you are opening a PDF with an AcroForm with PdfReader.
> I still don't know what you will be merging, but I assume that
> you want to fill some fields. However, as you talk about merging,
> you could as well be talking about concatenating different PDF files.
>
>> Know the client, or browser, fills the form.
>
> OK, now I know that every assumption I made above is probably wrong.
> YOU are not opening a PDF (in spite of the fact that you said so).
> The USER is looking at a PDF in a browser.
> This PDF has an AcroForm.
> The USER (not the browser I assume) fills the form.
>
>> After he ends with this, he is
>> sending the form again.
>
> He POSTS the form to the server.
>
>> Know the client is sending an fdf document.
>
> So you're receiving an FDF file on the server.
> Can we see such an FDF file???
>
>> And there we now missing an
>> value which is merged by our server process.
>
> Is the FDF missing a value?
> Or is the value present in the FDF but not in the resulting PDF?
> Again: your question is very confusing.
> Maybe the value isn't present in the FDF!
>
>> What are the changes that
>> which itext 1.4.5 it works an with itext 2.1.3 it doesnt work.
>
> You can find out what was changed here:
> http://www.1t3xt.com/about/history.php
> As you don't have a support contract for iText,
> you shouldn't expect us to give you more detail.
>
>> The example below is where intereseting but it doesnt help us.
>
> Your allegation that something doesn't work isn't helping either.
> PLEASE PROVIDE AN EXAMPLE so that we can reproduce the problem.
> --
> This answer is provided by 1T3XT BVBA
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> Do you like iText?
> Buy the iText book: http://www.1t3xt.com/docs/book.php
> Or leave a tip: https://tipit.to/itexttipjar
>
>
--
View this message in context:
http://www.nabble.com/iText-2-tp18442906p18486876.html
Sent from the iText - General mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar