From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25776 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: pdfstartview Date: Thu, 02 Feb 2006 10:01:58 +0100 Message-ID: <43E1CA86.80903@elvenkind.com> References: <6faad9f00602010817t5c416f03sf546fc80bc695ab6@mail.gmail.com> <43E11DDE.80508@wxs.nl> <6faad9f00602011716j724d709dv49796d3c1fe32b7b@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1138870941 28343 80.91.229.2 (2 Feb 2006 09:02:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Feb 2006 09:02:21 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 02 10:02:14 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1F4aLu-0001Ku-Ju for gctc-ntg-context-518@m.gmane.org; Thu, 02 Feb 2006 10:02:06 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E767F1281A; Thu, 2 Feb 2006 10:02:05 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05599-03; Thu, 2 Feb 2006 10:02:02 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4FFFB12799; Thu, 2 Feb 2006 10:02:02 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EB2C012799 for ; Thu, 2 Feb 2006 10:02:00 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05054-07-4 for ; Thu, 2 Feb 2006 10:01:59 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with SMTP id DDFE31278F for ; Thu, 2 Feb 2006 10:01:59 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 6D2531829D for ; Thu, 2 Feb 2006 10:01:59 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11812-04 for ; Thu, 2 Feb 2006 10:01:59 +0100 (CET) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 26F18181F7 for ; Thu, 2 Feb 2006 10:01:59 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0.6-7.1.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <6faad9f00602011716j724d709dv49796d3c1fe32b7b@mail.gmail.com> X-Virus-Scanned: by amavisd-new at elvenkind.net X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25776 Archived-At: Mojca Miklavec wrote: > I realized that opening a document on 100% (75%) for example needs > some special handling like /GoTo /D [page /XYZ left top zoom] (I'm > guessing now, I don't have to proper resources available to check it) > which has to be triggered right after the document opens. A bit dirty > in comparison to "fit width", I agree. > > I would guess that 99% of the code needed to do that already exists, > it's just that the "zoom to XX %" needs to be triggered at document > opening time. This might have to do something with Taco's remarks. I > might be wrong, so please excuse me in that case. This works (but only because object 4 is the first page in my Pdf document). I do not know if this can be 'internalized'? \setupinteraction[state=start,focus=minwidth] \doPDFaddtocatalog{/PageMode /FullScreen /OpenAction << /S /GoTo /D [4 0 R /FitBH ] >> } Cheers, Taco