Return-Path: Delivered-To: apmail-pdfbox-dev-archive@www.apache.org Received: (qmail 26001 invoked from network); 2 Mar 2010 18:47:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Mar 2010 18:47:55 -0000 Received: (qmail 12814 invoked by uid 500); 2 Mar 2010 18:47:50 -0000 Delivered-To: apmail-pdfbox-dev-archive@pdfbox.apache.org Received: (qmail 12791 invoked by uid 500); 2 Mar 2010 18:47:50 -0000 Mailing-List: contact dev-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list dev@pdfbox.apache.org Received: (qmail 12783 invoked by uid 99); 2 Mar 2010 18:47:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Mar 2010 18:47:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Mar 2010 18:47:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E9EB2234C4BE for ; Tue, 2 Mar 2010 18:47:27 +0000 (UTC) Message-ID: <2019340966.11931267555647957.JavaMail.jira@brutus.apache.org> Date: Tue, 2 Mar 2010 18:47:27 +0000 (UTC) From: =?utf-8?Q?Andreas_Lehmk=C3=BChler_=28JIRA=29?= To: dev@pdfbox.apache.org Subject: [jira] Updated: (PDFBOX-646) Map the form space to user space if hte optional form matrix is present In-Reply-To: <1625402761.11851267555537968.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PDFBOX-646?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Lehmk=C3=BChler updated PDFBOX-646: -------------------------------------- Attachment: tiger-as-form-xobject.pdf That file has an optional form matrix. The tiger doesn't show up using the = PDFReader. Jeremias provided me with that example long time ago. It's from the Apache = FOP project. > Map the form space to user space if hte optional form matrix is present > ----------------------------------------------------------------------- > > Key: PDFBOX-646 > URL: https://issues.apache.org/jira/browse/PDFBOX-646 > Project: PDFBox > Issue Type: Improvement > Components: Parsing, PDFReader, PDModel > Affects Versions: 0.8.0-incubator, 1.0.0 > Reporter: Andreas Lehmk=C3=BChler > Assignee: Andreas Lehmk=C3=BChler > Fix For: 1.1.0 > > Attachments: tiger-as-form-xobject.pdf > > > An XObjectForm has an optional form matrix to map the form space to user = space. If that matrix is present it has to be multiplied with the current t= ransformation matrix to calculate the correct coordinates for every followi= ng operation. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.