I'm having trouble getting a very simple applescript to work (it had been
working some time ago) and I'm unsure if the problem might be that
something changed in the Skimnotes update from a few months ago or that
High Sierra broke something.
The convert notes command seems to not find any notes, i.e., it returns 0.
I tried several PDFs that were annotated by different programs but no
difference.
Any help would be much appreciated!
Jan
This is the little script:
tell application "Skim"
launch
open myFile
set theDocument to document 1
convert notes theDocument
if numberOfNotes = 0 then
close theDocument saving no
else
save theDocument in skimNotes as "Skim Notes"
close theDocument saving no
end if
end tell
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Skim-app-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-users