Ladies and Gentlemen, 

 

I am confronted with task that is rather difficult to solve for me.

I want to create a PDF-File out of two different XML-documents.: First of all I 
created a XML-File that contains information about the design (font-Weight, 
fonttype and so on) of the PDF-File and then a layout-XML that includes the 
whole layout (tables) and the text 

 

This two files are merged into one document by the iText specific Parser and 
joined to a form for pdf.

 

Now I want to integrate form fields into the layout file, so that the finished 
PDF-Document contains PDF-Form-Fields.

1. Example: in the following code-scrap (XML Design) a special Design-Tag 
(Tablecell) is defined 

<tag name="cell" alias="CELL">

            <attribute name="borderwidth" value="0.5" />

            <attribute name="leading" value="14.0" />

            <attribute name="top" value="true" />

            <attribute name="left" value="true" />

            <attribute name="right" value="true" />

            <attribute name="bottom" value="true" />

            <attribute name="red" value="240" />

            <attribute name="green" value="240" />

            <attribute name="blue" value="240" />

      </tag>

2. Example: in the second code fragment you can see this design tag in action 
(in the layer-document) 

<TABLE>

      <row>

            <CELL>

                  <BOLD>Einreichungsform des Angebots</BOLD>

            </CELL>

            <CELL>

                  <TEXT> hier Text eingeben</TEXT>

            </CELL>

      </row>

                             

                        </TABLE>

 

 

To point out my concern clearly: I don't need a tutorial, that explains me how 
to create a PDF-File with Textfields, I need an explanation how to integrate a 
form-tag (alias-tag for forms) into the design (design.xml) which the 
proprietary parser of iText can deal with and merge it into the PDF-Document

I tried to contact several forums and newsgroups, but I couldn't get a hugely 
satisfying answer till now; so I would be very pleased if you gave me an lucid 
explanation?
The next view days I can only be reached by my private E-Mail address: [EMAIL 
PROTECTED]

Thank you for your effort

 

 

Alexander Zauner

Programmierer

SEQUAX software solutions gmbh

Negrellistraße 38, 4600 Wels

mobile: +43-676-566 59 30

 

-------------------------------------------------------------------------
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
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to