Re: [iText-questions] Question about PdfTable

2015-05-19 Thread André Fróes
Which version are you using? Could you send the full stack? By declaring the way you did, no exception should be displayed. These are the constructors: http://api.itextpdf.com/itext/com/itextpdf/text/pdf/PdfPTable.html#PdfPTable() Live example provided by itext:

[iText-questions] Question about PdfTable

2015-05-19 Thread decrawf
Hello I am very new to iText and in the learning curve. I would like to utilize the PdfTable object. But when I do this:PdfTable table = new PdfTable(3) I receive an error saying there is no constructor of new PdfTable(). I have access to iText api library and when I look in this class I

Re: [iText-questions] Question about PdfTable

2015-05-19 Thread nconde
you are missing the P for PdfPTable table= new PdfPTable(1); -- View this message in context: http://itext.2136553.n4.nabble.com/Question-about-PdfTable-tp4660821p4660823.html Sent from the iText mailing list archive at Nabble.com.

Re: [iText-questions] Question about PdfTable

2015-05-19 Thread decrawf
Thank you so much. Someone else pointed this out to me. Have a great day. Best Regards, Diane From: nconde [via iText] [mailto:ml-node+s2136553n466082...@n4.nabble.com] Sent: Tuesday, May 19, 2015 11:59 AM To: Haddy, Diane E Subject: Re: Question about PdfTable you are missing the P for

Re: [iText-questions] Question about PdfTable

2015-05-19 Thread decrawf
Hi I was missing the “P” in PdfPTable. It’s all good again. Thank you very much for responding back so quickly. Have a great day. Diane From: André Fróes [via iText] [mailto:ml-node+s2136553n4660822...@n4.nabble.com] Sent: Tuesday, May 19, 2015 11:58 AM To: Haddy, Diane E Subject: Re:

Re: [iText-questions] Question

2014-06-10 Thread rao tran
hi Giao! Your PDF is a scanned one ?? I will give it a try, and let u know. Rao NHATRANGRNT From: giao...@hotmail.com To: itext-questions@lists.sourceforge.net Date: Mon, 2 Jun 2014 17:40:44 -0400 Subject: [iText-questions] Question Hi , I scan a ticket to pdf file (See attach file Doc1

Re: [iText-questions] Question about if/when itext will be able to handle PDF-Extension

2014-04-08 Thread iText mailing list
On 4/7/2014 5:16 PM, Peter Thung wrote: To whom it may concern, (Response from application developer) Sorry that PDFill can not open this PDF. This file does not strictly follow PDF standard. It use so called PDF-Extension that adobe trys to play trick. What is PDFill and how is it related

[iText-questions] Question about if/when itext will be able to handle PDF-Extension

2014-04-07 Thread Peter Thung
To whom it may concern, (Response from application developer) Sorry that PDFill can not open this PDF. This file does not strictly follow PDF standard. It use so called PDF-Extension that adobe trys to play trick. in which his/her app couldn't read a pdf I have which is based upon iText

Re: [iText-questions] Question about PdfPCell and setHorizontalAlignment

2014-02-28 Thread willegy
I have find the problem from this link behind. Thanks also. http://stackoverflow.com/questions/12573962/how-to-center-align-template-element-in-pdfpcell -- View this message in context:

Re: [iText-questions] Question about PdfPCell and setHorizontalAlignment

2014-02-28 Thread willegy
is your problem had resolved? Your problem also happened in my code. If you know how to resolve, send mail to me . thank you very much -- View this message in context: http://itext-general.2136553.n4.nabble.com/Question-about-PdfPCell-and-setHorizontalAlignment-tp2139851p4659810.html Sent

Re: [iText-questions] Question about PdfPCell and setHorizontalAlignment

2014-02-28 Thread iText mailing list
On 2/28/2014 8:54 AM, willegy wrote: is your problem had resolved? That was a question dating from 2005. Please don't reopen a thread that old. In any case: I see that you've found the solution on StackOverflow. --

[iText-questions] Question: Sign pdf with *.p12 certificate

2013-07-03 Thread Gruber, Florian
Hello, I downloaded the 30 days test license of iText for Android and want to test it with a prototype for digital signing pdfs with a *.p12 certificate. Then I installed the *.p12 certificate correctly in the Android Keychain, but when I want to sign a pdf I get a Nullpointer Exception from

[iText-questions] QUESTION

2013-06-28 Thread Johan Alexander Velandia Rojas
Hi itext support, At this moment, I'm looking for a library that allows me adding annotations to specific images in an existing PDF, annotations should be some external URL for example (www.google.com), the question is: how I can do this with itext and if the library Itext can. Doing so

Re: [iText-questions] QUESTION

2013-06-28 Thread iText Info
Op 27/06/2013 19:55, Johan Alexander Velandia Rojas schreef: Hi itext support, At this moment, I'm looking for a library that allows me adding annotations to specific images in an existing PDF, annotations should be some external URL for example (www.google.com), the question is: how I

[iText-questions] Question : Readonly PDF

2013-03-31 Thread Anil Kumar
Hi, I am using the below code to concatenate pdf's: but the question is how would i make sure the concatenated PDF is a read-only pdf. Please advise. import java.io.*; import com.itextpdf.text.*; import com.itextpdf.text.pdf.*; public class PickTray { /** * @param args */

Re: [iText-questions] Question on Itext

2012-12-21 Thread Paulo Soares
Tiles are not supported. Paulo On Thu, Dec 20, 2012 at 2:09 PM, Rosy rose rose.ros...@gmail.com wrote: Hi All, I am trying to convert the tiff file into pdf file but the conversion fails if the tiff file has tiles. Kindly suggest solution for the same. Regards Rosy

Re: [iText-questions] Question on Itext

2012-12-21 Thread satinderhundal
unsubscribe me. On Fri, Dec 21, 2012 at 3:28 PM, Paulo Soares pgpsoa...@gmail.com wrote: Tiles are not supported. Paulo On Thu, Dec 20, 2012 at 2:09 PM, Rosy rose rose.ros...@gmail.com wrote: Hi All, I am trying to convert the tiff file into pdf file but the conversion fails if the

[iText-questions] Question on Itext

2012-12-20 Thread Rosy rose
Hi All, I am trying to convert the tiff file into pdf file but the conversion fails if the tiff file has tiles. Kindly suggest solution for the same. Regards Rosy -- LogMeIn Rescue: Anywhere, Anytime Remote support for

[iText-questions] Question regarding Portfolio and the first displayable column

2012-08-27 Thread Oliver Zemann
Hi, i have the following code: PdfCollectionField number = new PdfCollectionField(Number, PdfCollectionField.NUMBER); number.setOrder(0); number.setVisible(false); schema.addField(NUMBER, number); PdfCollectionField title = new

[iText-questions] question about checkbox

2012-08-01 Thread Pravin Wagh
Hi, Could you please help me to identify the checkbox in the pdf.. please tell me which property or tag shows that editable check box are present in pdf if we open that Pdf in NotePad. or how to identify that pdf contain check box.. I know one method of PDfReader is *getAcrofield* which

Re: [iText-questions] question about checkbox

2012-08-01 Thread Leonard Rosenthol
3:42 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] question about checkbox Hi, Could you please help me to identify the checkbox in the pdf.. please tell me which property or tag shows that editable check box are present in pdf if we open that Pdf in NotePad. or how

[iText-questions] question about layers

2012-07-31 Thread Pravin Wagh
Hi, Could you please help me to retrive the PdfLayers from the existing pdf or Could you please me provide the code snipet to retrive the PDFLayers from existing PDF. Thanks Pravin -- Live Security Virtual

Re: [iText-questions] question about layers

2012-07-31 Thread 1T3XT BVBA
On 31/07/2012 14:01, Pravin Wagh wrote: Hi, Could you please help me to retrive the PdfLayers from the existing pdf or Could you please me provide the code snipet to retrive the PDFLayers from existing PDF. What do you mean by retrieve the PdfLayers? Do you want to know which layers are

Re: [iText-questions] question about splitting

2012-07-30 Thread 1T3XT BVBA
On 30/07/2012 7:03, Pravin Wagh wrote: You told when we split PDF using PdfCopy and PdfImportedPage it throws all interactive properties .. No, when you split a PDF using PdfWriter and PdfImportedPage. With PdfCopy you only lose the bookmarks, but chapter 7 explains how to solve that

[iText-questions] question about splitting

2012-07-29 Thread Pravin Wagh
Hi, You told when we split PDF using PdfCopy and PdfImportedPage it throws all interactive properties .. Could you please help us which method should we use for splitting the PDF without loosing page properties original Pdf Properties. Thanks Pravin

Re: [iText-questions] Question about itext

2012-07-27 Thread iText Info
Op 25/07/2012 13:31, Pravin Wagh schreef: Hi, Can i get background color for the PDF in itext. No, not in a trivial way. Could you please help me to read the table in the exsiting PDF in iText. No and to read the background color of Cell from table.. No.

Re: [iText-questions] Question about itext

2012-07-27 Thread iText Info
Op 25/07/2012 13:51, Pravin Wagh schreef: Hi, When we have i/p as multipage Pdf and when we split those pdf using following code ..*- * You're code isn't OK, it throws away all interactivity and properties from the original document. * *is there any possibility of loosing the

[iText-questions] Question about itext

2012-07-25 Thread Pravin Wagh
Hi, When we have i/p as multipage Pdf and when we split those pdf using following code .. *PdfCopy writer = new PdfCopy(document, new FileOutputStream(this.outFileName)); document.open(); PdfImportedPage page = writer.getImportedPage(pdfReader, pageNumber); // Write the page

[iText-questions] Question about itext

2012-07-25 Thread Pravin Wagh
Hi, Can i get background color for the PDF in itext. or Could you please help me to read the table in the exsiting PDF in iText. and to read the background color of Cell from table.. Thanks Pravin -- Live Security

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread 1T3XT BVBA
On 15/06/2012 7:25, Hemant Sharma wrote: Can I continue using this ver 4.1.6 even now when the latest version is a paid version? There has never been a version 4.1.6 of iText, the Java-PDF version. We've discussed this over and over again: you shouldn't use old versions of iText for technical

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread TvT
Mhm I didn't read java in Hemants post - did you? You may have forgotten ;-) but there is/was a iText C# version 4.1.6 - the latest licensed under MPL/LPGL. @Hemant What do you think? If you have the budget and the time/resources to adapt your project and test the new version then go with the

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread iText Info
Op 15/06/2012 9:54, TvT schreef: there is/was a iText C# version 4.1.6 That's not iText, that's iTextSharp ;-) -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread iText Info
Op 15/06/2012 12:57, Hemant Sharma schreef: So can we use the iTextSharp version 4.1.6 coded in C# for commercial use. If you don't care about your customer(s), you can probably do so. -- Live Security Virtual

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread TvT
The license is always the same whether it is Java or C# or C++ or Cobol or whatever language... 2012/6/15 Hemant Sharma hemant.sharma1...@gmail.com: as talking about the C# version ie iText Sharp( sorry for not being detailed there) So can we use the iTextSharp version 4.1.6 coded in C#  for

[iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-14 Thread Hemant Sharma
Hi , I am trying to use iText version4.1.6 with one of my commercial product as I read on some blogs etc that this was under LGPL . Can I continue using this ver 4.1.6 even now when the latest version is a paid version? Please advise. Thank you. Regards, Hemant

Re: [iText-questions] QUESTION: In xmlworker, how do I display html tags ..

2012-06-04 Thread iText Info
Op 4/06/2012 6:26, Parminder Kaur schreef: tabletrtdThe HTML image (quot;lt;imggt;quot;) tag/tdtr/table I'm sorry, I can't reproduce the error. See code sample + result in attachment. However, I did have to fix your HTML. I replaced tr by /tr in the above HTML snippet. I'm using the most

[iText-questions] QUESTION: In xmlworker, how do I display html tags ..

2012-06-03 Thread Parminder Kaur
If I have the following html code for instance: tabletrtdThe HTML image (quot;lt;imggt;quot;) tag/tdtr/table and I try to convert this into PDF using xmlworker, I get the following error: com.itextpdf.tool.xml.exceptions.RuntimeWorkerException: Invalid nested tag td found, expected closing tag

[iText-questions] QUESTION : Extract text PDF file

2012-05-21 Thread Daniel DA COSTA
Hi, I turn to you because I have a question about parsing PDF documents. My version of iText is com.lowagie.iText version 2.0.6 (http://mvnrepository.com/artifact/com.lowagie/itext/2.0.6 ) To parse a PDF i took your exemple ParsingHelloWorld (http://itextpdf.com/examples/iia.php?id=275 ) with

Re: [iText-questions] QUESTION : Extract text PDF file

2012-05-21 Thread iText Info
Op 21/05/2012 14:01, Daniel DA COSTA schreef: I would like if it's a known bug because I did not find any information on this problem. This has probably been solved in more recent versions. You're getting gibberish because the version you're using (dating from October 2007) didn't take into

Re: [iText-questions] QUESTION : Extract text PDF file

2012-05-21 Thread Daniel DA COSTA
Thank you for your fast response. However, if i can not change the version because i use the package RTF, is it that there would be a way to get a readable text ? Thank you in advance for the help you can provide me. -- Daniel DA COSTA Service Informatique 53, rue La Fayette 75009 Paris Tél

Re: [iText-questions] QUESTION : Extract text PDF file

2012-05-21 Thread iText Info
Op 21/05/2012 15:11, Daniel DA COSTA schreef: Thank you for your fast response. However, if i can not change the version because i use the package RTF Nothing keeps you from using iText 2.0.6 (with packages com.lowagie) next to iText 5.x.y (with packages com.itextpdf). As the package names

Re: [iText-questions] question about determining the color of text

2012-05-02 Thread iText Info
Op 1/05/2012 17:37, Lowe, Wyan schreef: Hi, I'd like to open a pdf, extract the text, but also determine the color of the text during extraction. For example, if thepdftext is 1 page, and nicely column formatted (maybe 3 columns with whitespace in between), maybe the 1^st column is

Re: [iText-questions] Question on iTesxt

2012-04-23 Thread 1T3XT BVBA
On 23/04/2012 15:38, Ramesh Reddy Keesara wrote: Hi, I am very new to this component, can we genarate a PDF with form controls or only the text and graphical content. You can create PDFs with text, graphical content and all kinds of annotations (links, text annotations, ...). You can also

Re: [iText-questions] Question on iTesxt

2012-04-23 Thread 1T3XT BVBA
On 23/04/2012 16:15, Ramesh Reddy Keesara wrote: Can we include script? Using iText, you can add JavaScript to a PDF (existing or new) if that's what you mean. -- For Developers, A Lot Can Happen In A Second. Boundary

Re: [iText-questions] Question about PDF structure

2012-04-19 Thread 1T3XT BVBA
Please use the mailing-list addres: itext-questions@lists.sourceforge.net DO NOT use the company address i...@1t3xt.info unless you wish to receive an invoice for the answers that are provided. Also: please rephrase your questions because they don't make any sense. On 19/04/2012 19:40, omid

[iText-questions] Question about PDF structure

2012-04-17 Thread omid
Hi First, I should thankful you because of your helps and guides to me. I have studied 'PDF reference 1.7' completely and I was faced with several questions that I hope you can answer to them. 1. Where place does 'Metadata' stored? In main file(main content) or another file? 2.

Re: [iText-questions] Question about PDF structure

2012-04-17 Thread iText Info
Op 17/04/2012 19:10, omid schreef: Hi First, I should thankful you because of your helps and guides to me. I have studied 'PDF reference 1.7' completely and I was faced with several questions that I hope you can answer to them. 1. Where place does 'Metadata' stored? In main file(main

[iText-questions] Question about PdfPageEventHelper.onStartPage()

2011-12-24 Thread valerykhyzhniy
Hi! Help me. I try to write a table to the document. But every page can to have the same upper part. I use PdfPageEventHelper.onStartPage() or onEndPage(). But last one row of the table to print at the next page. What i need to use for this? This is code to add one row as a table to the document.

Re: [iText-questions] Question about PdfPageEventHelper.onStartPage()

2011-12-24 Thread 1T3XT BVBA
On 23/12/2011 19:56, valerykhyzhniy wrote: Hi! Help me. I try to write a table to the document. But every page can to have the same upper part. I use PdfPageEventHelper.onStartPage() or onEndPage(). But last one row of the table to print at the next page. What i need to use for this? A. You

Re: [iText-questions] Question on hiding toolbar(disable save and print button) in Adobe X using iText

2011-12-18 Thread Leonard Rosenthol
...@gmail.commailto:bri...@gmail.com Reply-To: Post here itext-questions@lists.sourceforge.netmailto:itext-questions@lists.sourceforge.net Date: Fri, 16 Dec 2011 13:27:38 -0800 To: Post here itext-questions@lists.sourceforge.netmailto:itext-questions@lists.sourceforge.net Subject: [iText-questions] Question

Re: [iText-questions] Question on hiding toolbar(disable save and print button) in Adobe X using iText

2011-12-17 Thread Dániel Kékesi
[mailto:lrose...@adobe.com mailto:lrose...@adobe.com] Sent: 09 December 2011 17:11 To: Post here Subject: Re: [iText-questions] Question on hiding toolbar in Adobe X Hiding the toolbar was never the way to prevent saving - you just avoided the real problem. And yes, there is no way to hide

[iText-questions] Question on hiding toolbar(disable save and print button) in Adobe X using iText

2011-12-16 Thread Brijoy Janardhanan
and turn everything off (printing commenting etc) it will NOT show the toolbars when inside browser... john renfrew From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: 09 December 2011 17:11 To: Post here Subject: Re: [iText-questions] Question on hiding toolbar in Adobe X Hiding the toolbar

[iText-questions] Question on hiding toolbar in Adobe X

2011-12-09 Thread Brijoy Janardhanan
Hello We are using iText 2.1.2 jar for our project. Issue we are facing is we are not able to hide the toolbar in the Adobe Reader 10 version. The code works well for Adobe 9 and lower version to hide the toolbar and menubar. Right now in Adobe X, the toolbar is enabled and allows the customer

Re: [iText-questions] Question on hiding toolbar in Adobe X

2011-12-09 Thread Leonard Rosenthol
@lists.sourceforge.netmailto:itext-questions@lists.sourceforge.net Date: Fri, 9 Dec 2011 07:56:34 -0800 To: Post here itext-questions@lists.sourceforge.netmailto:itext-questions@lists.sourceforge.net Subject: [iText-questions] Question on hiding toolbar in Adobe X Hello We are using iText 2.1.2 jar for our project. Issue

[iText-questions] question - How can i change the row height

2011-11-26 Thread Thomas Mahr
Hello, i have a Pdftable with 5 rows. Now i will change the height for the 5. row. It is possible to change the height after table.addCell() ? I need a solution to change the heigth after the table.addCell - Methode. I have used to set the heigts with then following Statements:

[iText-questions] question about barcode 93

2011-11-22 Thread Jan Przybylo
Dear Support, We are interested in PDF and barcodes creation using iText. However we need to make sure if barcode API supports type 93. There’s nothing about this standard in API’s documentation. Thank you in advance for clarifying this.

Re: [iText-questions] question about barcode 93

2011-11-22 Thread 1T3XT BVBA
On 22/11/2011 20:04, Jan Przybylo wrote: Dear Support, We are interested in PDF and barcodes creation using iText. However we need to make sure if barcode API supports type 93. There's nothing about this standard in API's documentation. Thank you in advance for clarifying this. Barcode 39

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread david guede
@lists.sourceforge.net Subject: [iText-questions] question about extracting text with itext Hi everybody, I have never used iText and need to manipulate contents from pdf files. Basically, I have got one pdf file called sample.pdf In this file, I have got some bookmarks (corresponding to the sections of my

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread Leonard Rosenthol
@lists.sourceforge.net Subject: Re: [iText-questions] question about extracting text with itext Hi guys and thanks. I was thinking that maybe we could extract only a section of a page... So, if one bookmark represents the start of the section I want to extract, I can get the start point

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread david guede
itext-questions@lists.sourceforge.net Date: Fri, 11 Nov 2011 08:32:06 -0800 To: Post here itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] question about extracting text with itext Hi guys and thanks. I was thinking that maybe we could extract only a section of a page

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread 1T3XT BVBA
On 11/11/2011 18:00, david guede wrote: OK, I understand that the bookmark is probably not connected to the content... no problem with this. But, the bookmark is somewhere on the page and therefore I cn probably get the coordinate of the first letter of the first word for each bookmark

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread david guede
Thanks a lot both, I am going to have a look at your examples and read more documentation (even if I already did...). Then, I will come back with more precise questions. David 2011/11/11 1T3XT BVBA i...@1t3xt.info On 11/11/2011 18:00, david guede wrote: OK, I understand that the bookmark

[iText-questions] question about extracting text with itext

2011-11-09 Thread david guede
Hi everybody, I have never used iText and need to manipulate contents from pdf files. Basically, I have got one pdf file called sample.pdf In this file, I have got some bookmarks (corresponding to the sections of my file). This can be an example : Sample.pdf SAMPLE 1 Introduction 1.1

Re: [iText-questions] question about extracting text with itext

2011-11-09 Thread 1T3XT BVBA
On 9/11/2011 13:16, david guede wrote: If so, could you please send me an example or tell me where I could find one. Read iText in Action - Second Edition, section 7.2.2 Retrieving bookmarks from an existing document.

Re: [iText-questions] question about extracting text with itext

2011-11-09 Thread david guede
Thanks, but I do not have the book and before buying the book, I want to have a go with iText ti be totally sure to choose the right java lib for my purpose... Can you just send me an example ? I am planning to use the free java version of iText Thanks in adavance David 2011/11/9 1T3XT BVBA

Re: [iText-questions] question about extracting text with itext

2011-11-09 Thread 1T3XT BVBA
On 9/11/2011 14:51, david guede wrote: Can you just send me an example ? Just go to the book page: http://itextpdf.com/book/ I am planning to use the free java version of iText This means that you're going to publish your own source code under the AGPL too. Please let us know when where

Re: [iText-questions] question about extracting text with itext

2011-11-09 Thread Kevin Day
David- There are many examples of code using iText - do some quick google searches for itext bookmarks and you'll find them. - K -- View this message in context: http://itext-general.2136553.n4.nabble.com/question-about-extracting-text-with-itext-tp4019583p4019884.html Sent from the iText -

Re: [iText-questions] question about extracting text with itext

2011-11-09 Thread Leonard Rosenthol
@lists.sourceforge.netmailto:itext-questions@lists.sourceforge.net Date: Wed, 9 Nov 2011 04:16:26 -0800 To: Post here itext-questions@lists.sourceforge.netmailto:itext-questions@lists.sourceforge.net Subject: [iText-questions] question about extracting text with itext Hi everybody, I have never used iText and need

[iText-questions] Question regarding itext for c#

2011-10-20 Thread Govindarajulu, Bavitha
Hi, I am trying to create a barcode for type code 128 using C#. I was looking at your website for examples that supports c#. Can you provide me some examples or send me the right link where I can find one. Thanks Bavitha Govindarajulu GiftCertificates.com Lead, Internet Software Development

[iText-questions] Question about Rtf files

2011-09-29 Thread Bernhard S.
Hello there, i know that the rtf is not supported anymore but i hope you could help me with a (i hope) easy problem (espacially for you ;) ). I want to convert a RTF File into a PDF File in a very easy Java program. My program should be used as a jar (or runable jar) just to take the rtf-File

Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Horst Wetzel
Me Myself and I stargate7thsymbol at live.co.uk writes: old RTF implementation questions.I am trying to get hold of the java .jar file (and any further jars required)for the most recent, up to date version of the java iText liibrarywhich was/is entirely open source and did not have any

Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Bruno Lowagie
On 8/09/2011 9:58, Horst Wetzel wrote: Me Myself and Istargate7thsymbolat live.co.uk writes: old RTF implementation questions. Hello Horst, I didn't see any new info in your answer to Zachary's question. Zachary (aka Me, Myself and I) makes two assumptions that are wrong: - itext

Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Amedee Van Gasse
On Thu, September 8, 2011 10:40, Bruno Lowagie wrote: On 8/09/2011 9:58, Horst Wetzel wrote: Me Myself and Istargate7thsymbolat live.co.uk writes: old RTF implementation questions. Hello Horst, I didn't see any new info in your answer to Zachary's question. Zachary (aka Me, Myself

[iText-questions] Question about iText PDF and RTF.

2011-09-07 Thread Me Myself and I
old RTF implementation questions. I am trying to get hold of the java .jar file (and any further jars required) for the most recent, up to date version of the java iText liibrary which was/is entirely open source and did not have any requirement at all for remuneration to iText if leveraged in a

[iText-questions] Question regd. chapters 8 9

2011-08-22 Thread Sailesh K
Hi, Was trying out the examples in chapters 8 and 9 related to acroforms. Where do i enter the url for the servlet to which the form submits the url when clicked/ especially when creating the form using openoffice? also would such a form be concatenatable with regular pdf ? is there a setvisible

[iText-questions] question on PdfPTable inside a numbered list item

2011-05-28 Thread Murali Ramaswamy
Hi,   I have two tables inside a numbered list item like below: some text html table 1 some more text... html table 2   After I convert to pdf I get in the pdf as follows: html table 1 html table 2 some text some more text...   The code I used is as follows. Since the table tags are

Re: [iText-questions] question on PdfPTable inside a numbered list item

2011-05-28 Thread 1T3XT BVBA
On 27/05/2011 20:19, Murali Ramaswamy wrote: Hi, I have two tables inside a numbered list item like below: Hello, I've tested this snippet on http://demo.itextsupport.com/xmlworker/ pHello, this is a test/p ul liThis is a list, but: it has a table: table tbody trthkey/ththvalue/th/tr tr

Re: [iText-questions] question on multiple PdfPtable as part of a numbered list item

2011-05-28 Thread Balder
Please provide a working standalone example that show your problem, we don't know what happens in other parts of your code. We cannot guess what e.g. PdfParseContext does On 27/05/2011 20:26, Murali Ramaswamy wrote: Hi, I have two tables inside a numbered list item like below: some text

[iText-questions] question on multiple PdfPtable as part of a numbered list item

2011-05-27 Thread Murali Ramaswamy
Hi,   I have two tables inside a numbered list item like below: some text html table 1 some more text... html table 2   After I convert to pdf I get in the pdf as follows: html table 1 html table 2 some text some more text...   The code I used is as follows. Since the table tags are

Re: [iText-questions] question about adding a table to the document

2011-04-12 Thread Balder
*Subject:* [iText-questions] question about adding a table to the document Hi All, I read about adding the tables to the document in the second edition of the book. But if I were to add a table that first writes to the left half of the document and then writes

Re: [iText-questions] question about adding a table to the document

2011-04-12 Thread 1T3XT BVBA
Op 11/04/2011 22:39, King Goldman schreef: Hi All, I read about adding the tables to the document in the second edition of the book. But if I were to add a table that first writes to the left half of the document and then writes the data to the second half of the document as shown below, how

[iText-questions] question about adding a table to the document

2011-04-11 Thread King Goldman
Hi All, I read about adding the tables to the document in the second edition of the book. But if I were to add a table that first writes to the left half of the document and then writes the data to the second half of the document as shown below, how can I achieve this result. Can somebody guide

Re: [iText-questions] question about adding a table to the document

2011-04-11 Thread Jason Berk
? From: King Goldman [mailto:king.gold...@gmail.com] Sent: Monday, April 11, 2011 4:40 PM To: Post all your questions about iText here Subject: [iText-questions] question about adding a table to the document Hi All, I read about adding the tables to the document in the second edition of the book

Re: [iText-questions] question about adding a table to the document

2011-04-11 Thread King Goldman
here *Subject:* [iText-questions] question about adding a table to the document Hi All, I read about adding the tables to the document in the second edition of the book. But if I were to add a table that first writes to the left half of the document and then writes the data to the second

[iText-questions] Question about PdfGraphics2D for saving pdf file

2011-04-03 Thread momomo_o
Hello, Thank you for reminding me of using PdfGraphics2D to solve my save pdf file problme. Actually I am new to iText and I search some info of PdfGraphics2D. Here are my solutions: public void setTexttoPdf(String filePath,JTextPane ta) throws IOException, DocumentException{

Re: [iText-questions] Question about PdfGraphics2D for saving pdf file

2011-04-03 Thread Bill Ensley
You missed 1T3XT BVBA's earlier post. Check out the paintToPdf method in this old example from the first book: https://itext.svn.sourceforge.net/svnroot/itext/examples/src/in_action/chapter12/JTextPaneToPdf.java If ta is a JTextPane, g2 a PdfGraphics2D object and alloc a Rectangle, you

Re: [iText-questions] Question about page number footers

2011-03-23 Thread dwhite
Also, the above code is called before document.open() -- View this message in context: http://itext-general.2136553.n4.nabble.com/Question-about-page-number-footers-tp3399290p3399321.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] Question about page number footers

2011-03-23 Thread dwhite
Hi, I am just trying to add current page number to the footer of my document. I followed the example from iText in Action and it works except for one small issue. For some reason the page number gets broken up. I have pasted the following code I use to write the footer but it produces the

Re: [iText-questions] Question about page number footers

2011-03-23 Thread 1T3XT BVBA
Op 23/03/2011 12:49, dwhite schreef: Hi, I am just trying to add current page number to the footer of my document. I followed the example from iText in Action Which example? Can you give me a page or listing number? public void onOpenDocument(PdfWriter writer, Document document) { As

Re: [iText-questions] Question about page number footers

2011-03-23 Thread phlegay
@lists.sourceforge.net Envoyé: Mercredi 23 Mars 2011 13h42:37 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: [iText-questions] Question about page number footers Op 23/03/2011 12:49, dwhite schreef: Hi, I am just trying to add current page number to the footer of my

Re: [iText-questions] Question about page number footers

2011-03-23 Thread Klas Lindbäck
I assume you want the same date and time on all pages. So you should generate the date/time string only once and then use it on each page. I assume you want different page numbers on each page. So you should generate the page number once for each page. It loooks like you are applying the page

Re: [iText-questions] Question about page number footers

2011-03-23 Thread 1T3XT BVBA
Op 23/03/2011 14:38, phle...@free.fr schreef: Hello, I used the following exemple (I have not yet received the book). Exemple : Part1.Chapter5.MoviesCountries1.java Exemple : Part2.Chapter6.TwoPasses.java I think you must use it if you want page 1/100. Those are indeed the correct

Re: [iText-questions] Question about page number footers

2011-03-23 Thread dwhite
Wow, you're right. The example in the book (page 173 fig 5.18) doesn't use that method. I added it because I think I'm mixing up my versions. I will look into showTextAligned() . Thanks -- View this message in context:

Re: [iText-questions] Question about page number footers

2011-03-23 Thread dwhite
Sorry guys, I found the problem. I thought I set the footer flag to false, but it was true which is why it kept appending the actual page number to the end of my footer string. Also I wasn't incrementing the page number so when I printed it the value was 0. Thanks for your help. -- View this

[iText-questions] question about reading a pdf file and get hyperlinks

2011-02-21 Thread Leonardo Heidrich
Hi, I'm trying to read a pdf file and get all hyperlinks from this file. I'm using iTextSharp for C# .net. Below follow the code that I'm using: *PdfReader reader = new PdfReader(D:/teste.pdf); * * ListPdfAnnotation.PdfImportedLink list = reader.GetLinks(1);* This method

Re: [iText-questions] Question about N-Up Printing

2011-02-16 Thread 1T3XT BVBA
Op 15/02/2011 21:24, Joe Danziger schreef: I am trying to transpose the NUp example in Chapter 6 (p. 171) of the 2E book to ColdFusion, but having an issue with the calculation of the offsets. Is it possible to get an explanation of what the helper variables n, r, c, represent in that

Re: [iText-questions] Question about N-Up Printing

2011-02-16 Thread Joe Danziger
Yes, that totally makes sense - thanks Mark! From: Mark Storer [mailto:msto...@autonomy.com] Sent: Tuesday, February 15, 2011 6:51 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Question about N-Up Printing Rows and Columns? --Mark Storer Senior

Re: [iText-questions] Question about N-Up Printing

2011-02-16 Thread Joe Danziger
@lists.sourceforge.net Subject: Re: [iText-questions] Question about N-Up Printing Op 15/02/2011 21:24, Joe Danziger schreef: I am trying to transpose the NUp example in Chapter 6 (p. 171) of the 2E book to ColdFusion, but having an issue with the calculation of the offsets. Is it possible to get

[iText-questions] Question about N-Up Printing

2011-02-15 Thread Joe Danziger
I am trying to transpose the NUp example in Chapter 6 (p. 171) of the 2E book to ColdFusion, but having an issue with the calculation of the offsets. Is it possible to get an explanation of what the helper variables n, r, c, represent in that example? I can tell that the n represents the

Re: [iText-questions] Question about N-Up Printing

2011-02-15 Thread Mark Storer
To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Question about N-Up Printing I am trying to transpose the NUp example in Chapter 6 (p. 171) of the 2E book to ColdFusion, but having an issue with the calculation of the offsets

  1   2   3   4   5   6   7   >