Skip to content
/ docnet Public
forked from GowenGit/docnet

DocNET is as fast PDF editing and reading library for modern .NET applications

License

Notifications You must be signed in to change notification settings

Palku/docnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docnet

Build Status NuGet

Description

docnet aims to be a fast PDF editing and data extraction library. It is a .NET Standard 2.0 wrapper for PDFium C++ library that is used by chromium.

Notes

  • docnet currently supports x64 configuration only.

Features

  • Extract PDF version
  • Extract page count
  • Extract page information
    • Get page width
    • Get page height
    • Get page text
    • Get characters
    • Get character boundaries
    • Cluster characters into words
    • Render page to image
  • Split PDF document
  • Merge PDF document
  • Unlock PDF document

Examples

  • Render PDF page as PNG and display all character bounding boxes: example

    Render PDF page example

    Note: If you have issues running on Linux make sure that libgdiplus is installed since this example uses System.Drawing.Common.

About

DocNET is as fast PDF editing and reading library for modern .NET applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C# 99.7%
  • Shell 0.3%