Re: [iText-questions] iText question about PdfTable

2015-05-19 Thread Nicolas Conde
http://java-white-box.blogspot.com.ar/2014/03/itext-pdfptable-como-agregar-una-tabla.html plz view this On Tue, May 19, 2015 at 12:59 PM, Haddy, Diane E wrote: > Hello > > > > I am very new to iText and still in the learning mode. I have downloaded > itextpdf – 5.5.6 jar file in eclipse. I ha

[iText-questions] Problems with Chunk

2013-11-21 Thread Nicolas Conde
I detect if a document is added to a "Chunk" after adding Chunk.NEWLINE, next Chunk is not under, but he is on the same line. eg: Document documento = new Document(); try { PdfWriter.getInstance(documento, new FileOutputStream("EX.pdf")); documento.open(); documento.add(new Chunk("E

[iText-questions] unsubscribe

2012-01-30 Thread Nicolas LAVOILLOTTE
unsubscribeNicolas Lavoillotte Ce message (pièces jointes comprises) est protégé par des règles relatives au secret des correspondances ; il peut en outre contenir des informations à caractère confidentiel ; il est établi à destination exclusive de son destinataire. Toute divulgation, utilisat

[iText-questions] AUTO : Nicolas LAVOILLOTTE est absent(e) (renvoi de Mar 23/08/2011)

2011-07-25 Thread Nicolas LAVOILLOTTE
Je suis absent(e) entre Lun 25/07/2011 et Mar 23/08/2011. Remarque : ceci est une réponse automatique à votre message "[iText-questions] unnecessary rotation during copy" envoyé le 25/07/2011 08:54:25. C'est la seule notification que vous recevrez pendant l'absence de cette personne. Ce m

[iText-questions] Extracting text with PdfTextExtractor : null pointer exception

2011-06-21 Thread Nicolas LAVOILLOTTE
HiI'm using the latest version of IText : 5.1.1 and I have a null pointer exception into function :com.itextpdf.text.pdf.CMapAwareDocumentFont.decodeSingleCID(byte[] bytes, int offset, int len)when I try to extract the pages of document. With my previous version: 5.0.7 no problem// 5.1.1 cidbyte2un

Re: [iText-questions] Problem with the page orientation when merging pdfs

2010-09-17 Thread Pierre-Nicolas Lemoine
e a reader and put pagination ? Thank you, Pierre-Nicolas 2010/9/16 1T3XT info > On 16/09/2010 15:19, Pierre-Nicolas Lemoine wrote: > > Hi all, > > > > I'm using iText to merge different PDF documents. The documents have > > different page orientation: portrait

[iText-questions] Problem with the page orientation when merging pdfs

2010-09-16 Thread Pierre-Nicolas Lemoine
-- Pierre-Nicolas Lemoine -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/

[iText-questions] Problem with a list in a paragraph in a cell

2009-10-12 Thread Nicolas DOS SANTOS
Hello, I want to add a paragraph which contains a list to a cell (PdfPCell). But the paragraph content is not well displayed. The following example adds a table to a document. The table contains: - a list added directly to a cell: it works - a list added to a paragraph which is added to a cell :

Re: [iText-questions] Retrieve element position when creating PDF document

2008-11-06 Thread nicolas DOS SANTOS
OK Thanks a lot! 2008/11/6 1T3XT info <[EMAIL PROTECTED]> > nicolas DOS SANTOS wrote: > > Hi > > > > Here is a little sample of what I want to do. > > The principle: > > - create a link in a PDF, > > - create an anchor in another PDF > > - Conc

Re: [iText-questions] Retrieve element position when creating PDF document

2008-11-06 Thread nicolas DOS SANTOS
laying the link after the concatenation but I do not see how. An idea? 2008/11/5 1T3XT info <[EMAIL PROTECTED]> > nicolas DOS SANTOS wrote: > > OK > > Thank you > > Do you have some small sample PDF files. > That always helps. > -- > This answer is provided

Re: [iText-questions] Retrieve element position when creating PDF document

2008-11-05 Thread nicolas DOS SANTOS
OK Thank you 2008/11/4 1T3XT info <[EMAIL PROTECTED]> > nicolas DOS SANTOS wrote: > > Thanks you for your response. > > I explained poorly. > > I create several PDF documents with figures which have got anchors and > > then I concatenate. > > In order to

Re: [iText-questions] Retrieve element position when creating PDF document

2008-11-04 Thread nicolas DOS SANTOS
number but not the position. I would like create a PDF document with the table of figures, and then concatenate it with all others PDF documents 2008/11/4 1T3XT info <[EMAIL PROTECTED]> > nicolas DOS SANTOS wrote: > > Hi, > > > > I have several PDF documents that I concaten

[iText-questions] Retrieve element position when creating PDF document

2008-11-03 Thread nicolas DOS SANTOS
Hi, I have several PDF documents that I concatenate. I want to create a table of figures, but I know the references only after to have created PDF documents, because the links that point to the figures are not in the same document. I can not create links with the 'Anchor' element since the links

[iText-questions] Add a Paragraph to a Phrase with a index

2008-09-18 Thread nicolas DOS SANTOS
I can add a Paragraph object to a Phrase object with add(Object o) method But why I cannot add a Paragraph object to a Phrase object with add(int index, Object o) method ? Suggestions? - This SF.Net email is sponsored by the M

[iText-questions] Problem with Cell and Table in HTML with itext

2008-07-22 Thread nicolas DOS SANTOS
I can't add a 'class' attribute in a cell to specify a CSS style. Have you got a solution? Will we find the enhancements in a future version? Best regards, Nicolas Dos Santos - This SF.Net email is sponsored by

[iText-questions] Problem with Cell and Table in HTML

2008-07-21 Thread nicolas DOS SANTOS
object. I can't add a 'class' attribute in a cell to specify a CSS style. Have you a solution? Will we find the enhancements in a future version? Best regards, Nicolas Dos Santos - This SF.Net email is spons

Re: [iText-questions] Faire un sommaire

2008-06-20 Thread Nicolas ...
Yes, I use iText in seam 2008/6/20 1T3XT info <[EMAIL PROTECTED]>: > Nicolas ... wrote: > > Thanks for your anser. > > > > Is it not possible to do this in my xhtml page ? > > ??? > That's a jBoss/SEAM question, isn't it

Re: [iText-questions] Faire un sommaire

2008-06-20 Thread Nicolas ...
: Le 20 juin 2008 15:22, 1T3XT info <[EMAIL PROTECTED]> a écrit : > Nicolas ... wrote: > > Bonjour, > > > > J'ai effectué une page xhtml pour générer un document PDF en me basant > > sur cette page : > > http://docs.j

[iText-questions] Summary with iText

2008-06-20 Thread Nicolas ...
Hello, I have make an xhtml page to create a PDF document using this page : http://docs.jboss.com/seam/1.2.0.PATCH1/reference/en/html/itext.html I have make a page on my document to make a summary. In this page, I have insert all title of my different chapter with an anchor. I would like to add

[iText-questions] Faire un sommaire

2008-06-20 Thread Nicolas ...
rtie de ma page concernée. Merci par avance pour votre réponse! Cordialement, Nicolas SIbut - Check out the new SourceForge.net M

[iText-questions] PDF/A compliance

2007-10-30 Thread Nicolas Simonnet
Hello, I'm working on a web application using BIRT / iText to generate PDF reports, and our customers want us to generate PDF/A compliant documents. Is iText able to generate this kind of documents? If not, will it be? . :-) Thanks for your answer, and thanks for your great job! Nico -

[iText-questions] Curious problem with generating pdf, xml to pdf

2006-06-02 Thread Nicolas Poirier
Hello all,I have 2 table in my xml Table 1Table2My problem is the pdf: the first table and text are perfect but in the second table, the table is correct but text is shifted to the bottom of 4-5 centimeters, in some examples the text is in the bottom of page over the number of page ...The first tab

[iText-questions] curious problem to generate PDF, xml to pdf

2006-06-02 Thread Nicolas Poirier
Hello all,I have 2 table in my xml Table 1Table2The first table (header + data)The Header Nom Service Etablis. Commune DPT Tel Specialite Inv. Rep. Prev/Val/Reel MontantOnel Row TROUVE THUET MARIE HELENE ARRAS Rhumatologie A INV Oui 0 /1 /0 0.0 null null null Tel : null ZVM-10101 approx 30 rows in

[iText-questions] Page events question

2006-05-17 Thread Nicolas Laplante
Hi, Is there a way to draw a border on the bottom of a table _only when it gets split by a page change_, and not at the very bottom of the table on the last page? --- Using Tomcat but need to do more? Need to support web services, securit

[iText-questions] PdfPageEventHelper and margins problem

2006-05-16 Thread Nicolas Laplante
e the onEndPage() method and the result is 168pt. I don't know where the bottom margin gets changed but I really need to get the same value I specified at document creation (19pt). What am I doing wrong? Thank you Nicolas Laplante --- Us

[iText-questions] Stupid question on how to use iText

2006-04-07 Thread nicolas boccard
ble while iText does preserve it, however the tentative line below does not work, could you correct it? java -classpath "/pathto/itext.jar" com.lowagie.tools.plugins.Encrypt IOCB_ebook.pdf IOCB_ebook2.pdf mypassword In advance thn

[iText-questions] setExtendLastRow() question

2006-03-30 Thread Nicolas Laplante
n the last invoice detail and the ammount rows. But, PdfPTable allows me to only set the last row to extend to the bottom. How could I "emulate" setExtendLastRows(5) for example? This would extend the last 5 rows to the bottom of the available area. Thank you, Nicolas Lapla

Re: [iText-questions] Problem when filling a form

2006-02-21 Thread Nicolas Vahlas
Thanks a lot for your help ... I will try to find an Acrobat 6.0 in order to revert to that format. I hope I will be able to fill in my form with iText after that. Richard Braman wrote: > Nicolas, > > Even many of the commercial products have this problem. I was using > ActivePDF

Re: [iText-questions] Problem when filling a form

2006-02-20 Thread Nicolas Vahlas
Thanks a lot I will try something more traditional Bruno Lowagie wrote: > Nicolas Vahlas wrote: > >> Thanks for this quick answer ... but what do you really mean by Designer >> is not supported? >> Is Adobe Designer producing pdf that iText cannot read? >> >&g

Re: [iText-questions] Problem when filling a form

2006-02-20 Thread Nicolas Vahlas
CTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of Nicolas Vahlas >> Sent: Monday, February 20, 2006 4:16 PM >> To: itext-questions@lists.sourceforge.net >> Subject: [iText-questions] Problem when filling a form >> >> It is the first time I try to use iText to f

[iText-questions] Image ExceptionConverter

2005-08-19 Thread Nicolas
Pool$Worker.run(ThreadPool.java(Compiled Code)) Regards, Nicolas --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven

[iText-questions] Footer on some page

2004-09-16 Thread nicolas voleau
Hi, How can i put a footer only on some page ? Thanks _ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/ --- This SF.Net email is sponsored by: YOU

[iText-questions] Footer on some page

2004-09-16 Thread nicolas voleau
Hi, How can i put a footer only on some page ? Thanks _ Recevez par e-mail des émoticônes pour MSN Messenger http://g.msn.fr/FR1001/2275?url=http://www.msn.fr/ilovemessenger/premium/Default.asp?Ath=f

[iText-questions] Chapter and section

2003-11-04 Thread nicolas voleau
Hi, Is there a possibility of putting a chapter an section in a table ? I would like to do it in order of controlling the structure of my document... _ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.f

[iText-questions] Template and Header

2003-10-30 Thread nicolas voleau
Hi, I want tu use the template fonctionnality of itext in order to make an header with an image. How can i do this ? Is there a limitation of siez in the creation of a PDF ? Itext is a very useful class. _ MSN Messenger 6 htt

[iText-questions] Big cell in a table

2002-10-22 Thread Nicolas Zin
} catch(IOException ioe) { System.err.println(ioe.getMessage()); } document.close(); } } - cuthere - How can I avoid that? (the data don't have necessarily carriage return) Nicolas ---

Re: [iText-questions] How to set the PDF file name?

2002-10-09 Thread Nicolas Ivering
this case"). Regards Nicolas Ramakrishna Kuppa wrote: > Ram, > > As I mentioned in my posting, I have the disposition set to "inline" i.e., > the doc. is opened directly in the browser. This is a requirement and cant > be changed. It is in this setting that

Re: [iText-questions] Hard time getting PDF to display in IE (using SSL)

2002-10-02 Thread Nicolas Guichard
Hello, i have the same problem with CSV files, and i just found the solution on a PHP forum : http://php3.de/manual/en/function.session-cache-limiter.php Following their advice, i add the following parameters to the response's headers : response.setHeader("Expires", "0"); response.setHeader("

[iText-questions] iText and Table, Chapter, Section

2002-09-10 Thread Nicolas Lenoire
n the preceding page while the others apprear on the next one.- since the version 0.93 bookmarks don't appear properly in PDF document when declaring chapters and sections : the titles don't appear.Best regards Nicolas Lenoire    

Re: [iText-questions] UnknownHostException

2002-08-20 Thread Nicolas Ivering
Remove the reference to the dtd located at www.lowagie.com from Chap0701.xml or download it locally. Regards Nicolas Ganivet Jean Yves wrote: > > >>Hello all, >> >>i am trying to parse an xml file in a servlet an get the result as a pdf >>in the browser. >

Re: [iText-questions] Content of table not respecting left and topmargin.

2002-07-17 Thread Nicolas Ivering
Ok, thanks. /Nicolas Paulo Soares wrote: >You'll have to change. The margins didn't work and the behavior was changed. >They now work as setting the page size: they take effect in the next page. >If you get what is in the CVS it will work. > >Best Regards, >Paulo S

[iText-questions] Content of table not respecting left and top margin.

2002-07-17 Thread Nicolas Ivering
Hi. I've run into a problem when changing margins in the middle of a document. What happens is that the content of the table does not respect the left and top margin. However, the borders of the table does! Below is the xml I feed into iTextXML. I'm also attaching the output pdf. The "margin t

Re: [iText-questions] Increase document resolution

2002-06-14 Thread Nicolas Ivering
gt;>>Thanks. >>> >>>___ >>> >>>Don't miss the 2002 Sprint PCS Application Developer's Conference >>>August 25-28 in Las Vegas - >>> >>> >http://devcon.sprintpcs.com/adp/index.cf

Re: [iText-questions] Increase document resolution

2002-06-14 Thread Nicolas Ivering
k > >___ >iText-questions mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/itext-questions > > -- Nicolas Serrador Ivering Greenmill Consulting AB Byängsgränd 20 SE-120 40 Årsta Sweden Office: +46

Re: [iText-questions] Use iText to generate PDF w/o licensing fromAdobe

2002-05-28 Thread Nicolas Ivering
bat >>> >>> >>Reader on the >> >> >>>customer's machine. >>> >>> >>> Now the above clause is in conflict with the >>> >>> >>section you quote >> >> >>>from t

Re: [iText-questions] Problem after upgrading to Tomcat 4.0

2002-04-22 Thread Nicolas Ivering
Glad you found a solution. I'm on a project involving tomcat 4 and pdfs too so I would probably have stumbled upon the same problem eventually. /Nicolas Jay Teo wrote: > > Nicolas, > > Thanks for you response. > > I just solved my problem (or at least found a workarou

Re: [iText-questions] Problem after upgrading to Tomcat 4.0

2002-04-22 Thread Nicolas Ivering
Come to think of it then it wouldn't work with ie5.5 either so that is probably not it. > Is it ie6 or acroread saying it can't open the file? It it is acroread > it may be that tomcat 4 is sending as ASCII instead of binary. > > Best Regards > Nicolas Ivering >

Re: [iText-questions] Problem after upgrading to Tomcat 4.0

2002-04-22 Thread Nicolas Ivering
Is it ie6 or acroread saying it can't open the file? It it is acroread it may be that tomcat 4 is sending as ASCII instead of binary. Best Regards Nicolas Ivering Jay Teo wrote: > > Hi, > > I have been using iText to generate PDF from Java servlets for some > time n

[iText-questions] Chunk.isEmpty() ignores newline

2002-04-12 Thread Nicolas Serrador Ivering
7;m fairly new to iText so I could be wrong here but i do know that HtmlWriter will not translate newlines into -tags with the current implementation. Regards Nicolas Ivering Sorry if this gets posted twice, posted from the wrong e-mail address the first time. _

[iText-questions] Chunk.isEmpty() ignores newline

2002-04-12 Thread Nicolas Serrador Ivering
7;m fairly new to iText so I could be wrong here but i do know that HtmlWriter will not translate newlines into -tags with the current implementation. Regards Nicolas Ivering ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions