On 9/12/2011 21:33, patrice wrote:
> I'm trying to merge a fdf and a pdf together using this code but the problem
> is that the formatting is lost during the operation. Example: 2.5 instead of
> 2.500
Maybe the data is stored inside the FDF as 2.5, and maybe the formatting 
is done using JavaScript. Flattening doesn't look at any of the 
JavaScript stored in the form. When you flatten a form, the actual data 
is used (so 2.5 if it's stored as 2.5 and 2.500 if it's stored as 2.500).

------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to