From dev-return-56548-archive-asf-public=cust-asf.ponee.io@pdfbox.apache.org Thu May 10 18:36:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C810418063A for ; Thu, 10 May 2018 18:36:03 +0200 (CEST) Received: (qmail 62881 invoked by uid 500); 10 May 2018 16:36:02 -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 62870 invoked by uid 99); 10 May 2018 16:36:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2018 16:36:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 7B2461A1927 for ; Thu, 10 May 2018 16:36:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -102.311 X-Spam-Level: X-Spam-Status: No, score=-102.311 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id kMecuKbeINXN for ; Thu, 10 May 2018 16:36:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 191BD5F4E5 for ; Thu, 10 May 2018 16:36:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 53F59E0F3E for ; Thu, 10 May 2018 16:36:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1011F21298 for ; Thu, 10 May 2018 16:36:00 +0000 (UTC) Date: Thu, 10 May 2018 16:36:00 +0000 (UTC) From: "John Hewson (JIRA)" To: dev@pdfbox.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PDFBOX-4068) Create ContentStream for XObject forms and tiling patterns MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PDFBOX-4068?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D164= 70682#comment-16470682 ]=20 John Hewson commented on PDFBOX-4068: ------------------------------------- Ok, the problems I [mentioned above|#comment-16469705] are now fixed :) > Create ContentStream for XObject forms and tiling patterns > ---------------------------------------------------------- > > Key: PDFBOX-4068 > URL: https://issues.apache.org/jira/browse/PDFBOX-4068 > Project: PDFBox > Issue Type: Task > Components: PDModel > Reporter: Tilman Hausherr > Priority: Major > > We have a=C2=A0{{PDAppearanceContentStream}} for appearances but nothing = for=C2=A0XObject forms and tiling patterns. > What we need should extend=C2=A0{{PDAbstractContentStream}} and should ha= ve a constructor like > {code:java} > public PDFormContentStream(PDFormXObject form) throws IOException > {code} > Alternatively, why not replace {{PDAppearanceContentStream}} ? Its parame= ter=C2=A0{{PDAppearanceStream}} is extended from=C2=A0{{PDFormXObject}} so = we could just use the base class. > We need this both for 2.0 and 3.* - we have users who have a really hard = time fiddling with low level operators instead of using the methods. > In 2.0 we could replace the parameter of=C2=A0{{PDPageContentStream}} tha= t is currently {{PDAppearanceStream}}. This would be a non breaking change. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org For additional commands, e-mail: dev-help@pdfbox.apache.org