IronPDF 変更ログ Changelog: Updates, milestones, roadmap Curtis Chau 更新日:9月 7, 2025 Download IronPDF pipダウンロード Start Free Trial Copy for LLMs Copy for LLMs Copy page as Markdown for LLMs Open in ChatGPT Ask ChatGPT about this page Open in Gemini Ask Gemini about this page Open in Grok Ask Grok about this page Open in Perplexity Ask Perplexity about this page Share Share on Facebook Share on X (Twitter) Share on LinkedIn Copy URL Email article This article was translated from English: Does it need improvement? Translated View the article in English 2025年9月 IronPDF for Python v2025.9.1.4 September 03, 2025次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2025.9.1.4 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/](https://pypi.org/project/IronPdf/2025.9.1.4)** #### リリースノート *Features* - Added a new `IgnorePageRotation` flag to `DrawBitmap` for ignoring the page’s rotation. *Enhancements* - Reduce PDF file size when apply same `Stamp`, `Background`/`Foreground`, `Header`/`Footer` to multiple pages. *Bug Fixes* - Fixed `VeraPDF` validation failure for PDF/UA compliance related to link annotation missing the appropriate `StructParent`. - Fixed an issue where VeraPDF PDF/3A validation fails when fonts lack both `/ToUnicode` and `/Encoding`. - Fixed a major memory leak issue when rendering HTML to PDF. - Fixed memory leak issues when apply `Stamp`, `Background`/`Foreground` and `Header`/`Footer`. - Fixed a minor memory leak issue when using `DrawText` API. ## 2025年8月 ### IronPDF for Python v2025.8.1.8 August 14, 2025次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2025.8.1.8 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/](https://pypi.org/project/IronPdf/2025.8.1.8)** #### リリースノート **Features** Added a new `VerifiedSignature.SignerName` property for accessing the digital signer name. *Enhancements* PDF with form fields is now automatically flattened when converted to images, ensuring form values appear by default. *Bug Fixes* - Fixed an issue where saving a PDF as PDF/UA after saving it as PDF/A would throw an `AccessViolationException` in certain cases. - Fixed an issue where PDF/UA conversion threw an `AccessViolationException` when converting certain PDF pages to PDF/UA. - Fixed an issue where long HTML header and footer content would be incorrectly clipped when the content required word-wrapping. - Fixed an issue where emojis and special characters in PDF title metadata using numeric character references caused Exception during PDF generation. - Fixed an issue where Chinese form field value was corrupted when rendering HTML to PDF in Linux. - Fixed a memory leak in PDF/A conversion for certain PDF files. - Fixed an issue where the background color would turn black when replacing or removing any PDF object. - Fixed an issue where signing a PDF that contains an unsigned signature form field threw an exception. ## 2025年6月 IronPDF for Python v2025.6.1.5 Jun 5, 2025次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2025.6.1.5 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2025.6.1.5](https://pypi.org/project/IronPdf/2025.6.1.5)** #### リリースノート **New Features** Added new `ToMultiPageTiffBytes()` and `ToMultiPageTiffStream()` APIs **Enhancements** Optimized internal `ToMultiPageTiff()` conversion **バグ修正** - Fixed issue where bookmark destination targets were not updated when merging documents. - Fixed issue where text lines and text chunks threw a system access violation exception. - Fixed issue where form fields were missing when merging, copying, or inserting PDFs. Now all form field names of second and subsequent PDFs are updated to `name_x`, where `x` is the index of the PDF (e.g., the field `firstname` on PDF 1 remains `firstname`, on PDF 2 becomes `firstname_1`, on PDF 3 becomes `firstname_2`). - Fixed issue where annotations were missing when applying stamps or headers/footers. - Fixed issue where `AcroForm` fields were missing when applying stamps or headers/footers. - Fixed issue where hyperlinks were missing when rendering HTML to PDF with headers/footers. - Fixed issue where merging certain PDFs would crash. - Fixed issue where some bookmarks were missing when merging or copying PDFs. - Fixed issue where table of contents generation failed with an empty TOC due to text fragmentation and header-detection problems in complex PDF documents. - Fixed issue where table of contents generation failed to match headers containing HTML entities due to whitespace discrepancies between HTML parsing and PDF text extraction. - Fixed issue where `RenderDocxAsPdf` throws an exception when converting certain DOCX files to PDF. - Fixed issue where `SaveAsPdfUA` throws a memory violation exception when multiple HTML headers/footers are added. - Fixed some internal memory leaks. *Documentation Updates* ApplyStamp now recommends using Flatten when stamps layer beneath other elements ## 2025年5月 IronPDF for Python v2025.5.1.7 May 15, 2025次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2025.5.1.7 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2025.5.1.7](https://pypi.org/project/IronPdf/2025.5.1.7)** #### リリースノート: **New Features** - Supports Linux ARM - Adds a new API for retrieving individual glyph information and bounding boxes for each character of a text object (see `TextObject.GetGlyphInfo()`) **Enhancements** - Improved signature removal to ensure the document is editable after signatures have been removed (see `PdfDocument.RemoveSignatures()`) - Improved macOS error handling such that uncaught JavaScript errors will gracefully cancel PDF render to avoid crashes - Improved reliability of font unembedding - Improved internal queuing of jobs and tasks when converting HTML to PDF, resulting in improved performance and reliability **バグ修正** - Fixes an issue regarding embedded fonts in PDF/A documents - Fixes a memory leak when calling `SaveAsPdfA()` - Fixes an issue that caused rotated pages to display incorrectly after calling `Flatten()` - Fixes an issue where the license key was not being applied correctly when using `IronPdfEngine` - Fixes unembedding font not reducing PDF file size as expected **Documentation Updates** - Improved PDF/A and PDF/UA documentation ## 2025年4月 IronPDF for Python v2025.4.1.4 April 10, 2025次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2025.4.1.4 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2025.4.1.4](https://pypi.org/project/IronPdf/2025.4.1.4)** #### リリースノート: **New Features** - Added new `ToBitmapHighQuality` API. **Enhancements** - Enhanced PDF to Image memory consumption. - Updated `NaturalLanguages` parameter of `ConvertToPdfUA` to be optional. **バグ修正** - Fixed an issue where `ImageFormField` did not function correctly with `IronPdfEngine`(gRPC). - Fixed an issue where forms were not visible when printing. **Documentation Updates** - Added missing documentation for some classes. ## 2025年3月 IronPDF for Python v2025.3.1.6 March 6, 2025次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2025.3.1.6 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2025.3.1.6](https://pypi.org/project/IronPdf/2025.3.1.6/)** #### リリースノート: **Enhancements** - Changed the default print DPI to 300. - Changed the default value of `ChromeBrowserLimit` to `Environment.ProcessorCount`, which enhances stability for cloud-based deployments. **バグ修正** - Fixes an issue where incorrect PDF page numbers were generated from `HtmlHeaderFooter`. - Fixed an issue where setting a metadata key containing brackets threw an exception. - Fixed an issue where print margins were not properly aligned in some PDFs. - Fixed an issue where enabling single-process mode in `UpdatedChrome` caused a crash with an unclear error message. The system now logs a warning and ignores the setting instead. ## 2025年2月 IronPDF for Python v2025.2.1.8 February 6, 2025次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2025.2.1.8 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2025.2.1.8](https://pypi.org/project/IronPdf/2025.2.1.8/)** #### リリースノート: **New Features** - Allows editing of custom XMP metadata in PDF/A documents for EmbedFileToPdfA. **Enhancements** - Improved `ExtractAllText` VisualOrder output. - Improved behavior for adding new bookmarks and merging documents containing bookmarks. **バグ修正** - Fixed an issue where the annotation icon, color, and location were not updating. - Fixed an issue where annotation coordinate values were always zero. - Fixed an issue where some form fields could not be found using `FindFormField`. - Fixed an issue where some checkbox forms acted as radio buttons. - Fixed an issue where the "No" value could not be set for radio button forms. - Fixed an issue where text fields displayed incorrectly in DocuSign. - Fixed an issue where `RemoveSignatures` threw an exception in some PDFs. - Fixed an issue where `Cleaner.ScanPdf()` threw an exception when called multiple times. - Fixed an issue where the gRPC channel threw an exception on exit in .NET Framework applications. - Fixed an issue where header/footer dynamic height or fragment height ignored `RenderingOptions.MarginLeft` and `RenderingOptions.MarginRight`. - Fixed the `PdfDocument` copy constructor to properly clone an existing document. - Fixed an issue where setting header/footer `MaxHeight` as `FragmentHeight` did not account for style and CSS from the main contents. - Fixed an issue where `Compress` threw an exception on 32-bit .NET Framework applications. - Fixed an issue where `TextAnnotation.Hidden` was not working. - Fixed an issue where `RemoveSignatures` threw an exception in some PDFs. - Fixed an issue where reassigned `MetaData.Keyword`s threw an exception. - Fixed an issue where retrieving `Bookmarks` from certain PDFs caused the process to freeze. - Fixed an issue where accessing `Form` in certain PDFs threw an exception. ## 2025年1月 IronPDF for Python v2025.1.1.1 December 23, 2024次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2025.1.1.1 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2025.1.1.1](https://pypi.org/project/IronPdf/2025.1.1.1/)** #### リリースノート: **New Features** - Added new `RenderHtmlAsPdfUA` API. - Added new `RenderZipFileAsPdf` API overloads. **Enhancements** - Improved overall PDF form operation performance. - Improved HTML Form Generation performance. - Improved PDF text extraction quality. **バグ修正** - Fixed an issue where the `RenderRazorViewToPdf()` method caused compile errors after upgrading IronPdf from version 2024.8.3 to higher versions. - Fixed an issue where the `ReplaceTextOnPage()`, `ReplaceTextOnPages()`, `ReplaceTextOnAllPages()`, and `DrawText()` methods incorrectly rendered the newline character (`\n`) as ÿ instead of creating a new line. - Fixed an issue where converting some RTF files to PDF resulted in an exception due to unsupported elements within the RTF file. - Fixed an issue where the `ReplaceText()` method did not throw an exception when it failed to render text due to missing glyphs in embedded subset fonts. - Fixed an issue where internal hyperlinks were not working after applying password protection and other security settings to the PDF document. - Fixed an issue where the `Line` and `TextChunk` properties of the `PdfPage` object were not correctly detecting and displaying the number of lines and text chunks within the PDF page. - Fixed an issue where the DPI parameter in the PDF to image conversion methods was not being respected, resulting in images with incorrect DPI values. - Fixed an issue where the `Flatten()` method modified the dimensions of the PDF document and resulted in the cropping of content, particularly the header section. - Fixed an issue where HTML headers and footers were not displayed on PDF document pages after a background PDF was added. - Fixed an issue where certain Base64-encoded images interfered with UTF-8 encoding of content in headers and footers, while not affecting the main content. - Fixed an issue where setting a custom metadata key containing spaces (e.g., "My Custom Key") would throw an exception. ## 2024年12月 IronPDF for Python v2024.12.1.9 December 23, 2024次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2024.12.1.9 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2024.12.1.9](https://pypi.org/project/IronPdf/2024.12.1.9/)** #### リリースノート: - `IronSoftware.System.Drawing`を2024.12.3に更新。 - `IronSoftware.Common`を2024.11.2に更新。 - セル範囲の取得のパフォーマンスを改善(中〜大規模ファイルで5〜10倍速く)。 - 評価結果をキャッシュすることで数式の評価を改善。 - 特定のファイルを読み込んだときに発生するヌル参照例外を修正しました。 - 数式から日付値を取得する際の問題を修正しました。 - `Workbook`と`Worksheet`の異なる形式をストリームとして変換する機能を追加しました。 - Added a new API for embedding files during PDF/A conversion. - Added optional parameters `FontName` and `CustomFontSize` to the `ReplaceText` API. ## 2024年11月 id="latest-version"> IronPDF for Python v2024.11.1.4 November 22, 2024次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2024.11.1.4 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2024.11.1.4](https://pypi.org/project/IronPdf/2024.11.1.4/)** #### リリースノート: - Added a new API for embedding files during PDF/A conversion. - Added optional parameters `FontName` and `CustomFontSize` to the `ReplaceText` API. - Allowed custom fonts to be used with the `DrawText` API. - Fixed stamp positioning issues. - Fixed an issue where some PDF/A files could not be displayed in Adobe Acrobat Pro. - Fixed an issue where `ReplaceText` causes line breaks vertically. - Fixed an issue where `Resize()`, `Extend()`, and `Transform()` methods were inaccessible. - Enhanced Unicode text support. - Improved memory usage and performance. - Improved `ApplyMultipleStampsAsync` speed. ## 2024年9月 IronPDF for Python v2024.9.1.3 September 17th, 2024次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2024.9.1.3 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2024.9.1.3](https://pypi.org/project/IronPdf/2024.9.1.3/)** #### リリースノート: - Added support for HTML resources with '.download' file extension. - Added new experimental API for accessing all DOM objects within a PDF (see `PdfDocument.Pages[].ObjectModel`). - Added support for HTTP request headers for HTML to PDF (see `ChromePdfRenderOptions.HttpRequestHeaders`). - Improved validation of multiple signatures by external PDF readers (see `SignaturePermissions`). - Improved behavior and fidelity of the "combine pages" feature (also known as N-up). ## 2024年8月 IronPDF for Python v2024.8.1.3 August 6, 2024次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2024.8.1.3 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2024.8.1.3](https://pypi.org/project/IronPdf/2024.8.1.3/)** #### リリースノート: - Added support for conversion of PDF/A versions 1A, 1B, 2A, 2B, and 3A. - Added support for creating blank PDF documents (see `PdfDocument` constructor). - Added support for combining PDF pages into a single page of rows and columns (see `PdfDocument.CombinePages()`). - Added support for moving or scaling entire page contents (see `PdfPage.Transform()`). - Fixed checkboxes not interactable when rendering HTML to PDF/A. - Improved performance when creating radio buttons from HTML. ## 2024年7月 id="latest-version"> IronPDF for Python v2024.7.1.8 Jul 9, 2024次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2024.7.1.8 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2024.7.1.8](https://pypi.org/project/IronPdf/2024.7.1.8/)** #### リリースノート: - Fixed issue where links, forms, and annotations were broken when saving as PDF/A. - Fixed issue where the tab order was incorrect when saving as PDF/UA. - Fixed memory leak issue when removing PDF objects. - Fixed issues where forms could not be edited via Adobe Acrobat Pro. - Fixed issues where rendering large images caused a crash. - Fixed issues where the rendering width did not apply to headers and footers. - Fixed issues where stamps were being misplaced for different page sizes. - Fixed issue where form values were not visible after flattening a page. - Fixed issue where form values were not visible when converting a page to an image (use `Flatten=true`). - Fixed issue where signature images were not visible. - Improved support for setting form values for duplicate form names. - Added support for rendering selected combobox lists from HTML input. - Added new options for the Text Redaction API. - Added support for whole word redaction, including punctuation. ## 2024年6月 id="latest-version"> IronPDF for Python v2024.6.1.1 Jun 19, 2024次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2024.6.1.1 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2024.6.1.1](https://pypi.org/project/IronPdf/2024.6.1.1/)** #### リリースノート: - Added new region redaction API. - Added support for image form fields. - Added support for showing form field values when converting PDF to image. - Allowed custom natural language identifier for `SaveAsPdfUA`. - Fixed bug where `SaveAsPdfUA` sometimes crashes. - Fixed bug where `Merge` sometimes crashes. - Fixed issue where `Stamp` corrupts some PDFs. - Fixed issue where `CompressImage` corrupts some PDFs. - Fixed issue where adding `Header` `Footer` corrupts some PDFs. - Fixed issue where form field names with dot notation are ignored. - Fixed a bunch of `System.AccessViolationExceptions` when manipulating PDF documents. - Fixed issue where `QRCode` uses invalid width and height. - Fixed issue where `RenderDocxAsPdf` disregards the page-break element from docx. - Fixed issue where the login authentication username is mistakenly set to the password value. - Fixed FIPS-compliant error on some systems. - Fixed `StackOverflowException` thrown when `IronPdf` is initialized before `IronQr`. - Improved support for form annotations. - Updated to the latest Pdfium version which includes fixes when manipulating existing PDF documents. - Updated `IronSoftware.System.Drawing` to 2024.6.1. - Supported more languages in `IronPdf` Docker image. ## 2024年5月 id="latest-version"> IronPDF for Python v2024.5.1.2/ Apr 29, 2024次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2024.5.1.2/ 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2024.5.1.2/](https://pypi.org/project/IronPdf/2024.5.1.2/)** #### リリースノート: - Added new `IronPdf.Cleaner` API which can sanitize and scan PDFs. - Fixed issue where `RenderRtfFileAsPdf` sometimes returns black content. ## 2024年4月 IronPDF for Python v2024.4.1.2/ Apr 5, 2024次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2024.4.1.2/ 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2024.4.1.2/](https://pypi.org/project/IronPdf/2024.4.1.2/)** #### リリースノート: - 新しい `PdfDocument.Compress()` API を追加しました。 - 回転された PDF を HTML に変換すると画像が壊れる問題を修正しました。 - アラビア語の PDF が HTML に変換すると構造が壊れる問題を修正しました。 - ヘッダー/フッターのフォントサイズが余白を適用すると変化する問題を修正しました。 - 複雑な HTML の目次 (TOC) がレンダリングされない問題を修正しました。 - `IronPdfEngine` でライセンスキーを設定しても機能しない問題を修正しました。 - 回転された PDF を HTML に変換すると画像が壊れる問題を修正しました。 - アラビア語の文字を含む PDF を HTML に変換するとドキュメント構造が壊れる問題を修正しました。 - `PdfSignature.SigningContact` が機能しない問題を修正しました。 - `DocxToPdf` のパフォーマンスを向上させました。 - すべての `Print` メソッドを非同期にしました。 - gRPC ライブラリをバージョン 2.62.0 に更新しました。 ## 2024年3月 IronPDF for Python v2024.3.1.3/ Mar 11, 2024次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2024.3.1.3/ 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2024.3.1.3](https://pypi.org/project/IronPdf/2024.3.1.3/)** #### リリースノート: - フォントを追加、削除、使用する包括的な新しいフォント API を追加しました (`PdfDocument.Fonts` を参照)。 - PDF テキスト赤色機能を追加しました (`PdfDocument.RedactText()` を参照)。 - `PdfDocument.CompressImages()` でグレースケール画像の圧縮をサポート。 - `PdfDocument.CompressImages()` で「444」と「441」クロムサブサンプリングをサポートしました。 - base64 文字列から署名を読み込む新しいメソッドを追加しました (`PdfSignature.FromBase64()` を参照)。 - IronPdf 「Docker エンジン」を使用する際、MacOs ARM をサポートしました。 - IronPdf 「Docker エンジン」の環境フラグ `IRONPDF_ENGINE_ENABLE_LOG` を追加。 - ユーザーが秘密鍵を持たない署名を使用しようとした際のエラーメッセージを改善しました。 - IronPdf 「Docker エンジン」バージョンの不一致が検出されたときのエラーメッセージを改善しました。 - ドキュメントを開く、または画像を操作する際のメモリ使用量を改善しました。 - PDF/A のサポートを改善しました。 - 行末のハイフン (文字 `0xFFFE`) を省くためにテキスト抽出を改善しました。 - 注釈が正しくリサイズされない問題を修正しました (`PdfDocument.ResizePage()` を参照)。 - IronPdfEngine のライセンスキーがクライアントによって上書きされる問題を修正しました。 - シングルライン HTML で目次が機能しない問題を修正しました。 - IronPdf のバージョンをアップグレードした際に「互換性のないアセンブリ」という問題を修正しました。 - OpenXML ライブラリとの希なバージョン競合を修正しました。 - HTML スタンプレイアウトの問題を修正しました。 - 背景 PDF を適用した際にコンテンツが消える問題を修正しました。 - コレクション内の最初のラジオボタンが HTML 経由で選択できない問題を修正しました。 - 一部の PDF のデジタル署名が Adobe Viewer で表示されない問題を修正しました。 ## 2024年2月 IronPDF for Python v2024.2.1.2 Jan 30, 2024次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2024.2.1.2 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード **[https://pypi.org/project/IronPdf/2024.2.1.2](https://pypi.org/project/IronPdf/2024.2.1.2/)** #### リリースノート: - Word ドキュメントを PDF に変換する機能を追加しました! (`DocxToPdfRenderer` を参照)。 - PDF ドキュメントで LaTeX 数学をサポートしました (詳細は `EnableMathematicalLaTex` を参照)。 - HTML 文字列からレンダリングする際のクッキーサポートを追加しました。 - `IronPdf` の `async` メソッドで macOS をサポートしました。 - 透過署名画像のサポートを追加しました。 - Azure アプリサービスで `IronPdf` のホスティングをサポートしました (詳細は `IronPdf.Server.Azure` を参照)。 - iOS および Android で `IronPdf` の使用を Azure アプリサービス経由でサポートしました (詳細は `IronPdf.Examples` リポジトリを参照)。 - macOS のバグを修正しました。これは連続したレンダリングが失敗する原因となることがありました。 - 複数の Iron Software 製品がインストールされている場合にプログラムがクラッシュするバグを修正しました。 - `Installation.ChromeGpuMode` の使用を妨げるバグを修正しました。 - gRPC サービスを使用する際のさまざまなバグを修正しました (`IronPdf` Docker エンジン)。 - ドキュメントをマージする際に発生するメモリリークを修正しました。 - クッキーを個々のレンダリングに特化するように変更しました (詳細は `ChromePdfRenderOptions.CustomCookies` を参照)。 - HTML から PDF にレンダリングする際のデフォルトの動作を変更して、個別のリクエスト コンテキストの使用を適用しました (詳細は `IronPdf.Rendering.RequestContexts` を参照)。 - `IronPdf` Docker エンジンの安定性を向上させました。 - macOS との互換性を改善しました。 - シングルプロセスモードのサポートを改善しました。 - macOS で `IronPdf` for Python を使用する際のパス検出を改善しました。 - `IronPdf` Docker エンジンのディスクサイズを削減しました。 - 大きなドキュメント (> 100 MB) を保存する時間を 90% 以上短縮しました。 - 軽微なバグ修正およびパフォーマンス改善を行いました。 - 新しい自動目次生成機能を追加しました! 詳細は `TableOfContents` 設定を参照してください。 - PDF のサイズを縮小する新しい方法を追加しました! 詳細は `PdfDocument.CompressStructTree()` を参照してください。 - 新しい PDF フォームフィールド API を追加しました (詳細は `IFormFieldCollection` および `PdfDocument.Form` を参照してください)。 - HTML フォーム属性「readonly」、「disabled」、および「maxlength」をサポートしました。 - DocX を PDF に変換する際の「メールマージ」サポートを追加しました (詳細は `RenderDocxMailMergeAsPdf()` を参照してください)。 - ファイルパスに特殊文字がある場合のベース URL 問題を修正しました。 - PDF/A で Adobe Reader エラー「無効な色空間」がスローされる問題を修正しました。 - 透明な PDF から画像を生成する際の問題を修正しました。 - `Flatten()` を呼び出した後に PDF から画像を生成する際の問題を修正しました。 - US 以外のカルチャー/文字列を持つマシン上でヘッダーおよびフッターまたは HTML スタンプを使用する際の問題を修正しました。 - 同じプロジェクトで複数の Iron Software 製品を使用する際の問題を修正しました。 - Docker を使用して `IronPdf` エンジンをホストする際のさまざまな問題および機能不足を修正しました。 - ヘッダーおよびフッターを含む `DocX` を PDF に変換する際の問題を修正しました。 - Apple ハードウェア上にホストされた永続環境で `IronPdf` を実行する際のさまざまな問題を修正しました。 - フォントを追加、削除、および使用するための新しいフォント API を追加しました! (詳細は `PdfDocument.Fonts` を参照してください)。 - ドキュメント注釈を取得するための新しい注釈 API を追加しました! (詳細は `PdfDocument.Annotations` を参照してください)。 - SHA-256 または SHA-512 が必要な署名タイムスタンプ URL をサポートしました (詳細は `TimestampHashAlgorithms` を参照してください)。 - HTML 'checked' 属性で設定されたラジオボタンの値をサポートしました。 - `IronPdf` が第三者によってデジタル署名されたドキュメントを破損させることがあるバグを修正しました (詳細は `ChangeTrackingModes` を参照してください)。 - 複数のドキュメントを結合後一部の PDF フォーム要素が破損するバグを修正しました。 - `IronPdf` を使用して PDF ページを反復する際に PDF ページインデックスが正しくないバグを修正しました。 - チェックボックスフォームの値を設定する際のバグを修正しました。 - 既存のドキュメントの背後に背景 PDF を適用する際のバグを修正しました。 - 異なるページサイズを持つドキュメントにヘッダーとフッターを適用する際の問題を修正しました。 - クッキーの振る舞いを改善しました - カスタムクッキーは、レンダリングの際、URL ドメイン全体でアクセス可能になりました。 - `IronPdf` で生成されたチェックボックスおよびラジオボタンの視覚表示を改善しました。 - ラジオボタンとチェックボックスの有効な選択肢のリストを追加しました。 (詳細は `CheckboxFormField` および `RadioFormField` の `Choices` および `SelectedIndex` を参照してください)。 - ラジオボタンとチェックボックスの選択されたインデックスを設定する方法を追加しました。 (詳細は `CheckboxFormField` および `RadioFormField` の `Clear()` および `Select()` を参照してください)。 - 既存のドキュメントに線と長方形を描画する機能を追加しました。 (詳細は `PdfDocument` の `DrawLine()` および `DrawRectangle()` を参照してください)。 - クリックして署名できる空の署名フィールドを追加する機能を追加しました。 (詳細は `SignatureFormField` クラスをご覧ください)。 - 位置情報を伴うテキスト、文字、および行の抽出を追加しました。 (詳細は `PdfDocument.Pages` の `Lines` および `Characters` を参照してください)。 - 信頼されていないユーザー入力を受け取る場合のウェブセキュリティ機能を強化しました。 (詳細は `Installation.EnableWebSecurity` を参照してください)。 - 既存のドキュメントにテキストを描画する際のフォントを指定する機能を追加しました。 (詳細は `PdfDocument.DrawText()` を参照してください)。 - OpenAI 拡張をサポートしました。 (詳細は `IronPdf.Extensions.AI` NuGet パッケージをご覧ください)。 - `PdfDocument.Form.Add()` や `Remove()` などでフォームを追加および削除するサポートを追加しました。(実装された `ObservableCollection`)。 - PDF/A または PDF/UA 互換性を有効にした後にハイパーリンクが壊れる問題を修正しました。 - 特定の WebGL または JavaScript 重い URL をレンダリングする際に、一部のマシンでクラッシュまたは失敗する問題を修正しました。 - ハイパーリンクを含むドキュメントを変換する際の PDF/UA 検証を修正しました。 (PDF/UA 7.18.5)。 - PDF/A への変換時に `System.AccessViolationException` を修正しました。 - グレースケールテキストやパスを使用するドキュメントで互換性のない text を置換する問題を修正しました。 - 多くのバグ修正とより良いテキストフォーマットを含む text 置換の動作を改善しました。 - ハイパーリンク用の PDF/A コンテンツ記述を改善しました。 - 単一プロセスのみ許可される読み取り専用環境内の動作を改善しました。`Installation.SingleProcess` を自動的に有効にします。 - `AppendPdf()` を呼び出した後にドキュメントを変更する際の変換問題を修正しました。 - `Installation.AutomaticallyDownloadNativeBinaries=true` の場合にランタイムがダウンロードされない問題を修正しました。 - `Installation.CustomDeploymentDirectory` が無視される問題を修正しました。 - PDF/A 準拠を有効にすると透明度が失われ黒い背景になる問題を修正しました。 - `PdfFormFieldFlags` 列挙型がユーザーにアクセスできない問題を修正しました。 - `ReplaceTextOnPages()` のテキストがすべてのページに見つからなかった場合にエラーがスローされる問題を修正しました。 - Linux でのクッキーサポートの問題を修正しました。 - `Installation.SingleProcess` が常に有効になる問題を修正しました。 - Docker/remote を使用するために `IronPdf` を構成した後のフォーム操作に関するさまざまな問題を修正しました。 - さまざまなコメントと API ドキュメントを改善しました。 - テキスト置換時の文字、単語、テキスト間のスペースを改善しました。 結果として得たスペースはもはや文字間に誤ったスペースを持たないでしょう。 - カスタムリモート `IronPdf` 接続設定のサポートを追加しました (詳細は `IronPdfConnectionConfiguration WithCustomChannel()` を参照してください)。 ### IronPDF for Python v.2023.8.6 ## 2023年8月 class="main-content__changelog-date-n-version-wrapper"> class="main-content__changelog-date">2023年8月2日 class="main-content__changelog-version">バージョン 2023.8.6 Aug 02, 2023次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2023.8.6 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード 一部のケースで 'missing IronPdfInterop.dll' を修正しました'ImportPages' 使用時のページ インデックス バグを修正しました注釈をコピーする際にプログラムがハングするバグを修正しましたHTML 要素がロードされるまで待機してからレンダリングを行う機能を追加しました [PDFA の参照](/how-to/pdfa/) #### リリースノート: 特定の Python: .NET 6.0 を自動的にインストールする試みを追加しましたランタイムでネイティブ依存関係をダウンロードしようとする際に複数のリトライを追加しましたダウンロードが破損した場合の復旧を改善しました初期化時のコンソール出力を若干改善しましたプラットフォーム固有のパッケージもビルドしており、これらはランタイムでのダウンロードを必要としません当サイトにアップロードされます class="main-content__changelog-date-n-version-wrapper"> class="main-content__changelog-date">2023年7月5日 class="main-content__changelog-version">バージョン 2023.7.9 ## 2023年7月 class="main-content__changelog-date-n-version-wrapper"> class="main-content__changelog-date">2023年7月5日 class="main-content__changelog-version">バージョン 2023.7.9 Jul 5, 2023次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 Version 2023.7.9 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 次のタスク: 複数のPDFを結合、テキストと画像を抽出し、Dockerやサーバーレスにデプロイ。 特徴とアップグレード 初リリース #### リリースノート: FIRST RELEASE 準備はいいですか? バージョン: 2025.9 ただ今リリースされました 無料のpipインストール ライセンスを見る 試用版の IronPDF を無料でお試しください 5分でセットアップ完了 pipでインストール バージョン: 2025.9 pip install ironpdf https://pypi.org/project/IronPdf/ ダウンロードしてPython 3.7+をインストールしてください。 pipをインストールするにはpypi.orgからダウンロードしてください。 上記のコマンドをターミナルで実行します。 モジュールをダウンロード バージョン: 2025.9 今すぐダウンロード Manually install into your project パッケージをダウンロード ターミナルからこのコマンドを実行してください pip install 製品名-製品バージョン-py37-none-win_amd64.whl ライセンスは$749から 15 1000 1 今、あなたはPyPiを使ってインストールしました ブラウザがダウンロード中です IronPDF Next step: Start free 30-day Trial 無料で始める 無料トライアルを開始NuGetダウンロードjs-modal-open あなたの無料30日間の試用キーをすぐに入手。 Thank you.If you'd like to speak to our licensing team: トライアルフォームが正常に送信されました。試用キーはメールに届いているはずです。もし届いていない場合はsupport@ironsoftware.comにご連絡ください。 ライセンスはより安く Have a question? Get in touch with our development team. ありがとうございます。ライセンシングチームと話したい場合: 15 1000 1 今、あなたはPyPiを使ってインストールしました ブラウザがダウンロード中です IronPDF Next step: Start free 30-day Trial 無料で始める 無料トライアルを開始NuGetダウンロードjs-modal-open ありがとうございます。ライセンスオプションを見る: Thank you.If you'd like to speak to our licensing team: ライセンスの表示 ライセンスはより安く 質問がありますか? ライセンスの表示 開発チームと。 Have a question? Get in touch with our development team. 無料で始めましょう 無料で始める ライブ環境でテスト ウォーターマークなしで本番環境でテスト。必要な場所で動作します。 完全機能の製品 完全に機能する製品を30日間利用できます。数分でセットアップして稼働します。 24/5 技術サポート 製品試用期間中、サポートエンジニアリングチームへのフルアクセス 無料の30日間の試用版キーをすぐに取得してください。 ありがとうございます。ライセンシングチームと話したい場合: トライアルフォームが正常に送信されました。 試用版キーはメールにあります。もしない場合は、お問い合わせくださいsupport@ironsoftware.com ブログ 無料で始めましょう 無料で始める ライブ環境でテスト ウォーターマークなしで本番環境でテスト。必要な場所で動作します。 完全機能の製品 完全に機能する製品を30日間利用できます。数分でセットアップして稼働します。 24/5 技術サポート 製品試用期間中、サポートエンジニアリングチームへのフルアクセス 無料の30日間の試用版キーをすぐに取得してください。 pipでインストール ライセンスの表示 ライセンスは749ドルから。 質問がありますか? お問い合わせください。 ブログ 営業チームと話す 義務のない相談を予約 私たちがお手伝いできること: ワークフローと問題点の相談他の企業が.NETドキュメントニーズをどのように解決しているかを確認するあなたが必要な情報を確実に提供するためすべての質問に回答します。(いかなるコミットメントもありません。)プロジェクトのニーズに合わせた見積もりを取得する 義務のない相談を受ける 下記のフォームを記入するか、sales@ironsoftware.comにメールしてください。 あなたの詳細は常に守秘されます。 ライセンスの表示 無料ライブデモを予約 30分間の個別デモを予約してください。 試用ライセンスキーがメールで送信されました。 Here's what to expect: 製品とその主要機能のライブデモNuGetでインストールすべての質問に答え、必要な情報がすべて揃っていることを確認します。(まったく何の義務もありません。) 時間を選択 あなたの情報 無料のライブデモを予約する ライセンスの表示 法的情報 著作権 © Iron Software 2013-2025 利用規約 プライバシー クッキー 著作権 © Iron Software 2013-2025 利用規約 プライバシー クッキー