mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 06:38:07 +08:00
Updated Home (markdown)
parent
604acd3280
commit
b1c565e05c
6
Home.md
6
Home.md
@ -102,9 +102,9 @@ In this example a more advanced document extraction is performed
|
||||
//using UglyToad.PdfPig.DocumentLayoutAnalysis.WordExtractor;
|
||||
//using UglyToad.PdfPig.Fonts.Standard14Fonts;
|
||||
|
||||
var sourcePdfPath = IntegrationHelpers.GetDocumentPath("SPARC - v9 Architecture Manual");
|
||||
var outputPath = "C:\\Dev\\Temp\\Test2.pdf";
|
||||
var pageNumber = 2;
|
||||
var sourcePdfPath = "";
|
||||
var outputPath = "";
|
||||
var pageNumber = 1;
|
||||
using (var document = PdfDocument.Open(sourcePdfPath))
|
||||
{
|
||||
var builder = new PdfDocumentBuilder { };
|
||||
|
Loading…
Reference in New Issue
Block a user