Skip to content

Foxit Conversion SDK 2.1.0

Release date: December 16, 2024

PDF2Office

New features

  • Conversion options:

    • Configure whether trailing spaces are removed during conversion and whether images are output.
    • PDF2Word: option to insert page breaks during conversion.
    • PDF2Excel: new Excel workbook settings.
  • Protected PDF support:

    • Convert password-protected PDFs via callback configuration.

    API updates:

    • PDF2Office::Initialize(library_path, fx_binary_program_path)
    • PDF2WordSettingData(...enable_generate_page_rendered_break)
    • PDF2ExcelSettingData(...wordbook_settings)
    • PDF2OfficeSettingData(...enable_trailing_space, include_images)

    New classes and APIs:

    • ConvertCheckCallback
    • SetConvertCheckCallback(convert_check_callback)

Enhancements

  • PDF2Word: Improved recognition of tables, formulas, and highlighted text.
  • PDF2Excel: Improved cell border and background recognition.
  • PDF2PPT: Better text and path integrity after conversion.
  • Optimization: Better efficiency for complex path structures.
  • Stability: Improved overall stability and leak prevention.

Office2PDF

New features

  • Word2PDF: Outline conversion support in Word2PDF.

  • Excel2PDF: New workbook conversion options in Excel2PDF.

    New classes:

    • Word2PDFConfig
    • Excel2PDFConfig

Enhancements

  • Complex layout: Vertical text and other complex layouts supported accurately.
  • Complex elements: Gradients, multi-column alignment, and 3D effects reproduced more faithfully.
  • Memory management: Reduced out-of-memory risk on large documents; improved stability.