dmester / pdftosvg.net

Fully managed .NET library for converting PDF files to SVG.
https://pdftosvg.net
Other
57 stars 12 forks source link

Conversion failed #13

Closed thomas-karthe closed 12 months ago

thomas-karthe commented 12 months ago

I have a very simple PDF. The converter is crashing!

rotatedtext.pdf

dmester commented 12 months ago

Thanks for the error report! It should now be fixed in version 0.14.2.

thomas-karthe commented 11 months ago

Program is no longer crashing, but there is no in SVG.

thomas-karthe commented 11 months ago

there is no <text> in SVG

dmester commented 11 months ago

The text in this particular PDF is embedded as vector graphics. The vector graphics are included in the exported SVG and what you see on the screen after conversion. The PDF also seems to include the text as invisible text. PdfToSvg.NET does not include invisible text in the export.