Skip to content

alex47/XPdfSharp_net48

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XPdfSharp_net48

Wrapper of XPdf Tools for C#

This project targets .NET Framework 4.8

How Install

Available at nuget XPDFSharp

Features:

  • Extraction of PDF text
  • Print PDF to PNG files

Usage

var pdf2Text = new XPdfSharp_net48.Pdf2Text
{
    Simple = true
};

string extractedText = await pdf2Text.ExtractTextAsync(pdfFilePath);
Console.WriteLine(extractedText);

Also change this field to Copy if newer for the exe files.

image

About

Wrapper of XPDF Tools for C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%