Updated Home (markdown)

davebrokit 2024-06-25 14:00:23 +01:00
parent 12aef26855
commit 6dff7a6c88

@ -9,6 +9,7 @@ This wiki contains more detail on various aspects of the public API and the PDF
- Creates PDF documents containing text and path operations.
- Read content from encrypted files by providing the password.
- Document Layout Analysis - PdfPig also comes with some tools for document layout analysis such as the Recursive XY Cut, Document Spectrum and Nearest Neighbour algorithms, along with others. It also provides support for exporting page contents to Alto, PageXML and hOcr format. See [Document Layout Analysis](https://github.com/UglyToad/PdfPig/wiki/Document-Layout-Analysis)
- [Forms](https://github.com/UglyToad/PdfPig/wiki/Forms-(AcroForms)). Please the forms are readonly and values cannot be changed or added using PdfPig.
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.
@ -157,6 +158,7 @@ More details on the API can be found here.
* [Images](https://github.com/UglyToad/PdfPig/wiki/Images)
* [Document Creation](https://github.com/UglyToad/PdfPig/wiki/Document-Creation)
* [Document Layout Analysis](https://github.com/UglyToad/PdfPig/wiki/Document-Layout-Analysis)
* [Forms](https://github.com/UglyToad/PdfPig/wiki/Forms-(AcroForms))
Additional automated documentation from doc-comments can be found on [DotNetApis](http://dotnetapis.com/pkg/PdfPig/0.0.10).