Foxit PDF SDK Changelog

Foxit PDF SDK For iOS & Android

November 2023

New Features & Enhancements
  • New Event Handling for Reflowing Pages:
    Introduces the “IReflowEventListener” interface in the ReflowPage class with functions “onWillStartParseReflowPage” and “onParsedReflowPage” for invoking objects from PDFViewCtrl.
  • New Event Handling for Renderer:
    Introduces the “IRenderEventListener” interface in the Render class with functions “onWillRender” and “onRenderedFlags” for invoking objects from PDFViewCtrl.
  • Support for Displaying Logical Page Numbers:
    Adds a new API “useLogicalPageNumbers” to control the display of logical page numbers.
  • Toolbar Position Customization:
    Adds new APIs, ‘setToolBarPosition’ and ‘getToolBarPosition,’ for customizing the toolbar’s position.
  • Multiline Tiled Watermarks Support with Options:
    Introduces the ‘TiledWatermarkSettings’ class and ‘StartAddTiledWatermark()’ functions to add text, image, or page-based tiled watermarks to PDF pages.
  • Enhancement to the Double-Tap Event Listener:
    Improves ‘PDFViewCtrl.IDoubleTapEventListener’ to support enabling/disabling zooming during a double-tap gesture event.
  • Enhancement to the Page Event Listener:
    Adds a new callback interface “onPageSwiped” to the “PDFViewerCtrl.IPageEventListner” to detect page swiping.
  • [Android] Enhancement to the Document Event Listener:
    Adds a new callback interface “onDocLoading” to the “PDFViewCtrl.IDocEventListener” to set the loading progress when opening a document.
  • [Android] Adjustment for Ink Annotation to Store PSlink Pressure-Sensitive Data:
    Enables annotations drawn using PSI to be saved in the standard PDF ink annotation format, allowing recognition by other PDF editors or viewers.
Bug Fixes
  • Fixed an issue where enabling continuous view and selecting a thumbnail would incorrectly navigate to the wrong page.
  • Addressed the scan API malfunction for Android API 30 and later versions due to adaptation issues.
  • Resolved an issue where setting ZOOMMODE_FITPAGE via code did not take effect in the page display.
  • Fixed the occurrence of a black flash on iOS devices while sliding pages after setting PageColor.
  • Corrected the lack of keyword highlighting in search results displayed on the page.
  • Fixed the inability to modify properties within the loaded configuration using the Android UIExtension config API.
  • Resolved the problem of incomplete thumbnail loading after opening specific files.
  • Fixed the incorrect index retrieval via getIndexAtPos after selecting annotations.
  • Addressed the occurrence of a white screen and flash upon switching the screen orientation from vertical to horizontal.
  • Corrected annotation misplacement after scaling pages when Markup annotations were selected.
  • Resolved an issue of missing invocation of the dealloc method upon exiting the demo on iOS devices.

Web

March 2023

Added
  • Added support for an advanced page editor in the UI
  • New image difference comparison that allows you to compare pixels in multiple images
  • Support for TypeScript declarations – New d.ts files have been added into SDK package including: lib/index.d.ts,lib/UIExtension.d.ts,lib/UIExtension.full.d.ts,lib/PDFViewCtrl.d.ts, and lib/PDFViewCtrl.full.d.ts
  • Custom dynamic stamps added that include setDynamicStamp,getDynamicStamp,removeDynamicStamp
  • Multiline tiled watermark support
  • Support for programmatically pasting annotations into a destination page
  • Support for setting default font properties for FreeText annotations
  • Support for keeping formatting when copying and pasting text with the hand tool
  • Show labels and values for perimeter and area measurements
  • PDFDoc.sign now supports rotation
  • Support for accessing details on signed signature
  • Hand state handler supports text selection
  • Custom snapshot interaction
  • UI component state management
  • Improvements to the UI redaction component
  • Collaboration Addon – This addon offers a range of build-in client and server functionalities that enable developers to implement collaboration, improve organization’s productivity and streamline PDF document workflows
  • API Changes – The second parameter of PDFDoc::sign(signInfo, DigestSignHandler) has been updated: OLD: DigestSignHandler(signInfo,buffer),where the buffer data type is ArrayBuffer. NEW: DigestSignHandler(signInfo,plainContent),where the plainContent data type is Blob.
  • New demo for the image difference comparison feature
  • Multiple instances demo – shows how to run PDFViewer in multiple instances
Fixed
  • Fixed typewriter annotations which weren’t rendering correctly if text entered exceeded the allotted area
  • Fixed rendering order of the screen image annotation which was inconsistent with Foxit PDF Editor
  • Fixed an issue where only the final signature is considered valid when validating multiple signatures in a PDF document
  • Fixed an issue where one of the signatures may not be displayed on page when there are multiple signatures with the same name
  • Fixed the right click menu for annotations which were not displaying in full screen mode
  • Fixed grey text which appeared as black when changing the background color of a PDF
  • Fixed an issue where signing and validating large files leads to browser crashes
  • Fixed an issue where if the border of an annotation’s shape is set to 0 the fill color is not applied
  • Fixed an issue where the font name is not displaying in the font list after being modified through the form field properties
  • Fixed an issue where link annotation actions executed even when a mouse cursor is not on it
  • Fixed an issue with certain specific images where rotation is displayed incorrectly on input into the image form field
  • Fixed an issue when calling page.addAnnot to set the icon for the file attachment doesn’t work
  • Fixed a mapped font via setJRFontMap() where it rendered incorrectly
  • Fixed long press on the annotation or page doesn’t trigger correctly on mobile
  • Fixed the stylus touch compatibility issues on some versions of iPad

Windows/Linux/Mac

March 2023

Added
  • The OCR engine now supports Linux 64 platform
  • Expanded language support for the Mac ARM M1 chip from C++ to Java, .NET Core, Objective-C and Python
  • Foxit’s proprietary PDF Conversion SDK is available in PDF SDK as an add-on
  • Cross-platform MAUI PoC project is now available in the form of an SDK package, NuGet package and GitHub repository
  • Support to find and replace text easily with the new Search & Replace feature
  • New MRC Compression technique to compress image objects
  • Enhanced table generator to fill in data in cells responsively
  • Support for cloning a new appearance for form widget annotations
  • New function to set an image to XFA form field
  • Support for embedding all unembedded fonts in PDF
  • Font class adds new functions to get and set font encoding
  • Support for managing visibility of signature’s state when rendering
  • Support for getting all elements of the current page’s seal signature
  • Add a custom dictionary to a signature field while signing
  • Form XObject image object now supports CloneBitmap()
  • Support for repeat overlay text for PDF Redaction
  • New metadata class adds functions to get and set the xmpMM identifier
  • Optimized text watermarks to prevent an increase in file size
  • PDF TIFF bitmap supports LWZ compression
  • Support for more PDF JavaScript objects to enhance PDF interactivity
  • Updated OCR engine to improve recognition of text and fonts
  • Improvements to rendering on sharp angles of Bezier curves
  • New Simple Demo for Foxit PDF Conversion SDK, Search & Replace, PDF to XML, annotation summaries, annotation summaries, form combination to a sheet
Fixed
  • Fixed an issue when calling StartRender multiple times with a specific PDF document returned an unexpected exception
  • Fixed an issue when merging specific documents through StartImportPagesFromFilePath() which caused crashes when saving after optimization
  • Fixed an issue when calling Field::SetDefaultAppearance() to change the text font and size didn’t update the signature’s appearance
  • Fixed an issue where output margins increased when printing a PDF document
  • Fixed an issue when calling SetRichTextStyle() to align text which caused a crash
  • Fixed the XFAWidget::SetValue() where it could not be set to an empty string (“”) on any field
  • Fixed security vulnerabilities in two JavaScript functions “Doc.exportXFAData” and “app.setInterval”

PDF Conversion SDK 1.1

March 2023

Added
  • Support for Foxit’s AI technology to perform borderless table recognition: our cutting-edge machine learning technology uses a HTTP Restful API to enable seamless integration with your existing projects. You can simply turn on the option “enable_ml_recognition” in our SDK to execute recognition on the table border in a matter of seconds
  • PDF Conversion SDK is now available as an add-on with Foxit PDF SDK. Along with the previously launched standalone version, you can now use PDF Conversion SDK fully integrated with PDF SDK to save you time and give you more flexibility
Fixed
  • We’ve been busy fixing a lot of the initial bugs associated with the release of a new product. We’ll have more fixes as we continue to release new versions of PDF Conversion SDK

Updated on March 20, 2024