From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25774 Path: news.gmane.org!not-for-mail From: Mojca Miklavec Newsgroups: gmane.comp.tex.context Subject: Re: pdfstartview Date: Wed, 1 Feb 2006 17:16:48 -0800 Message-ID: <6faad9f00602011716j724d709dv49796d3c1fe32b7b@mail.gmail.com> References: <6faad9f00602010817t5c416f03sf546fc80bc695ab6@mail.gmail.com> <43E11DDE.80508@wxs.nl> 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 1138843062 6851 80.91.229.2 (2 Feb 2006 01:17:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Feb 2006 01:17:42 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 02 02:17:37 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 1F4T6I-00053n-SS for gctc-ntg-context-518@m.gmane.org; Thu, 02 Feb 2006 02:17:30 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AB7E812813; Thu, 2 Feb 2006 02:17:29 +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 00408-08; Thu, 2 Feb 2006 02:17:26 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 498C8127D1; Thu, 2 Feb 2006 02:17:26 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9DB32127D1 for ; Thu, 2 Feb 2006 02:17:23 +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 00457-05 for ; Thu, 2 Feb 2006 02:17:22 +0100 (CET) Original-Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.194]) by ronja.ntg.nl (Postfix) with SMTP id 5B1F4127B1 for ; Thu, 2 Feb 2006 02:17:22 +0100 (CET) Original-Received: by nproxy.gmail.com with SMTP id x4so35364nfb for ; Wed, 01 Feb 2006 17:16:48 -0800 (PST) Original-Received: by 10.48.199.13 with SMTP id w13mr44416nff; Wed, 01 Feb 2006 17:16:48 -0800 (PST) Original-Received: by 10.48.14.18 with HTTP; Wed, 1 Feb 2006 17:16:48 -0800 (PST) Original-To: mailing list for ConTeXt users In-Reply-To: <43E11DDE.80508@wxs.nl> Content-Disposition: inline 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:25774 Archived-At: On 2/1/06, Hans Hagen wrote: > Mojca Miklavec wrote: > > I vote for this as well (for enchanced possibilities of opening PDF > > documents: FitWidth, FitHeight, whole page, XX % of actual size). This > > might not be the same as request above, but a very similar one. > > > hey, since when don't you read the source any more ... > > \setupinteraction[focus=fit|width|height|minwidth|minheight|standard| Till yesterday my acrobat was broken for quite some months and I couldn't experiment much (I hated to reinstall windows). I looked into ConTeXt source for PDF and into PDF Reference manual a while ago I don't remember any changes mentioned since that time. 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. (I find PDF way too complicated for experimenting in comparison to PS.) Mojca