Re: [iText-questions] Converting Non-Editable Pdfs to Editable pdfs

2008-06-06 Thread sijo jose
Hi, PDF DOCUMENTS ARE NOT EDITABLE BY DESIGN. Does this mean that i cannot convert a non-editable pdf , directly to editable ones as a whole pdf?.I mean is ter no other way other than just adding acro forms?cant i convert directly the whole of a non editable pdf to editable ones? Thanks in

Re: [iText-questions] base64 encode/decode

2008-06-06 Thread Fabrizio Accatino
NET Framework: byte[] Convert.FromBase64String(string s) http://msdn.microsoft.com/en-us/library/system.convert.frombase64string.aspx Fabrizio - Check out the new SourceForge.net Marketplace. It's the best place to buy or

Re: [iText-questions] click on image and open the attachment

2008-06-06 Thread Bruno Lowagie
Harakiri wrote: Great - best useless input i read for a while - congrats! Please note that Bill has provided valuable input in the past, on the list as well as personally. I consider him as a friend of the project as well as a personal friend. 1. If you think it does not belong to itext list -

Re: [iText-questions] Converting Non-Editable Pdfs to Editable pdfs

2008-06-06 Thread Bruno Lowagie
sijo jose wrote: Hi, PDF DOCUMENTS ARE NOT EDITABLE BY DESIGN. Does this mean that i cannot convert a non-editable pdf , directly to editable ones as a whole pdf?.I mean is ter no other way other than just adding acro forms?cant i convert directly the whole of a non editable pdf to

Re: [iText-questions] click on image and open the attachment

2008-06-06 Thread Lars Eirik Rønning
Great post Bruno! Fantastic news about your son! Have a good weekend and thanks for being very active on this mailing list! On Fri, Jun 6, 2008 at 9:33 AM, Bruno Lowagie [EMAIL PROTECTED] wrote: Harakiri wrote: Great - best useless input i read for a while - congrats! Please note that Bill

Re: [iText-questions] Converting Non-Editable Pdfs to Editable pdfs

2008-06-06 Thread Sr. Miguel
Hi, If you are in a migration project like I think you are, you are in the wrong way. Even if you could add fields automattically to your existing PDF documents you would always need to look to each one, one by one, and make small alterations. This would leed to a non-ending project. In

Re: [iText-questions] Converting Non-Editable Pdfs to Editable pdfs

2008-06-06 Thread Bruno Lowagie
Sr. Miguel wrote: Hi, If you are in a migration project like I think you are, you are in the wrong way. I also think the OP is on the wrong way, but I can't assess the nature of his project based only on a fragment of a screen shot. I think the OP should do some more home work before

Re: [iText-questions] click on image and open the attachment

2008-06-06 Thread wasegraves
-- Original message -- From: Lars Eirik Rønning [EMAIL PROTECTED] Great post Bruno! TMany thanks, Lars and Bruno. Actually, my response to Harakiri was poorly worded. Bruno, however, was right on target on all of the points I wanted to cover. I was simply

Re: [iText-questions] Converting Non-Editable Pdfs to Editable pdfs

2008-06-06 Thread Sr. Miguel
I didn't see any response yet to your question about filling Reader Enabled forms. I hope it gets solved eventually. br, Bruno Bruno, I have an eye on the iTextsharp forum also, to see if Paulo will say something about that :) It always seemed strange to me that xpaaj was able to fill PDF

Re: [iText-questions] need help

2008-06-06 Thread phyowai tun
On Fri, Jun 6, 2008 at 5:42 PM, phyowai tun [EMAIL PROTECTED] wrote: Dear sir if possible ,please give me C# code example for itextsharp , ch18 -under the hood.i only want that c# souce code file. thanks you. have a nice day

Re: [iText-questions] click on image and open the attachment

2008-06-06 Thread Harakiri
Alright, the discussion is hopefully over now =) I only want to add, that what you say is true concerning me but your response seem to imply that i was attacking you - the post was only directed to Bill. Finally, Leo wrote me that the concerning issue (URL Bug) is fixed in Reader 9. --- On

[iText-questions] Reader Enabled forms (was: Converting Non-Editable Pdfs to Editable pdfs)

2008-06-06 Thread Bruno Lowagie
Sr. Miguel wrote: I have an eye on the iTextsharp forum also, to see if Paulo will say something about that :) OK. However, and maybe Leonard can answer this if he read it, I don´t know if changing a PDF extended form with non Adobe tools will be or not a licence violation. I don't know

[iText-questions] Combine PDFs

2008-06-06 Thread Chris Hannemann
First, this is my second day of working with itext and it looks really cool. I have the itext book and started down a path to combine some PDFs but after more reading I think I may be using the wrong clssses. I started with PdfCopy but I want to manipulate the files as I add the PDFs so I am

Re: [iText-questions] About standards of barcodes ?

2008-06-06 Thread precyz
I've just created a data matrix barcode. It looks exactly the same as barcode on Nokia. That is barcode i was looking for. Thanks. Paulo Soares wrote: I don't know if it's a QRCode. My Nokia has a datamatrix both in the phone and in the battery and I've already seeen in another phone

Re: [iText-questions] Reader Enabled forms (was: Converting Non-Editable Pdfs to Editable pdfs)

2008-06-06 Thread Leonard Rosenthol
On Jun 6, 2008, at 8:19 AM, Bruno Lowagie wrote: However, and maybe Leonard can answer this if he read it, I don´t know if changing a PDF extended form with non Adobe tools will be or not a licence violation. I don't know for sure, but iText doesn't change the original form. It doesn't

Re: [iText-questions] Combine PDFs

2008-06-06 Thread 1T3XT info
Chris Hannemann wrote: If anyone has an example of this or any suggestions I would appreciate the help. Et voilà: http://www.1t3xt.info/examples/browse/?page=exampleid=382 I have a directory tree with about a dozen sub directories. I created 3 files in a directory: helloworld.pdf

[iText-questions] Alignment in PdfPTable

2008-06-06 Thread Cyrielle Lablanche
(First excuse my english, i'm french) I try to add a PdfPTable to my document using writeSelectedRows(). But, I noticed that whatever I put on setHorizontalAlignment(), all Elements are Left-Aligned. There's no problem using document.add(), but I can't use it in my onStartPage() function.. Is

Re: [iText-questions] Alignment in PdfPTable

2008-06-06 Thread Howard Shank
You have to tell it how how to set the alignment setHorizontalAlignment(ElementTags.ALIGN_CENTER); or ALIGN_LEFT, ALIGN_RIGHT, ALIGN_JUSTIFIED, etc. Howard - Original Message From: Cyrielle Lablanche [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Friday, June 6,

Re: [iText-questions] Converting Non-Editable Pdfs to Editable pdfs

2008-06-06 Thread Paulo Soares
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sr. Miguel Sent: Friday, June 06, 2008 12:31 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Converting Non-Editable Pdfs to Editable pdfs I didn't see any

[iText-questions] iText RTF TOC

2008-06-06 Thread Krzysztof Rączka
It's possible to create Table Of Contents with number site paragraph in RTF file?, Thanks- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source.

[iText-questions] How to Convert RTF to PDF using iTextSharp

2008-06-06 Thread Gafoor Mohammad
Hi all How to Convert RTF to PDF using iTextSharp. Thanks in advance Gafoor This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in

Re: [iText-questions] How to Convert RTF to PDF using iTextSharp

2008-06-06 Thread Howard Shank
This is not fully implemented at this time. Howard Shank - Original Message From: Gafoor Mohammad [EMAIL PROTECTED] To: Post all your questions about iText here itext-questions@lists.sourceforge.net Sent: Friday, June 6, 2008 11:20:45 AM Subject: [iText-questions] How to Convert RTF

Re: [iText-questions] iText RTF TOC

2008-06-06 Thread Howard Shank
To autogenerate the TOC, create your writer object and then set the value to true. Use Chapters and sections to auto-generate the TOC. ... writer2..setAutogenerateTOCEntries(true); ... Howard - Original Message From: Krzysztof Rączka [EMAIL PROTECTED] To:

Re: [iText-questions] Reader Enabled forms (was: Converting Non-Editable Pdfs to Editable pdfs)

2008-06-06 Thread Sr. Miguel
Ok, thank you! From: [EMAIL PROTECTED]: Fri, 6 Jun 2008 09:30:46 -0400To: [EMAIL PROTECTED]: Re: [iText-questions] Reader Enabled forms (was: Converting Non-Editable Pdfs to Editable pdfs) On Jun 6, 2008, at 8:19 AM, Bruno Lowagie wrote: However, and maybe Leonard can answer this if he

Re: [iText-questions] Reader Enabled forms

2008-06-06 Thread Bruno Lowagie
Sr. Miguel wrote: Ok, thank you! Still, it's strange that a question about a possible license violation by iText changed into a possible license violation by Adobe. I don't really like the fact that Adobe USES iText and doesn't expose the jar files to their customers. I just don't understand

Re: [iText-questions] Reader Enabled forms

2008-06-06 Thread Sr. Miguel
No, it isn´t. Date: Fri, 6 Jun 2008 18:27:00 +0200 From: [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Reader Enabled forms Sr. Miguel wrote:Ok, thank you! Still, it's strange that a question about a possible license violation by iText changed

[iText-questions] Links with contentbyte

2008-06-06 Thread meeger
Hi, I am trying to create a PDF with a footer at the bottom of each page. I use contentByte() to do this. It works fine to add the text (with showTextAligned()) and it looks like expected. But the URLs and email addresses that are added are not correctly converted into links.

Re: [iText-questions] Links with contentbyte

2008-06-06 Thread Paulo Soares
Use ColumnText. Paulo - Original Message - From: meeger [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Friday, June 06, 2008 7:47 PM Subject: [iText-questions] Links with contentbyte Hi, I am trying to create a PDF with a footer at the bottom of each page. I

Re: [iText-questions] Links with contentbyte

2008-06-06 Thread meeger
Hi, After checking my code again I discovered that it wasn't the contentByte method that was the problem. The problem was that I used a cyrillic font (GillSansCyr). When using this font, the links get incorrectly formatted. My application needs to support Cyrillic characters so I can't change

Re: [iText-questions] Links with contentbyte

2008-06-06 Thread Paulo Soares
Links are never created automatically by iText. It looks like a viewer's feature. Paulo - Original Message - From: meeger [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Friday, June 06, 2008 9:15 PM Subject: Re: [iText-questions] Links with contentbyte Hi,

Re: [iText-questions] iText RTF TOC

2008-06-06 Thread Mark Hall
On Friday 06 June 2008, Krzysztof Rączka wrote: It's possible to create Table Of Contents with number site paragraph in RTF file?, I'm not quite sure I understand what you want, but probably you should have a look at the TOC chapter in the tutorial

[iText-questions] is this possible in iText?

2008-06-06 Thread FlyingBuzz
Is it possible to make itext determine if a table will fit on the remaining page and if not it will use a total different table layout? If that isn't possible I guess another method is to generate both pdfs and see which one size is smaller but this will waste a lot more time in generating I

[iText-questions] Any Progress on the RadioButton AcroForm Expected a name object Issue?

2008-06-06 Thread Steve Weber
Hello all ... I was unable to find any activity on this issue for almost a year (the last post was from July 2007), so I apologize if there is a solution to this. Could someone please reply with a pointer to it if there is? I am working to create a website that allows users to fill in a PDF

Re: [iText-questions] is this possible in iText?

2008-06-06 Thread Paulo Soares
It's possible to know the height of a PdfPTable. See the tutorial or the book. Paulo - Original Message - From: FlyingBuzz [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Friday, June 06, 2008 8:49 PM Subject: [iText-questions] is this possible in iText? Is it

Re: [iText-questions] Any Progress on the RadioButton AcroFormExpected a name object Issue?

2008-06-06 Thread Paulo Soares
That was a problem with Designer forms and there's no solution. It will work correctly with acro forms, though. Paulo - Original Message - From: Steve Weber [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Friday, June 06, 2008 10:20 PM Subject: [iText-questions] Any