Hi,

Thank you very much!!
Actually, I'm using java language. But anyway, I found a different function of 
iText that is working:
public void manipulatePdf(String src, String xml, String dest)
  throws IOException, DocumentException {
  PdfReader reader = new PdfReader(src);
  PdfStamper stamper =
    new PdfStamper(reader, new FileOutputStream(dest));
  AcroFields form = stamper.getAcroFields();
  XfaForm xfa = form.getXfa();
  xfa.fillXfaForm(new FileInputStream(XMLDATA));         
  stamper.close();
}

-----Original Message-----
From: mpino [mailto:manuel.p...@telefonica.net] 
Sent: Wednesday, February 20, 2013 10:30 AM
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] Signing PDF/A wiht iTextsharp

SOLVED

You have to get the latest PdfStamperImp.cs and PdfWriter.cs for subdirectories 
pdf and pdfa and recompile it. Everything works perfectly !!!!!



--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/Signing-PDF-A-wiht-iTextsharp-tp4657425p4657655.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
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



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
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