diff --git a/README.md b/README.md
index 8dbf210..77d2193 100644
--- a/README.md
+++ b/README.md
@@ -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)
diff --git a/docs/limitations.md b/docs/limitations.md
index b0b309f..95ee0cc 100644
--- a/docs/limitations.md
+++ b/docs/limitations.md
@@ -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:
diff --git a/src/PdfToSvg/PdfToSvg.csproj b/src/PdfToSvg/PdfToSvg.csproj
index f60cb10..6ef7507 100644
--- a/src/PdfToSvg/PdfToSvg.csproj
+++ b/src/PdfToSvg/PdfToSvg.csproj
@@ -13,7 +13,7 @@
+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.]]>
https://github.com/dmester/pdftosvg.net/
pdf svg convert