Aspose.PDF for C++ V26.2
Released: Feb 18, 2026
V26.2 での更新項目
機能
- RTF to PDF Conversion - Added support for direct conversion of Rich Text Format (RTF) files to PDF format. The conversion can be achieved by using the RtfLoadOptions class, which should be passed as a parameter when creating an instance of the Document class.
- Complete Deletion of Invisible Text Objects - Added support for the complete detection and deletion of invisible text objects from PDF documents. The TextFragmentAbsorber class can now properly identify and remove text fragments that have their TextState::Invisible property set to true, or have a RenderingMode of TextRenderingMode::Invisible, or have a foreground color with zero alpha channel.