Skip to content

Releases: dmester/pdftosvg.net

Version 1.3.0

20 Apr 13:20
26fd9a6
Compare
Choose a tag to compare

Improvements:

  • Added API for extracting images (#26)
  • Added CLI options --include-fonts, --include-links, --include-annotations and --include-hidden-text
  • Reduced size of produced SVG

Bug fixes:

  • Improved handling of corrupt xref tables (#27)

Version 1.2.0

10 Mar 12:38
11a5f61
Compare
Choose a tag to compare

Improvements:

  • Added support for extracting files attached to the PDF.
  • Added icon to the CLI exe.

Bug fixes:

  • Fixed incorrect viewbox in SVG on PDF pages where the MediaBox was smaller than the CropBox (#23)
  • Rendering offset for progress bar in CLI tool when used in Windows Terminal.

Version 1.1.0

28 Feb 18:05
ec679e7
Compare
Choose a tag to compare

Improvement:

  • Added support for the following shadings (#10):
    • Function-based shading
    • Free-form Gouraud-shaded triangle mesh
    • Lattice-form Gouraud-shaded triangle mesh
    • Coons patch mesh
    • Tensor-product patch mesh

Version 1.0.0

18 Feb 13:33
705d59f
Compare
Choose a tag to compare

Improvements:

  • Basic support for annotations
  • Support for documents versioned as PDF 2.0 documents
  • Support for UTF-8 encoded metadata

Bug fixes:

  • Soft masks were incorrectly handled on transparency groups
  • Alpha was not applied on shadings

Version 0.16.0

05 Nov 10:37
adbbe64
Compare
Choose a tag to compare

Improvements:

  • Added support for blending modes (RGB only) (#18)
  • Size of the exported <svg> element is now taking the page user unit into account (#16)

Version 0.15.0

07 Oct 18:22
d71f63f
Compare
Choose a tag to compare

Improvements:

  • Added support for tiling patterns (#12).
  • Added support for soft masks (#12).
  • Included hidden text in output SVG (#14). Can be disabled with the new setting IncludeHiddenText.
  • Shorthand font CSS property no longer used since it is not compatible with Microsoft Office (#15).
  • Better selected font size precision.

Bug fixes:

  • Width of the .notdef glyph of exported fonts could be incorrect if pages were converted in parallel.
  • Text spaces were sometimes missing.
  • Graphics were sometimes not clipped to the intended text.

Version 0.14.2

21 Sep 18:30
9220d09
Compare
Choose a tag to compare

Bug fix:

  • PdfDocument.Open crashed if the document contained an object stream with /Length specified as a reference (#13)

Version 0.14.1

04 Sep 18:02
e55fb18
Compare
Choose a tag to compare

Improvements:

  • Improved performance on PDF files containing a large number of shapes (#11)

Version 0.14.0

24 Jul 11:52
3d007ec
Compare
Choose a tag to compare

Improvements:

  • Embedded the 14 standard fonts (#9)
  • Added IsStandardFont property to SourceFont
  • Changed fallback font from Times New Roman to Arial to better match other PDF readers

Version 0.13.1

16 Jul 18:53
0b57ebe
Compare
Choose a tag to compare

Bug fixes:

  • Entirely subscripted or superscripted lines were offsetted in the opposite direction (#8)
  • Incorrect characters exported in some rare cases
  • CID CFF fonts were decoded incorrectly if format 0 was used for FDSelect
  • AdvanceWidthMax was not updated in the hhea OpenType table
  • Improved chance of successful export when the font contains many mapped characters