Aspose.PDF for C++ 릴리스

Released: Jul 17, 2020

V20.7 버젼 업데이트

기능

  • C++-styled iteration has been added over the library containers. begin/end/cbegin/cend/rbegin/rend methods are now present where possible.
  • Translation of System::String class to and from various STL string types have been improved.
  • Includes improvements by porting the API from the latest version of Aspose.PDF for .NET codebase.
  • Enhances API in terms of performance and memory-related issues that include:
    • Issues with DocConverterTextBox.
    • Memory leaks in Names Tree.
    • Memory leads in JavaScript...

Released: Jun 18, 2020

V20.6 버젼 업데이트

기능

  • Convert PDF documents to Microsoft Excel format using SaveFormat::Excel or ExcelSaveOptions.
  • Load TeX documents via TeXLoadOptions and save them to PDF format.
  • Save PDF documents to TeX format using SaveFormat::TeX or TeXSaveOptions.
  • Create PDF documents from XSLFO and PS files.

Released: May 21, 2020

V20.5 버젼 업데이트

기능

  • Improved System::Xml namespace with previously unsupported types, methods and the basis for document signature support.
  • Added the ability to save PDF documents to TeX format.

Released: Apr 22, 2020

V20.4 버젼 업데이트

기능

  • Added support for converting PDF to Microsoft PowerPoint PPTX format.
  • Added support for TIFF images.

Released: Mar 16, 2020

V20.3 버젼 업데이트

수정사항

  • Issue of using Aspose.PDF along with Aspose.Words.
  • Lost images in PDF after using OptimizeResources with image compression.

Released: Feb 17, 2020

V20.2 버젼 업데이트

기능

New Properties

  • Aspose.Pdf.Annotations.Annotation.TextHorizontalAlignment.
  • Aspose.Pdf.DocSaveOptions.BatchSize.
  • Aspose.Pdf.Facades.PdfFileEditor.KeepActions.
  • Aspose.Pdf.Forms.TextBoxField.TextVerticalAlignment.

Released: Jan 20, 2020

V20.1 버젼 업데이트

수정사항

  • Float2Fixed rest memory leaks.
  • PdfUaConvertTests::PDFUA_ConvertProcess fails.
  • Aspose.Page memory leaks.
  • Aspose.Page (EPS rest cases).
  • Refactoring XpsSerializationContext.
  • ImageConverter bug.
  • Issue with CompareInfo.IndexOf used with CompareOptions.IgnoreCase parameter.
  • CppForceIncludeAttribute enhancement.

Released: Dec 17, 2019

V19.12 버젼 업데이트

수정사항

  • Compile Aspose.Page under gcc.
  • Aspose.Page (EPS tests) memory leaks.
  • Aspose.Foundation (re-tests on regressions due to fix memory leaks).
  • Aspose.Page (Aspose.XPS.Tests) - compilation.
  • Fix Cs2Cpp porter - lost includes on cross-references.
  • Fix memory leaks in Aspose.Foundation.
  • CSPorter attribute CppForceInclude modifications.
  • Fix XmlTextWriter::WriteProcessingInstruction.
  • Build Aspose.PDF for C++ library for Unix systems.
  • Regression in RegressionTests_v19_5.PDFNET_46346.
  • Re investigation...

Released: Nov 19, 2019

V19.11 버젼 업데이트

기능

  • Added the ability to convert from/to .XPS files.
  • Win32 platform is now supported.

Released: Oct 18, 2019

V19.10 버젼 업데이트

기능

Added APIs

  • Property Aspose.Pdf.MhtLoadOptions.PageInfo                                                                                
  • Constructor Aspose.Pdf.Text.TextFragmentAbsorber (System.Text.RegularExpressions.Regex)                                  
  • Constructor Aspose.Pdf.Text.TextFragmentAbsorber (System.Text.RegularExpressions.Regex,Aspose.Pdf.Text.TextSearchOptions)
  • Constructor Aspose.Pdf.Text.TextFragmentAbsorber (System.Text.RegularExpressions.Regex,Aspose.Pdf.Text.TextEditOptions)
  • Property SvgSaveOptions.ScaleToPixel
  • Property Aspose.Pdf.ExcelSaveOptions.ConversionEngine              
  • Enumeration Aspose...