Spire.PDF 11.8.7 supports setting the dimensions of SVG converted from PDF

Spire.PDF 11.8.7 supports setting the dimensions of SVG converted from PDF

2025-08-29 05:40:10

We’re pleased to announce the release of Spire.PDF for .NET 11.8.7. This version supports setting the width and height of the SVG files converted from PDFs. Meanwhile, it fixes several bugs related to file format conversion and text replacement. More details are given below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPDF-7649 Supports setting the width and height of SVG files when converting PDF to SVG.
PdfToSvgConverter converter = new PdfToSvgConverter(inputFile);
converter.SvgOptions.ScaleX = (float)0.5;
converter.SvgOptions.ScaleY = (float)0.5;
converter.Convert(outputFile);
Bug SPIREPDF-5710 Fixed an issue where text direction was incorrectly reversed when adding EMF images to PDF.
Bug SPIREPDF-7443 Fixed an issue where LinearGradient and RadialGradient effects were not supported when converting PDF to SVG format.
Bug SPIREPDF-7478 Fixed an issue where font styles were incorrect when replacing text in PDF.
Bug SPIREPDF-7539 Fixed an issue where no output file could be generated when converting HTML to PDF using QT in a container environment.
Bug SPIREPDF-7594 Fixed an issue where HTML files generated from PDF conversion could not be edited normally in the "jodit-react WYSIWYG" editor.
Bug SPIREPDF-7628 Fixed an issue where the program threw an InvalidOperationException when concurrently adding text to PDF Layers.
Bug SPIREPDF-7661 Fixed an issue where the output image quality was blurry when converting PDF to images.
Bug SPIREPDF-7671 Fixed an issue where text fonts were changed when converting OFD to PDF.
Click the link to download Spire.PDF 11.8.7:
More information of Spire.PDF new release or hotfix: