Skip to content

Commit df2cef5

Browse files
author
RadAzzouz
committed
Use the new PSPDFKit 8 QuickStart Guide
1 parent b3e9fee commit df2cef5

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

CordovaDemo/platforms/ios/www/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var app = {
3939
PSPDFKitPlugin.setLicenseKey("YOUR KEY");
4040

4141
// Show PDF with curl transition and white background
42-
PSPDFKitPlugin.present('pdf/PSPDFKit 7 QuickStart Guide.pdf', {
42+
PSPDFKitPlugin.present('pdf/PSPDFKit 8 QuickStart Guide.pdf', {
4343
pageTransition : 'curl',
4444
backgroundColor: 'white',
4545
// printSharingOptions: ['RemoveAnnotations', 'AllPages']
Binary file not shown.
Binary file not shown.

CordovaDemo/www/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var app = {
3939
PSPDFKitPlugin.setLicenseKey('YOUR KEY');
4040

4141
// Show PDF with curl transition and white background
42-
PSPDFKitPlugin.present('pdf/PSPDFKit 7 QuickStart Guide.pdf', {
42+
PSPDFKitPlugin.present('pdf/PSPDFKit 8 QuickStart Guide.pdf', {
4343
pageTransition : 'curl',
4444
backgroundColor: 'white',
4545
// printSharingOptions: ['RemoveAnnotations', 'AllPages']

0 commit comments

Comments
 (0)