Re: [iText-questions] About The iTextSharp License Fee

2010-01-10 Thread Imgen
Please ignore my ignorant question, I now see that I should contact sa...@itextpdf.com From: Imgen Sent: Sunday, January 10, 2010 01:30 AM To: iTextSharp Questions ; iText Questions Subject: [iText-questions] About The iTextSharp License Fee Hi, everyone, I use the iTextSharp library

[iText-questions] About The iTextSharp License Fee

2010-01-10 Thread Imgen
Hi, everyone, I use the iTextSharp library to build my shareware and I'm planning to sell it online. iTextSharp is amazing and helped me a lot. So I want to buy a license to support its future development, who should I contact? ---

[iText-questions] PDF to PDF-X/PDF-A

2009-10-23 Thread Imgen Tata
Dear Everyone, I have a problem - use iText to convert PDF files to PDF-X/PDF-A files, is it possible? _ Windows Live Hotmail: Your friends can get your Facebook updates, right from H

[iText-questions] How to tell the differences between password encryption and certificate encryption

2009-10-13 Thread Imgen
Dear everyone, I know this could sounds a bit silly, but I want to check if a pdf file is encrypted, which method it uses to encrypt. There are two types of encryption, password encryption - which uses a owner password to encrypt the pdf file and certificate encryption - which uses a ce

[iText-questions] A Simple Question About link PdfAnnotation

2009-04-13 Thread Imgen
I use iText PdfAnnotation.createLink to add hyper link to an existing PDF file. Everything went fine except that there is a think black frame around the link area. I want to remove that frame, how? I believe this isn't very hard, it's just I can't figure it out. Does anyone have a clue?

Re: [iText-questions] [edited] How to locate a certain range of text

2009-04-08 Thread Imgen
Good to know. I'll search it by myself. Thanks for you tip. -- From: "1T3XT info" Sent: Thursday, April 09, 2009 12:21 AM To: "Post all your questions about iText here" Subject: Re: [iText-questions] [edited] How to locate a certain range of text

Re: [iText-questions] [edited] How to locate a certain range of text

2009-04-08 Thread Imgen
Yeah, that's what I'm doing now. Like a Taiwanese coder and writer once said, there is no secret in the source code. I'm diving into it. -- From: "Mike Marchywka" Sent: Thursday, April 09, 2009 12:08 AM To: Subject: Re: [iText-questions] [edited]

Re: [iText-questions] [OT] How to locate a certain range of text

2009-04-08 Thread Imgen
nd mix metaphors a lot when busy but this is > still funny. :) > > >> >> -- >> From: "1T3XT info" >> Sent: Wednesday, April 08, 2009 11:53 PM >> To: "Post all your questions about iText here&quo

Re: [iText-questions] [edited] How to locate a certain range of text

2009-04-08 Thread Imgen
"Post all your questions about iText here" Subject: Re: [iText-questions] [edited] How to locate a certain range of text > Imgen wrote: >> Thing is, I can get the position of the text. It's page no, X coordinate, >> Y coordinate, height, width, line no, start characte

Re: [iText-questions] [edited] How to locate a certain range of text

2009-04-08 Thread Imgen
Oh, thank you.It's very kind of you to show me the source code. Thanks. Though for now I don't quite understand your code. Thing is, I can get the position of the text. It's page no, X coordinate, Y coordinate, height, width, line no, start character index, end character index, etc. But how can I a

[iText-questions] How to locate a certain range of text

2009-04-08 Thread Imgen
Now my project needs to locate a certain range of text in an existing PDF. For example, say we have a pdf which has 4 pages, what I want to do is adding a hyperlink to line 2, page2. Is it possible? The issue is how can I find the certain text chunk? As long as I can get the text chunk, then I

Re: [iText-questions] Antwort: About the performance issue of the iText

2009-04-07 Thread Imgen
tamper. I would first try to use BufferedOutputStream in addition. If you don't know enough about streams have a look here: http://java.sun.com/docs/books/tutorial/essential/io/buffers.html Best regards Benjamin Von: "Imgen" An: "iText Questions

Re: [iText-questions] Antwort: About the performance issue of the iText

2009-04-07 Thread Imgen
tamper. I would first try to use BufferedOutputStream in addition. If you don't know enough about streams have a look here: http://java.sun.com/docs/books/tutorial/essential/io/buffers.html Best regards Benjamin Von: "Imgen" An: "iText Questions

[iText-questions] About the performance issue of the iText

2009-04-06 Thread Imgen
I use iText to add bookmarks to an existing pdf file. It's about 750k. But it takes 25s for the PdfStamper.close() to write the file to the disk. My computer's configuration is Intel Core2 Duo T7500 2.2GHZ + 2G Memory + Win7, not very bad. But the close method takes too long to complete the acti

[iText-questions] About the performance issue of the iText

2009-04-06 Thread Imgen
I use iText to add bookmarks to an existing pdf file. It's about 750k. But it takes 25s for the PdfStamper.close() to write the file to the disk. My computer's configuration is Intel Core2 Duo T7500 2.2GHZ + 2G Memory + Win7, not very bad. But the close method takes too long to complete the acti

[iText-questions] PdfStamper.setOutlines doesn't work properly

2009-04-05 Thread Imgen Wakin
Hi, everyone, I'm a newbie of iText and now I need to add bookmarks to an existing PDF file which is created By PDFCreator 0.9.1, an open source PDF Printer. The version of the created file is PDF 1.3 and I'm having this strange problem. That is, when I use the setOutlines meth