• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Combine Multiple PDFs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Combine Multiple PDFs


  • Subject: Re: Combine Multiple PDFs
  • From: Nate Battles <email@hidden>
  • Date: Mon, 01 Jun 2009 08:18:17 -0500
  • Thread-topic: Combine Multiple PDFs

Thanks to everyone's response.  I think the Python route may bee the way to
go.


Nate

On 6/1/09 7:18 AM, "email@hidden"
<email@hidden> wrote:

> Send AppleScript-Users mailing list submissions to
> email@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.apple.com/mailman/listinfo/applescript-users
> or, via email, send a message with subject or body 'help' to
> email@hidden
>
> You can reach the person managing the list at
> email@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of AppleScript-Users digest..."
>
>
> Today's Topics:
>
>    1. Re: Is this a major bug or not? (Nigel Garvey)
>    2. Re: Is this a major bug or not? (Michelle Steiner)
>    3. Re: Is this a major bug or not? (Rainer Standke)
>    4. Re: Is this a major bug or not? (Deivy Petrescu)
>    5. Re: Is this a major bug or not? (Shane Stanley)
>    6. Re: Combine multiple PDFs (Takaaki Naganoya)
>    7. Re: Is this a major bug or not? (Philip Aker)
>    8. InDesign - CS2 and CS3 duplicate method is different?
>       (Gary Bielby)
>    9. Re: InDesign - CS2 and CS3 duplicate method is different?
>       (Shane Stanley)
>   10. RE: InDesign - CS2 and CS3 duplicate method is different?
>       (Gary Bielby)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 31 May 2009 22:43:58 +0100
> From: "Nigel Garvey" <email@hidden>
> Subject: Re: Is this a major bug or not?
> To: "AppleScript Users" <email@hidden>
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=US-ASCII
>
> Philip Aker wrote on Sun, 31 May 2009 11:59:09 -0700:
>
>> set foo to {x:"text", y:5, class:"temp", z:pi}
>> class of contents of foo
>>
>> It's a bug if there is no way to get the class of the foo object itself.
>
>   on classOf(foo)
>     if ((count {foo}'s records) > (count {foo}'s lists)) then
>       record
>     else
>       class of foo
>     end if
>   end classOf
>
>   set foo to {x:"text", y:5, class:"temp", z:pi}
>   classOf(foo)
>
>
> NG
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 31 May 2009 15:20:58 -0700
> From: Michelle Steiner <email@hidden>
> Subject: Re: Is this a major bug or not?
> To: Applescript Users <email@hidden>
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> On May 31, 2009, at 11:12 AM, Deivy Marck Petrescu wrote:
>
>> I understand Michelle,
>> However,
>> set foo to {x:"text", y:5, class:"temp", z:pi}
>>
>> Now I ask you; what is the class of "foo"?
>
> It's a record, but you can't get that from Applescript because you're
> asking it for the value of the item labeled "class".
>
> There's no way that I know of for it to give you both.  Nor can it
> read your mind to find out which you want.
>
> -- Michelle




 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Prev by Date: RE: InDesign - CS2 and CS3 duplicate method is different?
  • Next by Date: Re: Is this a major bug or not?
  • Previous by thread: Re: Combine multiple PDFs
  • Next by thread: Re: Is this a major bug or not?
  • Index(es):
    • Date
    • Thread