Return-Path: X-Original-To: apmail-pdfbox-users-archive@www.apache.org Delivered-To: apmail-pdfbox-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 21932D4E3 for ; Fri, 20 Jul 2012 19:31:19 +0000 (UTC) Received: (qmail 28528 invoked by uid 500); 20 Jul 2012 19:31:18 -0000 Delivered-To: apmail-pdfbox-users-archive@pdfbox.apache.org Received: (qmail 28489 invoked by uid 500); 20 Jul 2012 19:31:18 -0000 Mailing-List: contact users-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@pdfbox.apache.org Delivered-To: mailing list users@pdfbox.apache.org Received: (qmail 28481 invoked by uid 99); 20 Jul 2012 19:31:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2012 19:31:18 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of robert.walter.nelson@gmail.com designates 209.85.213.48 as permitted sender) Received: from [209.85.213.48] (HELO mail-yw0-f48.google.com) (209.85.213.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2012 19:31:12 +0000 Received: by yhfq46 with SMTP id q46so5525242yhf.21 for ; Fri, 20 Jul 2012 12:30:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=e5qGN9IPWtiuHOR4aVpSj5K4WX8bx/VPwMP7ici4wYc=; b=gtG6L2Av+MHXn6YN0uZjFf5SBiCtlXi8w4ikZqzfDk/YveAZKPWjxj8EYmruRikkuT 4aPEfqvD3khzL37ZgHKzPtiJbAi44b147Vw4oK6ar3iehQeEtQ83OeRIBMbKg6cA2y3R CScYqVHA0nb6b218j6mpjy4C1FB11BkJItInuOE0SZxGmufqICRO+gKRYUNAdEalq0Cm fD5X9so8uM4K6T98G7pxrGNYJTLsyJLRDIpV5u0U4sFiaQecBQ3MPbAYmnBGCJTNMQYW OCNBJuL+RUbzJB/EVRdn6+csyAlyt7mH0DTted80lh91iiUqD6+UTIuCY6ysxD7Wz5sg iUHw== MIME-Version: 1.0 Received: by 10.60.30.101 with SMTP id r5mr8461876oeh.68.1342812651261; Fri, 20 Jul 2012 12:30:51 -0700 (PDT) Received: by 10.182.76.39 with HTTP; Fri, 20 Jul 2012 12:30:51 -0700 (PDT) Date: Fri, 20 Jul 2012 14:30:51 -0500 Message-ID: Subject: question on TextToPDF Command Line Utility From: Robert Nelson To: users@pdfbox.apache.org Content-Type: multipart/alternative; boundary=e89a8fb20678140f1f04c547ef99 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb20678140f1f04c547ef99 Content-Type: text/plain; charset=ISO-8859-1 Hi, The following command creates a portrait oriented output: $ java -jar pdfbox-app-1.7.0.jar TextToPDF -standardFont Courier file-out.pdf file-in.txt How does one request the output to be generated in landscape orientation? Thanks --e89a8fb20678140f1f04c547ef99--