From cde408708e6098b001218e3ad9dda1d903964dfa Mon Sep 17 00:00:00 2001 From: ama-pdftron <83238520+ama-pdftron@users.noreply.github.com> Date: Tue, 19 Aug 2025 08:36:05 -0700 Subject: [PATCH 1/7] Update to v11.7.0 for Android (#710) * Update to v11.7.0 for Android * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- android/build.gradle | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 6977d8b9..b92938c4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' - implementation "com.pdftron:pdftron:11.6.0" - implementation "com.pdftron:tools:11.6.0" - implementation "com.pdftron:collab:11.6.0" + implementation "com.pdftron:pdftron:11.7.0" + implementation "com.pdftron:tools:11.7.0" + implementation "com.pdftron:collab:11.7.0" } diff --git a/package.json b/package.json index 4cdd0fd2..e3611035 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-19", + "version": "3.0.4-20", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts", From 315e2155e4ec4bd648eed711f3fa475cb3ac015c Mon Sep 17 00:00:00 2001 From: bfung <43352070+brandenfung2@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:26:18 -0700 Subject: [PATCH 2/7] Update Android to 11.8.0 (#713) * Update Android to 11.8.0 * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- android/build.gradle | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index b92938c4..11339221 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' - implementation "com.pdftron:pdftron:11.7.0" - implementation "com.pdftron:tools:11.7.0" - implementation "com.pdftron:collab:11.7.0" + implementation "com.pdftron:pdftron:11.8.0" + implementation "com.pdftron:tools:11.8.0" + implementation "com.pdftron:collab:11.8.0" } diff --git a/package.json b/package.json index e3611035..4f873340 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-20", + "version": "3.0.4-21", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts", From 5e3a77c8475fc834251bb666925e3d78dfade36b Mon Sep 17 00:00:00 2001 From: sgong-pdftron Date: Tue, 25 Nov 2025 15:40:01 -0800 Subject: [PATCH 3/7] Update Android to 11.9.0 (#714) * Update to 11.9 * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- android/build.gradle | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 11339221..f69465ff 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' - implementation "com.pdftron:pdftron:11.8.0" - implementation "com.pdftron:tools:11.8.0" - implementation "com.pdftron:collab:11.8.0" + implementation "com.pdftron:pdftron:11.9.0" + implementation "com.pdftron:tools:11.9.0" + implementation "com.pdftron:collab:11.9.0" } diff --git a/package.json b/package.json index 4f873340..7f340d8d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-21", + "version": "3.0.4-22", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts", From 57850d57b27b1e127d0774e921b23ce8361170ea Mon Sep 17 00:00:00 2001 From: Darren Chan Date: Wed, 10 Dec 2025 11:47:02 -0800 Subject: [PATCH 4/7] Update new podfile spec to use xcframeworks (#715) * update podfile link * Updating package version * package json increment * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- example/ios/Podfile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/ios/Podfile b/example/ios/Podfile index bba4be27..21ed1331 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -7,7 +7,7 @@ install! 'cocoapods', :deterministic_uuids => false target 'example' do # PDFTron use_frameworks! - pod 'PDFNet', podspec: 'https://pdftron.com/downloads/ios/react-native/latest.podspec' + pod 'PDFNet', podspec: 'https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdfnet/latest.podspec' pod 'RNPdftron', :path => '../node_modules/react-native-pdftron' config = use_native_modules! diff --git a/package.json b/package.json index 7f340d8d..ef7ebb0e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-22", + "version": "3.0.4-23", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts", From 015d645d5893c7025aff99bdbc69860b9fe900f0 Mon Sep 17 00:00:00 2001 From: Darren Chan Date: Thu, 11 Dec 2025 10:00:51 -0800 Subject: [PATCH 5/7] Podspec links missed to update (#716) * Update README.md * Updating package version * Update README.md * Update README.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ebb28ac1..97ad4aa2 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,9 @@ The release can be found here: https://github.com/ApryseSDK/pdftron-react-native ### iOS > [!IMPORTANT] -> As of March 2025, use of the podspec distributed specifically for the PDFTron React Native wrapper (`https://pdftron.com/downloads/ios/react-native/latest.podspec`) is deprecated. -> -> **All new and existing users are recommended to use the standard [Apryse iOS SDK CocoaPods](https://docs.apryse.com/ios/guides/get-started/integration?tab=cocoapods) instead.** +> As of March 2025, use of the podspec distributed specifically for the PDFTron React Native wrapper (`https://pdftron.com/downloads/ios/react-native/latest.podspec`) is deprecated and no longer maintained. +> +> Please update to the latest podspec provided for the wrapper as soon as possible (`https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdfnet/latest.podspec`) > > Please update your `Podfile` accordingly. diff --git a/package.json b/package.json index ef7ebb0e..2490c5d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-23", + "version": "3.0.4-24", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts", From 762d50cb7c2d9a431bce33ae8112b1752b6cb930 Mon Sep 17 00:00:00 2001 From: sgong-pdftron Date: Tue, 6 Jan 2026 12:49:55 -0800 Subject: [PATCH 6/7] Update Android to 11.10.0 (#717) * update to 11.10 * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- android/build.gradle | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index f69465ff..94f01f8d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' - implementation "com.pdftron:pdftron:11.9.0" - implementation "com.pdftron:tools:11.9.0" - implementation "com.pdftron:collab:11.9.0" + implementation "com.pdftron:pdftron:11.10.0" + implementation "com.pdftron:tools:11.10.0" + implementation "com.pdftron:collab:11.10.0" } diff --git a/package.json b/package.json index 2490c5d1..8ff4fc98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-24", + "version": "3.0.4-25", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts", From 9393ec65af93d789d742287505af5b304999b803 Mon Sep 17 00:00:00 2001 From: sgong-pdftron Date: Mon, 26 Jan 2026 14:50:32 -0800 Subject: [PATCH 7/7] Update readme (#718) * update readme * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97ad4aa2..a32cfa09 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # PDFTron React Native Wrapper +> [!IMPORTANT] +> This repository serves as a wrapper around the native SDKs. It exposes only a limited set of APIs intended for basic viewing, annotating and removing components from the out‑of‑box UI. Any advanced customization or access to lower‑level functionality should be performed directly through the native SDKs rather than this wrapper. + - [API](API.md) - [Prerequisites](#prerequisites) - [Preview](#preview) diff --git a/package.json b/package.json index 8ff4fc98..0a4a0909 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-25", + "version": "3.0.4-26", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts",