Spire.PDF 3.8.68 supports to save image with high quality for XPS to PDF conversion

We are pleased to announce a new hotfix version-Spire.PDF 3.8.68 today. By the efforts of our develop team, our Spire.PDF offers a new property to set whether to keep image with high quality or not when convert XPS to PDF. We also fixed the bugs for this version especially for the conversion feature and the merge function. Viewing the following full description of its enhanced features:
New Features:
- Supports to maintain image with high quality when convert XPS to PDF.
using(PdfDocument pdf = new PdfDocument())
{
pdf.UseHighQualityImage=true;
pdf.LoadFromXPS("889.xps");
pdf.SaveToFile("889.pdf");
}
Bug solutions:
- Fixes the issue that caused characters missing when convert PDF to XPS.
- Fixes the issue that caused wrong content when convert PDF to XPS.
- Fixes the issue that caused dotted line wrong when convert PDF to image.
- Fixes the issue that caused characters incorrect when convert PDF to image.
- Fixes the issue that caused project hanging when convert PDF to image.
- Fixes the issue that caused NullReferenceException when merge files.
- Fixes the issue that caused StackOverflowException when merge files.
- Fixes the issue that caused form field names unreadable.
- Fixes the issue that caused InvalidOperationException when load the PDF document.
- Fixes the issue that caused incorrect style when replace text on the PDF.
- Fixes the issue that caused grid line missing when print the PDF file.
Get the most recent version of Spire.PDF 3.8.68 here:
http://www.e-iceblue.com/Download/download-pdf-for-net-now.html