Convert word document to PDF/A directly starts to support in Spire.Doc 5.0.26

Spire.Doc 5.0.26 has been released today. This new release add a new feature to convert word document to PDF/A directly. We have also focused on fixing bugs and function enhancements in this version. Viewing the following full description of its improved functions:

Check the code snippet of converting word document to PDF/A.

Document doc = new Document();
doc.LoadFromFile("Test.docx",FileFormat.Docx);
ToPdfParameterList toPdf = new ToPdfParameterList()
toPdf .PdfConformanceLevel = Spire.Pdf.PdfConformanceLevel.Pdf_A1B;
doc.SaveToFile("Test.Pdf",toPdf);

Fixes and Other Enhancements

  • Fix the bug that the image disappears after converting word document to PDF document.
  • Fix the bug that the last line of a multi-line string disappears when use MailMerge functionality to merge the MergeFields inside a textbox of DOTX document.
  • Fix the bug that the embedded font is replaced by other font after converting word document to PDF document.

Free Trail to evaluate Spire.Doc 5.0.26 here:

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