mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-11-24 08:47:01 +08:00
Updated Home (markdown)
6
Home.md
6
Home.md
@@ -13,7 +13,11 @@ This wiki contains more detail on various aspects of the public API and the PDF
|
|||||||
|
|
||||||
This provides an alternative to the commercial libraries such as [SpirePDF](https://www.e-iceblue.com/Introduce/pdf-for-net-introduce.html) or copyleft alternatives such as [iText 7](https://github.com/itext/itext7-dotnet) (AGPL) for some use-cases.
|
This provides an alternative to the commercial libraries such as [SpirePDF](https://www.e-iceblue.com/Introduce/pdf-for-net-introduce.html) or copyleft alternatives such as [iText 7](https://github.com/itext/itext7-dotnet) (AGPL) for some use-cases.
|
||||||
|
|
||||||
It should be noted the library does not support use-cases such as converting HTML to PDF or from other document formats to PDF. For HTML to PDF a good quality solution is [wkhtmltopdf](https://wkhtmltopdf.org/). It also does not currently support generating images from PDF pages. If you need this functionality see if [docnet](https://github.com/GowenGit/docnet) meets your requirements.
|
Things you can't do: It should be noted the library does not support use-cases such as:
|
||||||
|
- Converting HTML to PDF or from other document formats to PDF. For HTML to PDF a good quality solution is [wkhtmltopdf](https://wkhtmltopdf.org/).
|
||||||
|
- Generating images from PDF pages. If you need this functionality see if [docnet](https://github.com/GowenGit/docnet) or [PDFtoImage](https://github.com/sungaila/PDFtoImage) meets your requirements.
|
||||||
|
- Using PdfPig to populate Acroforms (see https://github.com/UglyToad/PdfPig/issues/797)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Getting Started ##
|
## Getting Started ##
|
||||||
|
|||||||
Reference in New Issue
Block a user