Skip to content

Commit 398f5d0

Browse files
995120: Updated Proper code for load
1 parent 3592d6e commit 398f5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

How to/Extract Pages in Page Organizer/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class AppComponent implements OnInit {
5656
// Extract pages 1 and 2
5757
const array = (viewer as any).extractPages('1,2');
5858
// Load the extracted pages back into the viewer
59-
(viewer as any).load(array);
59+
(viewer as any).load(array,"");
6060
console.log(array);
6161
}
6262
}

0 commit comments

Comments
 (0)