Manipulate the XFA form fields in PDF start to support in Spire.PDF 3.2.151

We are pleased to announce a new hotfix version-Spire.PDF pack 3.2.151 today. With the effort of our develop team, we add a new feature to support manipulating the XFA form fields in PDF. We are also focus on fixing bugs in this version, especially when save PDF into Image. Viewing the following full description of its improved functions:

New Feature:

Add the feature to manipulate the XFA form fields in PDF.

PdfDocument pdf = new PdfDocument();
pdf.LoadFromFile(fp.TestPath + "a638 Signed.pdf");
PdfFormWidget form = pdf.Form as PdfFormWidget;
if (form.XFAForm != null)
        {
            for (int i = 0; i < form.XFAForm.Fields.Count; i++)
            { 
               form.XFAForm[form.XFAForm.Fields[i]]= "Hello";
            }
        }
else
        {
            for (int i = 0; i < form.FieldsWidget.Count; ++i)
            {
            }

Bug solutions:

  • Fixes the issue where the image is blank when converted PDF to Image.
  • Fixes the issue that caused the checkbox in image to be changed to Chinese when convert PDF to Image.
  • Fixes the issue where the link failed to displayed in PDF when convert XPS to PDF.
  • Fixes the issue where some attachments in PDF can't be opened when added attachments to PDF.
  • Fixes the issue where the TrueType Font can't be embedded into PDF.
  • Fixes the issue that caused signature failed to verified.
  • Fixes the issue where the link displayed position was not correct when add link to PDF.
  • Fixes the issue that caused certificate failed to extract.
  • Fixes the issue that caused PDF failed to convert to Image.
  • Adds a new method to resolve the issue that caused only "black" word displays on the PDF when convert HTML to PDF.
PdfDocument.LoadFromHTML(string htmlSourceCode, bool autoDetectPageBreak, PdfPageSettings setting, PdfHtmlLayoutFormat layoutFormat, bool isLoadComplete);

Free Trial to evaluate Spire.PDF 3.2.151 here:

http://www.e-iceblue.com/Download/download-pdf-for-net-now.html