« Return to Thread: Read and Manipulate existing PDF cont.

Re: Read and Manipulate existing PDF cont.

by Bruno Lowagie (iText) :: Rate this Message:

Reply to Author | View in Thread

Iliad Yan wrote:
> What advantage or disadvantage do I have by using XFA forms in PDF.

It's hard to explain in only a few words.

Advantages of XFA:
- it's XML.
- it's new.
- it offers some flexibility.

Disadvantages of XFA:
- it's XML.
- it's new: not many tools support it
- it's not really PDF

Advantages of AcroForms:
- it's PDF.
- it has been around for a while.
- iText knows how to manipulate AcroForms pretty well,
   and so do some other tools
- you know what you'll get: all fields are fixed

Disadvantages of AcroForms:
- the way Adobe Acrobat and Reader create appearances
   has been changing in between versions, so you don't
   always get exactly what you expect (this is an
   amendment of the fourth advantage).

br,
Bruno

-------------------------------------------------------------------------
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
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

 « Return to Thread: Read and Manipulate existing PDF cont.