Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmester committed Sep 19, 2021
1 parent 54fca31 commit 0121b53
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Fully managed library for converting PDF files to SVG. Potential usage is seamle
* Almost dependency free.

## State
There are PDF features not yet implemented by this library. Don't use it as a general PDF conversion tool for any PDF. However it should be fine if used on PDFs from a specific PDF producer, after thorough testing on PDFs created by that particular producer.
There are PDF features not yet implemented by this library. Before using it, please do rigorous testing of PDFs from the PDF producer you intend to convert, to ensure it does not use any features not supported by PdfToSvg.NET.

📖 [Read more about limitations](docs/limitations.md)

Expand Down
4 changes: 0 additions & 4 deletions docs/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ Non-supported color spaces:
* Pattern
* ICCBased

## Encrypted files

It is possible to encrypt PDF files, with and without a password. PdfToSvg.NET does not support decrypting encrypted PDFs. If an encrypted PDF is encountered, an `EncryptedPdfException` is thrown.

## Other features

The following features are not supported:
Expand Down
2 changes: 1 addition & 1 deletion src/PdfToSvg/PdfToSvg.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageDescription>
<![CDATA[Open source library for converting PDF files to SVG.
There are PDF features not yet implemented by this library. Don't use it as a general PDF conversion tool for any PDF. However it should be fine if used on PDFs from a specific PDF producer, after thorough testing on PDFs created by that particular producer.]]>
There are PDF features not yet implemented by this library. Before using it, please do rigorous testing of PDFs from the PDF producer you intend to convert, to ensure it does not use any features not supported by PdfToSvg.NET.]]>
</PackageDescription>
<RepositoryUrl>https://github.com/dmester/pdftosvg.net/</RepositoryUrl>
<PackageTags>pdf svg convert</PackageTags>
Expand Down

0 comments on commit 0121b53

Please sign in to comment.