set l to {} tell application "Skim" set f to open (choose file) set p to get pages for f repeat with i from 1 to count of p set ap to item i of p set b to bounds of ap set sl to {i, b} set end of l to sl end repeat close f end tell l
| 04.01.2023