> On May 2, 2016, at 21:01, Samrat Roy <[email protected]> wrote:
> 
> Hi there,
> 
> First let me say that Skim is an great PDF annotating tool. Kudos to 
> Christiaan for making this for us. 
> 
> Unfortunately, I have an issue and was hoping someone may have a solution for 
> me. Currently, I have a PDF where certain highlights cross the page bounds. I 
> made use of the Applescript examples on the Wiki to write a script to merge 
> highlights ( also boxes ) across multiple pages, but I keep on getting an 
> error,
> 
>        can get characters X thru Y from page Z on ..... 
> 
> when I attempt to create a new note using
> 
>        make new note with properties (type:highlight note, 
> selection:noteSelection)
> 
> where the variable noteSelection was assigned the value
>         set noteSelection to join noteSelection to selection of vNote.
> 
> Could someone please tell me how I can achieve this ? 
> Also, is it possible to merge Highlights, Boxes together ?
> Thank you for you help and time.
> 
> Regards,
> Sam
> 

This is really annoying. This should work, and it certainly did work in the 
past. Unfortunately Apple has broken it again. The problem is that AppleScript 
has a bug with range specifiers (which we use for selections), and they refuse 
to fix this for as long as I know, and in fact that make the bug more serious 
over time. We try to work around it, but apparently this workaround does not 
work for the “make” command. There is, unfortunately, no way we can fix this. 
And therefore no other way to do it. Best we can hope is that Apple fixes this, 
but I have little hope. 

BTW, no, you can’t merge different note types, that would not even make sense.

Christiaan

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Skim-app-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-users

Reply via email to