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 CE61010D07 for ; Thu, 6 Mar 2014 17:40:01 +0000 (UTC) Received: (qmail 60703 invoked by uid 500); 6 Mar 2014 17:40:01 -0000 Delivered-To: apmail-pdfbox-users-archive@pdfbox.apache.org Received: (qmail 60176 invoked by uid 500); 6 Mar 2014 17:39:52 -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 60134 invoked by uid 99); 6 Mar 2014 17:39:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 17:39:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hqsoftwares@gmail.com designates 74.125.82.182 as permitted sender) Received: from [74.125.82.182] (HELO mail-we0-f182.google.com) (74.125.82.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 17:39:43 +0000 Received: by mail-we0-f182.google.com with SMTP id p61so3435320wes.41 for ; Thu, 06 Mar 2014 09:39:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version; bh=L/7xSx2E+r81E01m4rep2az43f49kKoE4QT3A3tA5MQ=; b=YVC3dtSAjCPhz95y+8n0p1ockt9yOL9yav5ZNHMvshJFtZKTrjwB5fE/T2pPKDr+uA COQe2NrECcRW2G1tuETpsTg+6yPCBlkS1ocQT1j5mh3v/kszK8paL5mPAdtLg+VP7m8W QG0KqYOZU3ehrWM57jGaQb9bDzqHxcyvcQHfUBI2fpmTpxuGWDqX/drpQJCwY2hOZ5Iw 1rPjvQjNc63rnHXvdJlOqqcTXBNR+xgKI0IixRQ4YRtBCJfeChVBZ/I70m8ihOkpvFml ET3VWSH0oDrRbXS+JRPIxRvZMvezv5XiJEgWtDewbcVRSEBmoidNN4tDIhGNHaVryw9+ 3X/g== X-Received: by 10.194.190.10 with SMTP id gm10mr12062045wjc.55.1394127562640; Thu, 06 Mar 2014 09:39:22 -0800 (PST) Received: from [192.168.1.54] (52.173.92.92.rev.sfr.net. [92.92.173.52]) by mx.google.com with ESMTPSA id t5sm20130527wjw.15.2014.03.06.09.39.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Mar 2014 09:39:21 -0800 (PST) From: HQS Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: 2 questions Date: Thu, 6 Mar 2014 18:39:20 +0100 Message-Id: <2CD4715D-5673-469D-B10F-A3792A0BC484@gmail.com> To: users@pdfbox.apache.org Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-Virus-Checked: Checked by ClamAV on apache.org Hello all, 1. Have you ever seen PDFs having this kind of (pseudo) structure : BT Tj ET ? Which means, the strings are split into characters and there is one = block of text per character ? It seems to be ill-formed doesn't it ? 2. Reminder of my first mail, what is the library compliancy regarding = PDF standards ? 1.3 to 1.7 ? Thanks and regards Julien