Skip to content

okumura-pico/ExComparePdfLibraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GemBox.PDF Example

Pre requirements

  • dotnet sdk 6

Getting started

git clone https://github.com/okumura-pico/ExGemboxPdf.git
cd ExGemboxPdf
dotnet build
./App/bin/Debug/net6.0/App "Pdf file path"

What is this?

Extract a pdf into text and bounding box.

API

At first, create an instance.

var analyzePdf = new PdfIntoTextPieces.AnalyzePdf();

Then get the result.

var result = analyzePdf.analyze(stream);

The result type is AnalyzeResult.

About

Complare PDF Libraries for .NET Standard

Resources

Stars

Watchers

Forks

Contributors

Languages