Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8EBEE200C8F for ; Fri, 9 Jun 2017 19:48:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8D5A2160BCA; Fri, 9 Jun 2017 17:48:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D4CEC160BB6 for ; Fri, 9 Jun 2017 19:48:57 +0200 (CEST) Received: (qmail 9371 invoked by uid 500); 9 Jun 2017 17:48:57 -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 9354 invoked by uid 99); 9 Jun 2017 17:48:55 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2017 17:48:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id AD46CC0E4F for ; Fri, 9 Jun 2017 17:48:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.3 X-Spam-Level: ** X-Spam-Status: No, score=2.3 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id TAWNMNPVGBhR for ; Fri, 9 Jun 2017 17:48:53 +0000 (UTC) Received: from www3.webmail.pair.com (www3.webmail.pair.com [66.39.3.34]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id C30E55FC1C for ; Fri, 9 Jun 2017 17:48:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by www3.webmail.pair.com (Postfix) with ESMTP id A793A3E252C for ; Fri, 9 Jun 2017 13:48:46 -0400 (EDT) MIME-Version: 1.0 X-Mailer: AtMail PHP 5.5 Message-ID: <7985.1497030526@swansongrp.com> To: Reply-To: rds@swansongrp.com Content-Type: multipart/alternative; boundary="=_dfda0ae605e28bb1c298ac8391b28e56" X-Origin: 70.198.13.225 Date: Fri, 09 Jun 2017 13:48:46 -0400 Subject: re: Table Creation From: rds@swansongrp.com archived-at: Fri, 09 Jun 2017 17:48:58 -0000 --=_dfda0ae605e28bb1c298ac8391b28e56 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" =20 >> Date: Mon 05/06/17 10:57>> >> Hi Team,>> >> 1) In my project i need to develop pdf using pdfbox which >> displays content>> in the form of a table. Would you please send an api that >> displays the data>> in the form of an aligned table.>> >> Regards,>> Divya Sree.>>=20 I suggest using XLT-FO. The system has tablecreation capability, along with sophisticatedlayout features. https://xmlgraphics.apache.org/fop/fo.html In the last few years, I have changed a major project of mine from PDFBox over to FOP. I am quite satisfied with the results. The following page: https://xmlgraphics.apache.org/fop/examples.html includes an example: "table.fo - some table examples" Bob Swansonbobswansong@gmail.com =20 --=_dfda0ae605e28bb1c298ac8391b28e56--