ComPDFKit Conversion SDK for Mac Releases

Released: Jan 26, 2024

Updates in v1.10.0

Features

  • Added support for converting scanned PDF files to searchable PDF files.
  • Added support for converting images to Word, Excel, PPT, HTML, TXT, CSV, and RTF.
  • Added support for table recognition in flowing text layout when converting PDF to Word.
  • Added support for selecting pages when extracting data from PDFs.
  • Added support for canceling conversions when extracting data from PDFs.
  • Added support for extracting text, images, and tables simultaneously in the PDF data extraction function.
  • Added...

Released: Nov 16, 2023

Updates in v1.9.0

Features

  • Added support for keeping PDF annotations like highlight, underline and strikeout when converting PDF to Word, PPT and HTML.
  • Added support for keeping hyperlinks in PDFs when converting PDF to Word, PPT and HTML.
  • Added support for keeping PDF annotations like underline and strikeout when converting PDF to Excel (only takes effect when extracting text).
  • Added an API to extract tables and text from a PDF file to JSON.

Fixes

  • Optimized the PDF to Excel OCR effect: Fix the issue where large...

Released: Sep 20, 2023

Updates in v1.8.1

Features

  • Added an API to set the file path of the OCR model: (void)setOCRModelPath:(NSString *)modePath.

Fixes

  • Fixed the issue that table recognition would output the negative coordinate data.
  • Fixed the issue that table recognition could not properly release memory.
  • Optimized the process logic of table recognition. If failed to recognize the standard tables, the non-standard table algorithm will be used for recognition again to improve table recognition success rate.

Released: Jul 27, 2023

Updates in v1.8.0

Features

  • Added support for recognizing tables when performing OCR on files.
  • Optimized the slow response issue when clicking cancel when converting PDF to RTF.
  • Optimized converting PDFs to HTML files with smaller file sizes.
  • Optimized the accuracy of OCR.
  • Optimized the capacity of the OpenCV library on the Apple Mac platform.

Fixes

  • Fixed issues when converting PDF to HTML that can't jump to specific outlines in some cases and comment loss.
  • Fixed the issue that setting negative dpi values would...

Released: May 24, 2023

Updates in v1.7.0

Features

  • Added support for 'Retain Flowing Text' when converting PDF to Microsoft Word. There are two layout options to choose from:
    • Retain Flowing Text.
    • Retain Page Layout.
  • Added support for a factory method for instantiating conversion classes, making it easier to instantiate other conversion classes through factory methods.
  • Added support for multiple languages in OCR.

Fixes

  • Fixed an issue that the DPI field was missing after setting the DPI when converting PDF to JPG.

Released: Mar 10, 2023

Updates in v1.6.0

Features

  • Added OCR support.
  • You can now set whether to contain images or annotations when converting.
  • Added support for setting DPI when converting PDF to image.
  • Added support for merging multiple tables into one file when converting PDF to CSV.

Fixes

  • Fixed an issue that the scanned PDF cannot be converted when converting PDF to Excel.

Released: Jan 18, 2023

Updates in v1.5.0

Features

  • Added support for converting from PDF to RTF, including text and images.
  • Added support for converting from PDF to HTML, including single-page and multiple-page.
  • Added support for tables when converting from PDF to PPT.

Released: Nov 7, 2022

Updates in v1.4.0

Features

  • Added support for images when converting PDF to XLSX.
  • Added support for text alignment when converting PDF to XLSX.
  • Added support for converting all tables on one page or all tables in the entire document to one sheet when converting PDF to XLSX.
  • Added support for non-table content when converting PDF to XLSX.