mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-01-18 19:51:24 +08:00
change the project name to something silly
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# UglyToad.Pdf #
|
||||
# PdfPig #
|
||||
|
||||
[](https://ci.appveyor.com/project/EliotJones/pdf)
|
||||
[](https://codecov.io/gh/UglyToad/Pdf)
|
||||
@@ -11,8 +11,8 @@ This project aims to port [PDFBox](https://github.com/apache/pdfbox) to C#.
|
||||
|
||||
The ```PdfDocument``` class provides access to the contents of a document loaded either from file or passed in as bytes. To open from a file use the ```PdfDocument.Open``` static method:
|
||||
|
||||
using UglyToad.Pdf;
|
||||
using UglyToad.Pdf.Content;
|
||||
using UglyToad.PdfPig;
|
||||
using UglyToad.PdfPig.Content;
|
||||
|
||||
using (PdfDocument document = PdfDocument.Open(@"C:\my-file.pdf"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user