Re: [iText-questions] Itext loses xml metadata when merging or splitting pdf's

2013-05-20 Thread Pablo Solar
iText Mailing List 1t3xt.info> writes: > > On Mon, 20 May 2013 10:40:17 +0200, Pablo Solar gmail.com> > wrote: > > > I am using PdfCopyFiles with a list of files as parameter. > > There is no such class in iText. > I guess there's either a typo in y

[iText-questions] Itext loses xml metadata when merging or splitting pdf's

2013-05-20 Thread Pablo Solar
Hi all !! I have the next ¿problem?: I have a pdf whith metadata embedded http://www.w3.org/1999/02/22-rdf-syntax-ns#";> http://ns.adobe.com/xap/1.0/"; > 2013-04-16T14:10:49+02:00 DocPath Controller ... When I try to merge or split this pdf with others, metada

[iText-questions] simple html creation

2010-07-21 Thread Pablo
I downloaded iText-5.0.2.jar and tried to run the first example in iText in Action 2006 edition containing : PdfWriter.getInstance(document, new FileOutputStream("HelloWorld.pdf")); HtmlWriter.getInstance(document, new FileOutputStream("HelloWorld.htm")); document.open(); I receiv

Re: [iText-questions] Invalid PDF/A-1 because of productor xmp metadata value

2009-12-09 Thread Pablo Carranza
Just tested with the new version (5.0.0) and everything worked like a charm, thank you so much. Best regards. On Sat, Dec 5, 2009 at 12:05 PM, 1T3XT info wrote: > Pablo Carranza wrote: > > The problem with the modification date can be my mistake, I need to take > > a good l

Re: [iText-questions] Invalid PDF/A-1 because of productor xmp metadata value

2009-12-05 Thread Pablo Carranza
oblem? Thanks. Best Regards On Fri, Dec 4, 2009 at 4:45 PM, 1T3XT info wrote: > Pablo Carranza wrote: > > Hi there, Im havig a problem with a pdf/a-1 conformant file which does > > not validates correctly against adobe acrobat pro verification arging > > that the producer fiel

[iText-questions] HELP NEEDED to create an document that contain more documents

2009-02-20 Thread Pablo Bellissimo
Hi, I should need help for create a pdf document that contain more docuement in run time. Something like this: document.Open(); foreach (QPress.DA.DSFattureTestata.FattureTestataRow row in dtFatt.Rows) { _IdContratto = row.IdContratto; _idFattura = row.IdFattura; _IdAnagRecapito

[iText-questions] RTF : How to change the generated number font for Numbered List

2008-08-11 Thread Pablo Artucio
Hi, I am creating a Numbered List in RTF. It generates the list properly but the numbering is in different font i.e.., "Times New Roman" and text is in "Arial". The question is how do I set the font uniform for the list? Help is greatly appreciated. --

[iText-questions] Problems with page manipulation

2007-03-13 Thread Pablo Rodrigo
r to entire PDF document in the Xml file ? I've looked for the dtd and just found footer defoinition for the "cell" tag. Thank for you support. Pablo - Take Surveys. Earn Cash. Influence the Future of IT Joi

[iText-questions] filling a list box

2007-01-02 Thread Pablo
stamp1.getAcroFields(); HashMap hm = form1.getFields(); Iterator i = hm.keySet().iterator(); while (i.hasNext()) { System.out.println(i.next()+""); } form1.setField("nombre", "PABLO&qu

[iText-questions] java.lang.IlleaglAccessException in PdfCell.

2006-06-08 Thread Pablo LOPEZ
Hi everyone. I'm using iText 1.3 on a 1.3 JVM into a websphere 5.0 I'm trying to generate a pdf file containing pictures from a dedicated servlet. It works well for some time, but comes a time where every PDF is generated without images. The only way to make it work again is to restart the web ap

[iText-questions] local destination

2006-05-19 Thread Pablo Nebrera Herrera
ocument.close(Unknown Source) at com.lowagie.text.Document.close(Unknown Source) at com.jmrep.reportCenter.makeReport(reportCenter.java:146) .. Thanks a lot Pablo --- Using Tomcat but need to do more? Need to support web services, s

[iText-questions] Destination

2006-05-17 Thread Pablo Nebrera Herrera
n Source) at com.lowagie.text.Document.close(Unknown Source) at com.jmrep.reportCenter.makeReport(reportCenter.java:146) .. Thanks a lot Pablo --- Using Tomcat but need to do more? Need to support web services, secu

[iText-questions] Hyphenation create a new pattern

2005-05-09 Thread Pablo Rito
Dear Sir ! Thanks for helping me, but I manage to create a .hyp file using the 3 option of creating a pattern file !      1.  Convert the TeX hyphenation pattern file to the FOP format. The FOP format is an xml file conforming to the DTD found at {fop-dir}/hyph/hyphenation.dtd.   Im n

RE: [iText-questions] Hypernation

2005-05-04 Thread Pablo Rito
Dear Sir ! Is it going to be a new release this month ? Could I use the hyph-tool to work with the new release for creating Swedish pattern ! Best Regrds -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: den 28 april 2005 15:29 To: Pablo Rito; iText-questions

[iText-questions] Hypernation

2005-04-28 Thread Pablo Rito
Hi ! I need to use hyph-tools for converting patterns to xml for use with IText I have the patterns files for Swedish and Danish , but how do I use the tool ?   Where can I found more information on how to use this tool.   Best regrds,

[iText-questions] chunk

2005-04-26 Thread Pablo Rito
Hi ! I’m working with a project where the chunk feature, used in iText can be useful ! I need to chunk a text depending of the font and the size of the area, any ideas where I can find more info, examples??   Best regards // paolo

[iText-questions] Convert pdf to image with ITEXT

2005-02-06 Thread Pablo Rito
Hallo ! Can I convert a PDF file to a image ( jpg, gif ) using ITEXT !   Best Regards and thanks for help //paolo

[iText-questions] RTF header

2003-03-31 Thread Pablo Collazos Fernandez
Hello! I want to create a header with a value that can change from a page to another one according to a conditions. With Pdf this is easy to do using PdfPageEventHelper to create the header, but i don´t know doing for rtf. Some solution? Thanks for any help, Pablo

[iText-questions] RTF tables

2003-03-31 Thread Pablo Collazos Fernandez
Hi! The method Table.setTableFitsPage() doesn't work with Rtf. As I can obtain the same effect? Thanks ___ Yahoo! Messenger - Nueva versión GRATIS Super Webcam, voz, caritas animadas, y más... http://messenger.yahoo.es --

[iText-questions] New page event in RTF

2003-03-21 Thread Pablo Collazos Fernandez
Hi! Does anybody know how i can detect a new page event in RTF informs? Another question: How i can know the page number? I have tried with document.getPageNumber() but always it´s returns 0. Thanks for any help Greetings, Pablo ___ Yahoo

[iText-questions] Page Number in RTF´s

2003-03-17 Thread Pablo Collazos Fernandez
, Pablo P.D. If you can answer in spanish is much better. Thanks ___ Yahoo! Messenger - Nueva versión GRATIS Super Webcam, voz, caritas animadas, y más... http://messenger.yahoo.es --- This SF.net

[iText-questions] start with '%PDF-'

2003-02-14 Thread Pablo Jimenez
I have made a document in a servlet, the document never open in the customer's browser. The system gives me this message: "the document don`t start with '%PDF-'" It seems that the servlet is hanged when i set out.flush(), is like it fall in abucle (repeating it self). regards. ---

[iText-questions] javascript

2003-02-13 Thread Pablo Jimenez
Hello, I have made a document in a servlet. How to print and close the window in the client browser? writer.addJavaScript("this.print(false);",false); //this work very good writer.addJavaScript("document.close()",false); //this don't work Thank you. --

[Fwd: [iText-questions] print and close a document]

2003-02-07 Thread Pablo Jimenez
Mensaje Original Asunto: [iText-questions] print and close a document De: Pablo Jimenez <[EMAIL PROTECTED]> Fecha: Mar, 4 de Febrero de 2003, 1:50 pm Para: "itext " <[EMAIL PROTECTED]> Hello, How can i from a servlet print a document and close it a

[iText-questions] print and close a document

2003-02-04 Thread Pablo Jimenez
Hello, How can i from a servlet print a document and close it after. I can print the document but i must to close the window, how to make it? Thank you. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWo

[iText-questions] absolute position text color

2002-12-26 Thread Pablo Jimenez
How to insert text in absolute position with colour? I have proved with setColorStroke, set as blue and red, however the text appears in black. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

[iText-questions] position location

2002-11-19 Thread Pablo Jimenez
I have inserted a PdfPTable in my document and the table goes to the next page (with fitsPage). I want to know where the table ends (position in the lastpage) because i have to insert more elements after the table. All my elements need absolute position. thank you pablo

[iText-questions] PdfContentByte

2002-11-18 Thread Pablo Jimenez
I'm using a PdfPTable, I need to know whether the line I´m writing will fix intothe page of oreging or change pages. I don´t know how many rows fit in a page cause it depends on the value of the row. I would like to know when adding a row where is the contentByte position. thanks, regards