Change log: Updates, milestones, roadmap
Join 50,000 developers to get updates
IronPDF Roadmap
We have made IronPDF the leading¹ .NET HTML to PDF product by prioritizing compatibility, usability and results. Now, our mission is to maintain that hard-earned reputation by continually updating IronPDF with the latest HTML, CSS and JS technology shifts; and the cutting edge versions of Chrome.
Our software is developed for engineers, by engineers, so we understand the value in rigorous testing, support, and transparent one-time licensing.
We pride ourselves on listening to our community and demonstrate this by prioritizing feature requests based on what you, our customers, ask for.
Long term we plan to diversify IronPDF by offering it in multiple programming languages.
¹Based on an independent audit of our product in August 2022.
Milestones
Here we highlight three major milestones that add significant improvement to the way IronPDF performs. See milestones >
September 2023
IronPDF v2023.9.8
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2023.9.8
Release Notes:
- Adds Word document to PDF conversion! (see DocxToPdfRenderer)
- Adds support for LaTeX mathematics in PDF documents (see EnableMathematicalLaTex)
- Adds support for cookies when rendering from HTML string
- Adds MacOS support for IronPdf async methods
- Adds support for transparent signature images
- Adds support for IronPdf hosting in Azure App Services (see IronPdf.Server.Azure)
- Adds support for using IronPdf on iOS and Android via Azure app service (see IronPdf.Examples repo)
- Fixes MacOS bug which would sometimes cause consecutive renders to fail
- Fixes bug causing a crash when multiple IronSoftware products are installed
- Fixes bug preventing usage of Installation.ChromeGpuMode
- Fixes bug preventing running IronPdf within MAUI applications
- Fixes miscellaneous bugs when using gRPC service (IronPdf Docker engine)
- Fixes memory leak when merging documents
- Changes cookies to be specific to each individual render (see ChromePdfRenderOptions.CustomCookies)
- Changes default behavior of HTML-to-PDF renders to use separate request context (see IronPdf.Rendering.RequestContexts)
- Improves stability of IronPdf Docker engine
- Improves compatibility for MacOS
- Improves support for single-process mode
- Improves path detection when using IronPdf for Python on MacOS
- Reduces disk size of IronPdf Docker engine
- Reduces time to save large documents (>100MB) by 90% or more
August 2023
IronPDF v2023.8.6
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2023.8.6
Release Notes:
- Fixes 'missing IronPdfInterop.dll' in some cases
- Fixes page index bug when using 'ImportPages'
- Fixes bug causing program to hang when copying annotations
- Adds feature for waiting for HTML elements to load before rendering (see 'WaitFor')
- Adds feature for waiting for fonts to load before rendering (see 'WaitFor')
- Adds feature for specifying rotation when drawing text
- Adds feature for specifying custom color profile when saving as PDFA
July 2023
IronPDF v2023.7.4
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2023.7.4
Release Notes:
- Adds SVG conversion feature: This includes the ability to convert PDF to both SVG files and SVG strings
- Adds HTML conversion feature: This includes the ability to convert PDF to both HTML files and HTML strings
- Adds XMP metadata feature and improves existing API for setting metadata properties
- Adds PDF U/A support: See PdfDocument.SaveAsPdfUA()
- Adds HTML-to-PDF trigger via Javascript method: See RenderingOptions.WaitFor()
- Adds HTML-to-PDF trigger via completion of network activity: See RenderingOptions.WaitFor()
- Adds Python support (Python 3.7+): Install via 'pip install ironpdf'
- Fixes connectivity issues regarding IronPdf Docker image
- Fixes Image Stamper: Stamp PNG image losing its transparency
- Fixes ImageToPdfConverter.ImageToPdf: Resolved an exception when passing AnyBitmap
- Fixes reading of text annotation title and contents
- Fixes a rare issue where license key could not be verified on non-English systems
- Fixes InsertPdf() to now properly merge form fields and bookmarks
- Significantly increases performance when using HTML headers and footers
- Reduces memory usage when rendering HTML to PDF
- Reduces memory usage when opening large PDF documents
- Improves platform support for some Windows server versions (2016 and later)
- Updates to IronSoftware.Drawing 2023.7.1 with various bug fixes for image encoding and decoding
June 2023
IronPDF v2023.6.10
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2023.6.10
Release Notes:
- Adds continuous feed option e.g for generating receipt documents!
- Adds a new annotations API, including annotation removal!
- Fixes grayscale option not being applied
- Fixes image compression feature corrupting bitmaps
- Fixes adding, editing, or merging bookmarks in certain cases
- 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 Docker IP address issue (now listens on 0.0.0.0)
- 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
- Improves out-of-memory error message to be more apparent
- Remove the IronPdf.Rendering.Abstractions namespace. Instead, please use the same rendering methods from the ChromePdfRenderer class
May 2023
IronPDF v2023.5.8
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2023.5.8
Release Notes:
- Fixes error handling and breakpoints for IronPdf on Linux
- Fixes an issue where license keys would not be retrieved from web.config in some .NET Framework ASP.NET projects
- Fixes possible warnings about System.Memory version conflicts
- Adds PDF/A-3B support (see SaveAsPdfA() and ConvertToPdfA())
- Adds support for removing document metadata (see RemoveMetadataKey())
- Fixes bug when opening document from Stream
April 2023
IronPDF v2023.4.4
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2023.4.4
Release Notes:
- Supports both ImageSharp 2 and ImageSharp 3 (see Iron Drawing ImageSharp version)
- Supports containerized client/server model PDF generation (see IronPdfEngine Docker Images)
- Fixes some cases of license key not being read from application config file
- Fixes some cases of missing or incompatible assembly references when targeting .NET 4.6.2 - 4.8
March 2023
IronPDF v2023.3.2
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2023.3.2
Release Notes:
- Implements signature images (see
PdfSignatureImage
) - Adds new resize API for scaling page dimensions while keeping aspect ratios
- Fixes stamper and watermark positioning on PDFs with different orientation
- Fixes exception when retrieving form fields from a PDF which contains a hyperlink
- Updates to CEF 110.0.31 with many security and performance improvements
February 2023
IronPDF v2023.2.4
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2023.2.4
Release Notes:
- Supports IronPdfEngine Docker!
- Supports PDF incremental saving
- Reworks PDF signing and signature
- Removes iTextSharp dependency
- Fixes
DrawDividerLine
bugs in Header/Footer - Adds
DrawDividerLineColor
in Text Header/Footer - Changes minimum .NET Framework version from 4.0 to 4.6.2
- Fixes memory leak when using
ReplaceTextOnPage
- Updates
IronSoftware.System.Drawing
to 2023.2.12 - Fixed an issue where converting an image to PDF would sometimes result in the image not fitting properly within the PDF document.
- Fixed an issue with text-wrap in HTML header and footer text not breaking a word correctly when rendering a PDF from HTML. Previously, some words would be broken in unexpected places, resulting in text that was difficult to read or understand
- Fixed a bug in the
ImageStamper
function, which was not reading in relative paths correctly
January 2023
IronPDF v2023.1.11416
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2023.1.11416
Release Notes:
- Adds support for executing custom JavaScript after an HTML render (see JavaScript property)
- Fixes support for Ubuntu 22
- Fixes IronPdf files not being included when using ClickOnce publishing method
- Fixes error when merging documents with certain form field configurations
- Disk caching is now enabled by default and set to temp folder path (see
Installation.ChromeBrowserCachePath
) - Deprecates
FitPaperModes.None
and addsFitPaperModes.Zoom
- Replaces
System.Drawing.Common
withIronSoftware.Drawing
in netstandard2.0 projects
Notes:
- azure v4 w/ net6.0 no additional variables set [download link]
ChromePdfRenderer renderer = new ChromePdfRenderer(); var doc = renderer.RenderUrlAsPdf("https://www.google.com/"); return new FileContentResult(doc.BinaryData, "application/pdf") { FileDownloadName = "google.pdf"
- azure v4 w/ net6.0 no additional variables set [download link]
ChromePdfRenderer renderer = new ChromePdfRenderer(); var doc = renderer.RenderUrlAsPdf("https://www.google.com/"); return new FileContentResult(doc.BinaryData, "application/pdf") { FileDownloadName = "google.pdf"
- dotnet publish net6.0 target platform win-x64
December 2022
IronPDF v2022.12.11113
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.12.11113
Release Notes:
- Fixes crash when using IronPdf as part of a Windows service
- Fixes 'failed to deploy IronPdf' error when using IronPdf with Azure Functions (see How to Run HTML to PDF with .NET on Azure)
- Fixes behavior when stamping HTML or images behind existing PDF content
- Fixes missing custom logger interface (Logging.CustomLogger)
- Fixes missing AspxToPdf functionality (.NET 4 only)
- Fixes Zoom being ignored even with FitToPaperModes properly set to None
- Adds RenderZipFileAsPdf for rendering ZIP files as a PDF document
- Adds RenderDelay and BackgroundColor options to TextStamper
- Updates to Chrome 108.4.13 with many performance and security improvements
- Updates various 3rd party NuGet packages to mitigate vulernabilities
- Updates suggested docker files (see Adding IronPdf to an Existing Docker Container)
- Improves consistency of IronPdf deployments across various Linux distros and .NET versions
- Incremental improvements to memory management, stability, and performance in native code
November 2022
IronPDF v2022.11.10347
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.11.10347
Release Notes:
- Adds radio button form elements, generated from html 'input' elements with a 'type' attribute of 'radio'
- Adds RTF-to-PDF - see RenderRtfStringAsPdf() for more information
- Adds more ways to replace text - see ReplaceTextOnPages() and ReplaceTextOnAllPages()
- Fixes text headers and footers not being visible
- Fixes error when merging documents with certain bookmark configurations
- Fixes error when calling ApplyWatermark()
- Fixes form fields sometimes not being editable after merging
- Fixes form generation for html elements with styles marked '!important'
- Fixes some TIFF images not loading when using ImageToPdf()
- Updates ToMultiPageTiffImage() to only generate a single image file
- Updates NuGet package layout to improve deployment on all platforms
- Updates logic for applying margins to headers and footers (now only applying left and right margins by default)
- Now supports installation of IronPdf via zip file or installer executable (see IronPdf Landing Page)
October 2022
IronPDF v2022.10.9622
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.10.9622
Release Notes:
- [Hotfix] Fix ImageStamper and TextStamper are missing
IronPDF v2022.10.9532
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.10.9532
Release Notes:
- Added new methods for stamping HTML
- Added option for only applying the left and right margin to headers and footers (see UseMarginsOnHeaderAndFooter)
- Deprecated ApplyMarginToHeaderAndFooter
- Paper sizes are now accurate to 0.00001 millimeter
- Form fields created with IronPdf no longer have a blue border
- Fixes an issue where replacing text would sometimes break the layout of a page
- Improves logic when determining which font to use when replacing text (now checks for missing glyphs)
- Updates to CEF 105.3.39
September 2022
IronPDF v2022.9.9056
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.9.9056
Release Notes:
- Fixes license key not being read from application or web config files
- Fixes error when Microsoft Visual C++ dependencies are missing on Windows
- Fixes bug causing forms to be vertically offset by a few pixels
- Fixes duplicate method name when using VB.NET
- Adds support for form checkboxes when converting HTML to PDF
August 2022
IronPDF v2022.8.8138
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.8.8138
Release Notes:
- Adds compression for PDF documents. See PdfDocument.CompressImages() for more information
- Adds parameter for specifying rendering options when using ImageToPdfConverter
- Removes PdfPage.PageOrientation, adds PdfPage.PageRotation (PDF page rotation is 0, 90, 180, or 270)
- Fixes rendering of link elements whose href attribute specifies parameters (via '?')
- Fixes application of document CSS to headers and footers when using the LoadStylesAndCSSFromMainHtmlDocument option
- Fixes bug regarding setting and retrieval of form field flags when using nested form fields
- Updates to latest Pdfium with various security fixes and performance improvements
July 2022
IronPDF v2022.8.7894
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.8.7894
Release Notes:
- Adds support for Apple Silicon devices (MacOs on ARM processor)
- Adds support for Ubuntu 22
- Adds IronPdf.Installation.ChromeBrowserCachePath
- Adds PdfDocument.DrawBitmap for drawing images to a PDF document
- Reduces additional file size of PDF documents due to watermark for users without an IronPdf license
- Fixes single-page applications and AJAX websites sometimes rendering incorrectly
- Fixes "error while renaming form field" when merging PDF documents
- Fixes load TIFF files sometimes throwing an exception
- Fixes some attachments that were being corrupted
- Fixes Image TOPdf not working with an image file name that contained a space
- Fixes some FitToPaperModes that were not working correctly . Fixes some PDF files that could not be opened
- Merging PDF documents now properly merges all form fields and their properties, including nested form fields
- Improves support for .NET 6.0 in certain environments
- Improves HtmlStamp and Watermark positioning
June 2022
IronPDF v2022.7.6986
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.7.6986
Release Notes:
- Adds official support for NET 6.0 projects in Azure Functions
- Implements annotation merging when merging PDF documents
- Implements true automatic fitting of HTML content to a PDF page - see FitToPaperModes for more information
- TextArea HTML elements should now include their value when generating a PDF document
- Greatly improved performance when retrieving form field data or manipulating form fields
- Adds several read-only properties for form fields
- Fixes bug preventing setting form field values and manipulating form fields using their full name
- Fixes several freezes and performance issues on MacOs
- Fixes bugs when adding headers and footers to a Landscape-orientation document
- Improves behavior when using multiple instances of IronPdf within an IIS application pool
- Improves behavior and clarity when encountering rare errors such as connectivity errors or timeouts
IronPDF v2022.6.6115
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.6.6115
Release Notes:
- Adds an expanded PDF Bookmark API
- Adds a new PDF Attachments API
- Adds a new Text Replacement API
- Fixes a bug causing hanging with multiple renders on a limited resource environment (Docker, Kubernetes, etc.)
- Fixes a bug where PageOrientation will return the incorrect value
- Fixes a bug causing an error while inserting pages
- Fixes a bug where the output of PDF to Image had an invalid ratio
- Fixes a bug where duplicate form field was not set correctly
- Fixes a bug where Header/Footer placeholders were not working
- Fixes a memory leak issue when apply a HtmlHeaderFooter
- Improves logic when queueing multiple renders after the user-specified browser limit has been reached
- Improves deployment process
- Improves some error messages
- Updates to latest Pdfium release version which includes fixes when manipulating existing PDF documents
- Updates to latest Chrome release version which includes fixes and security updates when rendering HTML to PDF
May 2022
IronPDF v2022.5.5596
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.5.5596
Release Notes:
- Fixes bug where HtmlStamp positioning was not working
- Fixes bug where AddBackground was incorrectly adding to foreground
- Fixes bug where EnableCookies was not working as intended
- Fixes bug causing an ArgumentNullException during the editing of a PDF document
- Implements handling of ChromePdfRenderer exceptions without the need to restart
- Improves documentation (IntelliSense)
April 2022
IronPDF v2022.4.5575
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.4.5575
Release Notes:
- Supports .NET 6
- Fixes user cookies not being applied automatically when rendering a url
- Fixes intermittent GDI+ exception when converting pdf document to images on Windows
- Fixes bug causing intermittent hanging during initialization and deployment on some systems
- Fixes bug causing miscalculation for pdf document’s Width, Height, PrintWidth, and PrintHeight properties
- Fixes bug causing HtmlFooter to sometimes add an additional 5 mm margin below the footer
- Fixes bug where DPI parameter did not increase resolution of images generated from a pdf document
- Fixes bug where headers and footers CSS styles were not working
- Fixes bug where bookmarks would disappear when setting pdf security settings
- Fixes bug where AddPdfBackground caused an ArgumentNullException
- Fixes bug where IronPdf can not run when publishing with some publish profiles
- Fixes bug where DrawDividerLine does not work with HTML header and footer
- Fixes bug where temp files are not cleaned up
- Implements check for Microsoft Visual C++ redistributable when using IronPdf on Windows
- Implements improved logic for rendering html headers and footers on a pdf document
IronPDF v2022.4.5455
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.4.5455
Release Notes:
- Fixes bug where changing user password, owner password, or permissions would remove bookmarks
- Fixes bug where merging pdf documents would not preserve bookmarks
- Fixes several other bugs regarding setting or retrieving bookmarks
- Fixes bug where pdf page PrintHeight and PrintWidth were being calculated incorrectly
- Fixes bug possibly causing crashes when generating images from a PDF document
- Fixes bug where render delays were being incorrectly applied when generating headers and footers for a PDF document
- Fixes memory leak when not using IDisposable pattern
- Improves thread-safety when modifying a PDF document
- Improves error text when unable to open a PDF document
- Updates pdf-to-image conversion to start with a page index of 1
March 2022
IronPDF v2022.3.5084
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.3.5084
Release Notes:
- Fixes bug where PNG images didn't load correctly when using .NET 6
- Fixes bug where license stamps could not be clicked
- Improves compatibility with some Linux distributions
- Improves overall stability
- Improves multithreading support
- Updates to latest Pdfium version
February 2022
IronPDF v2022.2.4887
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.2.4887
Release Notes:
- Fixes bug where some images didn't load correctly
- Fixes bug where a cookie was not working correctly with the ChromeRender
- Fixes UNC path where images were not working correctly with RenderHtmlAsPdf
- Fixes bug in HTML style application for headers and footers
- Fixes bug where multithreaded rendering would corrupt documents on some systems
- Improves macOS stability
- Improves overall stability and performance
- NEW API - ImageToPdfConverter.PaperSize for setting PaperSize when using ImageToPdfConverter (default: A4)
January 2022
IronPDF v2022.1.4599
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2022.1.4599
Release Notes:
- Fixes initialization timeouts on some systems
- Fixes use of certain SSL certificates
- Improves logic when using custom temp folder
- Improves shutdown/cleanup logic
December 2021
IronPDF v2021.12.4495
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2021.12.4495
Release Notes:
- Fixes bug where headers and footers would not render properly when JavaScript was disabled
- Fixes memory issue when using printing documents using GetPrintDocument()
- Fixes bug where render options may not be applied properly when using HtmlToPdf class
- Fixes bug where "subprocess not executable" exception may be thrown erroneously
- Fixes bug where "registry is not supported on this platform" exception may be thrown erroneously
- Improves deployment logic to ensure correct version of downloaded dependencies are used (relevant when using IronPdf.Slim NuGet package)
- Updates default render timeout from 30s to 60s
- Updates StampHTML() methods to allow users to specify render options for the html stamps
IronPDF v2021.12.4401
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2021.12.4401
Release Notes:
- Adds compression for PDF documents. See PdfDocument.CompressImages() for more information
- Adds parameter for specifying rendering options when using ImageToPdfConverter
- Removes PdfPage.PageOrientation, adds PdfPage.PageRotation (PDF page rotation is 0, 90, 180, or 270)
- Fixes rendering of link elements whose href attribute specifies parameters (via '?')
- Fixes application of document CSS to headers and footers when using the LoadStylesAndCSSFromMainHtmlDocument option
- Fixes bug regarding setting and retrieval of form field flags when using nested form fields
- Updates to latest Pdfium with various security fixes and performance improvements
November 2021
IronPDF v2021.11.4257
Features & Upgrades
https://www.nuget.org/packages/IronPdf/2021.11.4257
Release Notes:
- Added Chrome, WebKit and Adaptive Rendering to IronPdf
- Pixel Perfect Chrome HTML to PDF Rendering
- Full Multithreading an Async Support
- Razor and MVC helpers added
- ChromePdfRenderer Class added
- WebKitPdfRenderer Class added
- AdaptivePdfRenderer Class added
- Chrome renderer replaces WebKit as our default HtmlToPdf engine. HTML, CSS add JS is rendered more accurately, which may cause layout changes for existing users
- Minor breaking API changes