Skip to content

Releases: iron-software/IronPDF-for-Java

2023.12.0-a1

2023.12.0-a1 Pre-release
Pre-release

Choose a tag to compare

@ikkyuland ikkyuland released this 29 Nov 06:22
5b07f2e

2023.12.0-a1

2023.11.1

Choose a tag to compare

@ikkyuland ikkyuland released this 02 Nov 06:31
c6a96e2

IronPdf for Java v2023.11.1
https://central.sonatype.dev/artifact/com.ironsoftware/ironpdf/2023.11.1

Release Notes

  • Adds some Chrome configuration to `com.ironsoftware.ironpdf.Settings (e.g. singleProcess, chromeGpuMode)
  • Adds IronPdfEngineTimeout configuration to com.ironsoftware.ironpdf.Settings and increase default value from 60 to 120 seconds
  • Fixes a bug where IronPdfEngine does now write a log file
  • Implement AutoCloseable for PdfDocument class
  • Updates IronPdfEngine to 2023.11.7

2023.11.0-a1

2023.11.0-a1 Pre-release
Pre-release

Choose a tag to compare

@ikkyuland ikkyuland released this 02 Nov 04:24
c6a96e2

2023.11.0-a1

2023.10.2

Choose a tag to compare

@ikkyuland ikkyuland released this 04 Oct 09:54
ac0487a

IronPdf for Java v2023.10.2
https://central.sonatype.dev/artifact/com.ironsoftware/ironpdf/2023.10.2

Release Notes

  • Updates IronPdfEngine to 2023.10.3
  • Fixes bug where HtmlFooter was applied to both the header and footer

2023.10.1

Choose a tag to compare

@ikkyuland ikkyuland released this 04 Oct 06:48
bc4e54c

IronPdf for Java v2023.10.1
https://central.sonatype.dev/artifact/com.ironsoftware/ironpdf/2023.10.1

Release Notes

  • Updates IronPdfEngine to 2023.10.3
  • Fixes bug where HtmlFooter was applied to both the header and footer

2023.9.2

Choose a tag to compare

@ikkyuland ikkyuland released this 14 Sep 10:08
7dd6c9e

IronPdf for Java v2023.9.2
https://central.sonatype.dev/artifact/com.ironsoftware/ironpdf/2023.9.2

Release Notes

  • Updates IronPdfEngine to 2023.9.8
  • Adds PDF/A & PDF/UA support (see saveAsPdfA() and convertToPdfA())
  • Fixes bug when opening document from Stream
  • Fixes bug when remove metadata
  • Fixes grayscale option not being applied
  • Fixes image compression features corrupting bitmaps
  • Fixes IronPdf crashing in Linux containers
  • Fixes memory leak when using copyPages()
  • Fixes signatures sometimes not visible in Adobe Reader signature panel
  • Fixes RasterizeToImageFiles not considering page rotation
  • Fixes barcode stamps shrinking as they approach page boundary
  • Fixes IronPdfEngine headers and footers not working properly
  • Improves memory usage and performance by up to 10 percent
  • Improves logic for image compression to further optimize size
  • Adds HTML-to-PDF trigger via Javascript method: See ChromePdfRenderOptions.waitFor
  • Adds HTML-to-PDF trigger via completion of network activity: See RenderingOptions.waitFor
  • Fixes Image Stamper: Stamp PNG image losing its transparency
  • Reduces memory usage when rendering HTML to PDF
  • Reduces memory usage when opening large PDF documents
  • Fixes bug causing program to hang when copying annotations
  • Fixes MacOS bug which would sometimes cause consecutive renders to fail
  • Reduces IronPdfEngine binaries & docker size
  • Improves stability of IronPdfEngine
  • Adds support for transparent signature images
  • Reduces time to save large documents (>100MB) by 90% or more
  • Fixes rendering WebGL content bug

2023.9.1

Choose a tag to compare

@ikkyuland ikkyuland released this 13 Sep 07:25
ea485b7

IronPdf for Java v2023.9.1
https://central.sonatype.dev/artifact/com.ironsoftware/ironpdf/2023.9.1

Release Notes

  • Updates IronPdfEngine to 2023.9.8
  • Adds PDF/A & PDF/UA support (see saveAsPdfA() and convertToPdfA())
  • Fixes bug when opening document from Stream
  • Fixes bug when remove metadata
  • Fixes grayscale option not being applied
  • Fixes image compression features corrupting bitmaps
  • Fixes IronPdf crashing in Linux containers
  • Fixes memory leak when using copyPages()
  • Fixes signatures sometimes not visible in Adobe Reader signature panel
  • Fixes RasterizeToImageFiles not considering page rotation
  • Fixes barcode stamps shrinking as they approach page boundary
  • Fixes IronPdfEngine headers and footers not working properly
  • Improves memory usage and performance by up to 10 percent
  • Improves logic for image compression to further optimize size
  • Adds HTML-to-PDF trigger via Javascript method: See ChromePdfRenderOptions.waitFor
  • Adds HTML-to-PDF trigger via completion of network activity: See RenderingOptions.waitFor
  • Fixes Image Stamper: Stamp PNG image losing its transparency
  • Reduces memory usage when rendering HTML to PDF
  • Reduces memory usage when opening large PDF documents
  • Fixes bug causing program to hang when copying annotations
  • Fixes MacOS bug which would sometimes cause consecutive renders to fail
  • Reduces IronPdfEngine binaries & docker size
  • Improves stability of IronPdfEngine
  • Adds support for transparent signature images
  • Reduces time to save large documents (>100MB) by 90% or more
  • Fixes rendering WebGL content bug

2023.9.0-a7

2023.9.0-a7 Pre-release
Pre-release

Choose a tag to compare

@ikkyuland ikkyuland released this 13 Sep 07:07
ea485b7

2023.9.0-a7

2023.9.0-a6

2023.9.0-a6 Pre-release
Pre-release

Choose a tag to compare

@ikkyuland ikkyuland released this 05 Sep 09:24
041e322

2023.9.0-a6

2023.9.0-a5

2023.9.0-a5 Pre-release
Pre-release

Choose a tag to compare

@ikkyuland ikkyuland released this 05 Sep 06:40
a885569

2023.9.0-a5
//draft release note
//Update IronPdfEngine From 2023.5.1 to 2023.9

  • Adds PDF/A & PDF/UA support (see saveAsPdfA() and convertToPdfA())
  • Fixes bug when opening document from Stream
  • Fixes bug when remove metadata
  • Fixes grayscale option not being applied
  • Fixes image compression feature corrupting bitmaps
  • Fixes IronPdf crashing in Linux containers
  • Fixes memory leak when using copyPages
  • Fixes signatures sometimes not visible in Adobe Reader signature panel
  • Fixes RasterizeToImageFiles not considering page rotation
  • Fixes barcode stamps shrinking as they approach page boundary
  • Fixes IronPdfEngine headers and footers not working properly
  • Improves memory usage and performance by up to 10 percent
  • Improves logic for image compression to further optimize size
  • Adds HTML-to-PDF trigger via Javascript method: See ChromePdfRenderOptions.waitFor
  • Adds HTML-to-PDF trigger via completion of network activity: See RenderingOptions.waitFor
  • Fixes Image Stamper: Stamp PNG image losing its transparency
  • Reduces memory usage when rendering HTML to PDF
  • Reduces memory usage when opening large PDF documents
  • Fixes bug causing program to hang when copying annotations
    //
  • Fixes MacOs bug which would sometimes cause consecutive renders to fail
  • Reduces IronPdfEngine binaries & docker size
  • Improves stability of IronPdfEngine
  • Adds support for transparent signature images
  • Reduces time to save large documents (>100MB) by 90% or more