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 868F311F79 for ; Fri, 20 Jun 2014 18:28:39 +0000 (UTC) Received: (qmail 55704 invoked by uid 500); 20 Jun 2014 18:28:39 -0000 Delivered-To: apmail-pdfbox-users-archive@pdfbox.apache.org Received: (qmail 55678 invoked by uid 500); 20 Jun 2014 18:28:39 -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 55667 invoked by uid 99); 20 Jun 2014 18:28:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2014 18:28:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [194.25.134.21] (HELO mailout10.t-online.de) (194.25.134.21) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2014 18:28:32 +0000 Received: from fwd00.aul.t-online.de (fwd00.aul.t-online.de [172.20.26.147]) by mailout10.t-online.de (Postfix) with SMTP id 679B729CAAF for ; Fri, 20 Jun 2014 20:28:11 +0200 (CEST) Received: from [192.168.2.102] (r2MHYwZ1ghINXYHPIvouhxEqfUICX76qHMmLCJDHXclaWLGgP-JR3wwRLHB3VchZ0K@[84.190.145.18]) by fwd00.t-online.de with esmtp id 1Wy3Xm-4Hik8e0; Fri, 20 Jun 2014 20:28:10 +0200 Message-ID: <53A47D67.1060009@t-online.de> Date: Fri, 20 Jun 2014 20:28:55 +0200 From: Tilman Hausherr User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: users@pdfbox.apache.org Subject: Re: list in pdf References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ID: r2MHYwZ1ghINXYHPIvouhxEqfUICX76qHMmLCJDHXclaWLGgP-JR3wwRLHB3VchZ0K X-TOI-MSGID: 80bb0cf9-410c-4741-8481-45756591e13a X-Virus-Checked: Checked by ClamAV on apache.org With pdfbox you'd have to do everything yourself, i.e. draw the lines, position your text etc. Have also a look at Apache FOP. Tilman Am 20.06.2014 11:21, schrieb Simone Padovan: > How can i put inside a pdf a list of elements whose size (rows) is variable > ? > thanks >