From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20130 Path: news.gmane.org!not-for-mail From: Thomas Schrader Newsgroups: gmane.comp.tex.context Subject: texexec does not Rotate right on pdfarrange Date: Thu, 28 Apr 2005 09:16:49 +0200 Organization: AEC/communications GmbH, Berlin Message-ID: <1114672609.7379.10.camel@ben-nevis.core.aeccom.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1114672640 6686 80.91.229.2 (28 Apr 2005 07:17:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Apr 2005 07:17:20 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 28 09:17:18 2005 Return-path: 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 1DR3En-0001PD-Lf for gctc-ntg-context-518@m.gmane.org; Thu, 28 Apr 2005 09:15:05 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C3D04127EA; Thu, 28 Apr 2005 09:20:37 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14948-03; Thu, 28 Apr 2005 09:20:37 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9FAC3127E8; Thu, 28 Apr 2005 09:16:52 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 50D4D127E8 for ; Thu, 28 Apr 2005 09:16:51 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14948-01 for ; Thu, 28 Apr 2005 09:16:49 +0200 (CEST) Original-Received: from mail2.aeccom.com (port-212-202-101-158.static.qsc.de [212.202.101.158]) by ronja.ntg.nl (Postfix) with ESMTP id B34C4127CD for ; Thu, 28 Apr 2005 09:16:49 +0200 (CEST) Original-Received: from [192.168.2.170] (ben-nevis.core.aeccom.com [192.168.2.170]) by mail2.aeccom.com (Postfix) with ESMTP id 6104C7D for ; Thu, 28 Apr 2005 09:16:49 +0200 (CEST) Original-To: ntg-context@ntg.nl X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20130 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20130 Hi everybody, I've got a PDF saying /MediaBox [ 0 0 842 595 ] /Rotate 270 but on concatenating it via texexec to a second PDF saying /MediaBox [0 0 595 842] the first one is displayed landscape and cut to half. How can I prevent this. Does texexec ignore the rotation commands? Need I parse odd PDFs myself? Thanks much for any hints