Skip to content

Releases: masesgroup/NetPDF

V3.0.2: maintenance release

28 Feb 18:46
10bcc4d
Compare
Choose a tag to compare

This release of NetPDF updates:

  • NetPDF: fix NuGet package
  • NetPDF Templates: no changes
  • NetPDFCLI: no changes
  • NetPDFPS: no changes
  • Docker: no changes
  • Documentation: some minor changes

Official Docker images

Official NuGet packages (*)

(*) packages are also available on GitHub packages.

Official PowerShell packages

What's Changed

Full Changelog: V3.0.1.0...V3.0.2.0

V3.0.1: updates JNet to 2.5.12

06 Feb 14:01
1fc6cbb
Compare
Choose a tag to compare

This release of NetPDF updates:

  • NetPDF:
    • updates to JNet 2.5.12
    • reflected classes based on PDFBox 3.0.4
  • NetPDF Templates: no changes
  • NetPDFCLI: no changes
  • NetPDFPS: no changes
  • Docker: no changes
  • Documentation: no major changes

Official Docker images

Official NuGet packages (*)

(*) packages are also available on GitHub packages.

Official PowerShell packages

What's Changed

  • New website based on scripted footer by @masesdevelopers in #39
  • Changes by GitHub action by @github-actions in #40
  • Fix on docfx.json by @masesdevelopers in #41
  • Update documentation after commit c0c6d53 by @github-actions in #42
  • Bump MASES.JNetPSCore and Microsoft.Bcl.AsyncInterfaces in /src/net by @dependabot in #43
  • Bump MASES.JNet, Microsoft.Bcl.AsyncInterfaces and Microsoft.NETFramework.ReferenceAssemblies in /src/net by @dependabot in #45
  • Use JVMOptions in configuration file avoiding them in command-line by @masesdevelopers in #37
  • Update generated classes using last public version of JNetReflector after commit bb8f4c7 by @github-actions in #46
  • Update version to 3.0.1 by @masesdevelopers in #48
  • Update documentation after commit d3aa3c5 by @github-actions in #49

Full Changelog: V3.0.0.0...V3.0.1.0

V3.0.0: first public release based on PDFBox 3.0.4

25 Jan 02:14
8dab81c
Compare
Choose a tag to compare

This is the first public release of NetPDF:

  • NetPDF:
    • based on PDFBox 3.0.4
    • reflected classes based on PDFBox 3.0.4
  • NetPDF Templates: first basic example
  • NetPDFCLI: first public version
  • NetPDFPS: first public version
  • Docker: publish image only on GitHub which executes NetPDFCLI
  • Documentation: first public version

Official Docker images

Official NuGet packages (*)

(*) packages are also available on GitHub packages.

Official PowerShell packages

What's Changed

  • First commit by @masesdevelopers in #1
  • Adds missing file in folder structure by @masesdevelopers in #2
  • Changes by GitHub action by @github-actions in #3
  • Update class generation by @masesdevelopers in #4
  • Changes by GitHub action by @github-actions in #6
  • Changes by GitHub action by @github-actions in #8
  • Changes by GitHub action by @github-actions in #9
  • Adding PowerShell Cmdlet, template and initial test stub by @masesdevelopers in #12
  • Bump Microsoft.Bcl.AsyncInterfaces from 9.0.0 to 9.0.1 in /src/net by @dependabot in #11
  • Bump org.apache.pdfbox:pdfbox from 3.0.3 to 3.0.4 in /src/jvm/netpdf by @dependabot in #13
  • Revert "Bump org.apache.pdfbox:pdfbox from 3.0.3 to 3.0.4 in /src/jvm/netpdf" by @masesdevelopers in #14
  • Bump org.apache.pdfbox:pdfbox from 3.0.3 to 3.0.4 in /src/jvm/netpdf by @dependabot in #15
  • Added parameter to set font cache path by @masesdevelopers in #19
  • Update generated classes using last unpublished version of JNetReflector after commit cabcc9e by @github-actions in #18
  • Update template following information available on https://pdfbox.apache.org/3.0/migration.html by @masesdevelopers in #23
  • Added UsePureJavaCMYKConversion option for Rendering Performance by @masesdevelopers in #22
  • Added org.apache.pdfbox.pdmodel.common.function.type4.Parser$SyntaxHandler as listener by @masesdevelopers in #25
  • Added UsePureJavaCMYKConversion in PowerShell by @masesdevelopers in #27
  • Use JNet package in compilation by @masesdevelopers in #26
  • Update generated classes using last unpublished version of JNetReflector after commit e08f3d4 by @github-actions in #28
  • Update generated classes using last unpublished version of JNetReflector after commit 38e1637 by @github-actions in #29
  • Update generated classes using last unpublished version of JNetReflector after commit a68acf8 by @github-actions in #30
  • Update generated classes using last unpublished version of JNetReflector after commit 9306132 by @github-actions in #32
  • Adds configuration files in artifacts by @masesdevelopers in #34
  • Changes by GitHub action by @github-actions in #35

New Contributors

Full Changelog: https://github.com/masesgroup/NetPDF/commits/V3.0.0.0