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 898D8188BF for ; Thu, 23 Jul 2015 13:49:51 +0000 (UTC) Received: (qmail 24592 invoked by uid 500); 23 Jul 2015 13:49:48 -0000 Delivered-To: apmail-pdfbox-users-archive@pdfbox.apache.org Received: (qmail 24569 invoked by uid 500); 23 Jul 2015 13:49:48 -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 24558 invoked by uid 99); 23 Jul 2015 13:49:47 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2015 13:49:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 87BFA18D2BA for ; Thu, 23 Jul 2015 13:49:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.001 X-Spam-Level: * X-Spam-Status: No, score=1.001 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id jtWObBDBj6sd for ; Thu, 23 Jul 2015 13:49:35 +0000 (UTC) Received: from www168.your-server.de (www168.your-server.de [213.133.104.168]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id D143D212C5 for ; Thu, 23 Jul 2015 13:49:34 +0000 (UTC) Received: from [88.198.220.132] (helo=sslproxy03.your-server.de) by www168.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1) (envelope-from ) id 1ZIGrH-00023U-NC for users@pdfbox.apache.org; Thu, 23 Jul 2015 15:48:23 +0200 Received: from [79.242.111.216] (helo=mbp001.local.fileaffairs.de) by sslproxy03.your-server.de with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1ZIGrE-0002En-6t for users@pdfbox.apache.org; Thu, 23 Jul 2015 15:48:20 +0200 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: Validating From: Maruan Sahyoun In-Reply-To: <1437646468.1856967.331086281.2CE0547F@webmail.messagingengine.com> Date: Thu, 23 Jul 2015 15:48:16 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1437646468.1856967.331086281.2CE0547F@webmail.messagingengine.com> To: users@pdfbox.apache.org X-Mailer: Apple Mail (2.2102) X-Authenticated-Sender: sahyoun@fileaffairs.de X-Virus-Scanned: Clear (ClamAV 0.98.5/20707/Thu Jul 23 10:35:22 2015) Hi Robert, > Am 23.07.2015 um 12:14 schrieb Robert Gr=C3=BCndler = : >=20 > Hi there, >=20 > according to the documentation it's possible to validate if a PDF is > PDF/A-1b compliant: > https://pdfbox.apache.org/1.8/cookbook/pdfavalidation.html >=20 > Is it possible to validate PDF/A-3 compliance as well using the > Preflight library? (http://www.wikiwand.com/en/PDF/A#/PDF.2FA-3)=20 >=20 no, that's not possible as the rules for checking the PDF are only = implemented for PDF/A-1b. Any provision that differs between PDF/A-1b = and PDF/A-3 wouldn't be picked up. There hasn't been a lot of demand (or at least people didn't explicitly = ask for it) for PDF/A-2 and PDF/A-3 validation using PDFBox as well as = there haven't been any contributions. Please also note that there is an open source project called veraPDF = [veraPDF.org] which is looking to implement PDF/A-1 to PDF/A-3 = validation. The parsing is done using PDFBox. BR Maruan > regards >=20 > Robert >=20 >=20 >=20 >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org > For additional commands, e-mail: users-help@pdfbox.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org For additional commands, e-mail: users-help@pdfbox.apache.org