Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Releases: ApryseSDK/webviewer-mendix-sample

PDFTron WebViewer Mendix Widget v2.1.2

20 Mar 21:25
Compare
Choose a tag to compare

PDFTron WebViewer Mendix Widget v2.1.1

30 May 20:54
Compare
Choose a tag to compare

Fixed issue where pages will become unselected when scrolling through documents with many pages.
Fixed issue where last page can be unselected.

PDFTron WebViewer Mendix Widget v2.1.0

25 May 00:06
5aa622e
Compare
Choose a tag to compare

Added page extraction feature
Updated WebViewer to 10.1
Reduced package size by importing parts of lodash

PDFTron WebViewer Mendix Widget v2.0.0

12 Apr 19:50
6c2de97
Compare
Choose a tag to compare

Updated WebViewer to WebViewer 10.0.
Changed real-time annotating to use XFDF commands instead of full XFDF.
Added PDF content editing and Office editing options
Deprecated a few of the file options in favor of loading just the File type

PDFTron WebViewer Mendix Widget v1.5.1

28 Mar 18:25
Compare
Choose a tag to compare

Added File option to load a document
Added deprecation warnings to certain loading options
Fixed potential loop while auto exportingand importing at the same time (real-time)

PDFTron WebViewer Mendix Widget v1.5.0

02 Mar 19:31
3438b7c
Compare
Choose a tag to compare

Changed SaveAs icon with new icon
Added ability to sync XFDF for basic real-time collaboration
Updated WebViewer to 8.12

PDFTron WebViewer Mendix Widget v1.4.0

18 Jan 00:01
Compare
Choose a tag to compare

Updated WebViewer
Separated save button into save and save as.
Fixed issue where state and parameters are incorrectly read in functions.

PDFTron WebViewer Mendix Widget v1.3.0

21 Dec 19:16
Compare
Choose a tag to compare

Added ability to save external documents into Mendix. This done through the same save button when loading an external file (ex. URL).
Added options to export/import XFDF to a data entity.

PDFTron WebViewer Mendix Widget v1.2.1

14 Dec 23:56
Compare
Choose a tag to compare

Fixed issue where the annotation user was not set since it came in a second component update.

PDFTron WebViewer Mendix Widget v1.2.0

28 Nov 18:52
Compare
Choose a tag to compare

Updated WebViewer from 8.8 to 8.10. Please use the nightly stable build after Nov 25th.
Added disposal code to ensure garbage collection occurs when WebViewer is unmounted. Browser extensions that retain references to windows/pages can still cause WebViewer to remain mounted.
Added visibility option to the UI section that will hide WebViewer without unmounting it from the page. Navigating away from it will cause an unmount.