IronPDF for Java 릴리스
Released: Feb 12, 2024
2024.2.1 버젼 업데이트
기능
- Updated
IronPdfEngine to 2024.2.2.
- Updated
proto to latest version of the main branch.
- Added
FormType test to check that FormType has been set correctly into FormField class.
Released: Jan 11, 2024
2024.1.1 버젼 업데이트
기능
- Improved startup process in some environments.
- Updated IronPdfEngine to 2024.1.1.
Released: Nov 30, 2023
2023.12.1 버젼 업데이트
기능
- Added new compressStructTree method which allows you to minimize a PDF's tree structure.
- Added ChangeTrackingModes option when opening a PDF file.
- Updated internal grpc version to 1.59.0.
- Updated IronPdfEngine to 2023.12.6.
수정사항
- Fixed a bug where PageSelection pageRange does now include end index.
Released: Nov 3, 2023
2023.11.1 버젼 업데이트
기능
- Added Google Chrome configuration to 'com.ironsoftware.ironpdf.Settings' (e.g. 'singleProcess', 'chromeGpuMode').
- Added 'IronPdfEngineTimeout' configuration to 'com.ironsoftware.ironpdf.Settings' and increased default value from 60 to 120 seconds.
- Added 'AutoCloseable' to 'PdfDocument 'class.
- Updated IronPdfEngine to 2023.11.7.
수정사항
- Fixed a bug where 'IronPdfEngine' does now write a log file.
Released: Oct 5, 2023
2023.10.2 버젼 업데이트
기능
- Updated IronPdfEngine to 2023.10.3.
수정사항
- Fixed bug where HtmlFooter was applied to both the header and footer.
Released: Sep 19, 2023
2023.9.2 버젼 업데이트
기능
- Added PDF/A and PDF/UA support.
- Added HTML-to-PDF trigger via JavaScript method.
- Added HTML-to-PDF trigger via completion of network activity.
- Added support for transparent signature images.
- Updated IronPdfEngine to 2023.9.8.
- Improved memory usage and performance by up to 10 percent.
- Improved logic for image compression to further optimize size.
- Improved stability of IronPdfEngine.
- Reduced memory usage when rendering HTML to PDF.
- Reduced memory usage when opening large PDF documents.
- Reduced...
Released: Jul 12, 2023
2023.7.2 버젼 업데이트
기능
- Updated gRPC to 1.56.1.
- Updated project description.
- You can now hide PageSelection.getPageList.
수정사항
- Fixed corrupted Fat-Jar.
- Fixed documentation typo.
Released: Apr 2, 2023
2023.4.4 버젼 업데이트
수정사항
- Fixed some cases of license key not being read from application config file.
- Fixed some cases of missing or incompatible assembly references when targeting .NET 4.6.2 - 4.8.
Released: Mar 9, 2023
2023.3.2 버젼 업데이트
기능
- Increased the range of supported image file types of PdfDocument.fromImage().
- Added support for incremental PDF saving.
- Added FormManager.setFieldReadOnly().
- Added ChromePdfRenderOptions.setJavascript().
- Added font color and background color options to TextStamper.
- Reworked PDF signing and signature.
- Updated IronPdfEngine to 2023.3.2.
수정사항
- Fixed application crash when using invalid license.
- Fixed DrawDividerLine bugs in Header/Footer.
- Fixed memory leak when using PdfDocument.replaceText...
Released: Jan 23, 2023
2023.1.1 버젼 업데이트
기능
- Improves IronPdfEngine memory management.
- Allows to set license key while running in Docker.
- Adds support for executing custom JavaScript after an HTML render.
- Disk caching is now enabled by default and set to temp folder path.
- Deprecates FitPaperModes.None and adds FitPaperModes.Zoom.
수정사항
- Fixes HeaderFooter bugs.
- Fixes baseUrl does not apply.
- Fixes RemoteException caused by missing license key.
- Fixes support for Ubuntu 22.
- Fixes IronPdf files not being included when using ClickOnce...