Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 631 Bytes

currentstate.md

File metadata and controls

15 lines (12 loc) · 631 Bytes
title _description
Current state of PDFBox suite for .NET
Describes the current development state of PDFBox suite for .NET

NetPDF development state

This release comes with some ready made classes:

  • NetPDF:
    • Reflected almost all classes of a Temurin JDK 11 with the limits imposed from JNetReflector
    • Manually made some classes, or extended some of reflected one, due to limitations of JNetReflector
    • If something is not available use API extensibility to cover missing classes.
  • NetPDFCLI: added REPL shell, run Main-Class and execute C# scripts
  • NetPDFPS: some PowerShell cmdlets