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 CD73410FE0 for ; Sun, 28 Jul 2013 17:06:18 +0000 (UTC) Received: (qmail 68541 invoked by uid 500); 28 Jul 2013 17:06:18 -0000 Delivered-To: apmail-pdfbox-users-archive@pdfbox.apache.org Received: (qmail 68413 invoked by uid 500); 28 Jul 2013 17:06:14 -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 68398 invoked by uid 99); 28 Jul 2013 17:06:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Jul 2013 17:06:12 +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 eric.leleu.dev@gmail.com designates 209.85.217.174 as permitted sender) Received: from [209.85.217.174] (HELO mail-lb0-f174.google.com) (209.85.217.174) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Jul 2013 17:06:06 +0000 Received: by mail-lb0-f174.google.com with SMTP id x10so3691777lbi.33 for ; Sun, 28 Jul 2013 10:05:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=1+dvrlv0IQCCJDN4s8+L6IGCp3NXB/cw2ukzWBKp5/E=; b=gTpx2e/bk3QHFI1uBW84/4WAZf86VxWsEEfm9OT5pk+DbBb6yZfFqd9YB+fE45hjB2 sXNOfuHF3KEqQfN/K6tIbu2nc0h7VQryWxGZXZ7chHz+qyvV1NcLmUQiDnV24BX2WQti A2cE8Ocq4Azxz3AbO2+boEXapIZydNIsc8EBL+4N0WpD+BXPxPu1KQruhLCuzBX7N+cH 2IGabMqp/Hidk16he3PvaGyHF6abiFIxvHdpop78/jCY8sBhnEBXIocjeNdsifNyx+Pn ma95dvi50vUAFAHoZVtPt2lpolXo6uu+TYA3EPZjxz7dFhYosaQqdVGY7mMGyF/07P34 9WHg== MIME-Version: 1.0 X-Received: by 10.112.4.4 with SMTP id g4mr24525691lbg.64.1375031145068; Sun, 28 Jul 2013 10:05:45 -0700 (PDT) Received: by 10.114.180.228 with HTTP; Sun, 28 Jul 2013 10:05:44 -0700 (PDT) In-Reply-To: References: Date: Sun, 28 Jul 2013 19:05:44 +0200 Message-ID: Subject: Re: Save file as PDF/A From: Leleu Eric To: users@pdfbox.apache.org, gilad.denneboom@gmail.com Content-Type: multipart/alternative; boundary=14dae94edab1f4ff4b04e29562f9 X-Virus-Checked: Checked by ClamAV on apache.org --14dae94edab1f4ff4b04e29562f9 Content-Type: text/plain; charset=ISO-8859-1 Hi, Unfortunatly, there are not specific writer to create PDF/A file. I guess you can create a PDF/A with PDFBox if you set by yourself all required elements. Eric 2013/7/26 Gilad Denneboom > Hi guys, > > Maybe I'm overlooking it, but I can't seem to find a way to save a file as > PDF/A using PDFBox (not just validate it). Is this possible? If so, how? > > Thanks in advance! > --14dae94edab1f4ff4b04e29562f9--