Re: [iText-questions] Concurrency issue generating pdf using iText

2009-02-09 Thread 1T3XT info
Saurabh Raval wrote: > Can any comment if this is an issue in iText? I didn't answer, because I didn't have any comment. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -- Create an

Re: [iText-questions] How to make non-acroform field to AcroForm field

2009-02-09 Thread 1T3XT info
Renjan Bhasi wrote: > I want to fill the form programmatically (using iText). To do that, you'll need the coordinates of the fields. > If it is not possible with iText, is there any other tools which I can > use to accomplish this task of creating acro-fields to my current pdf. I don't know an

Re: [iText-questions] PHP port in the works

2009-02-09 Thread 1T3XT info
Pancho Sünderhauf wrote: > I will keep you informed about the further progress! Thanks for the update. I think we should start thinking about iText 3.0; a redesign without API restrictions. This wasn't possible in the past, because iText was a project with only a handful of small developers, not

Re: [iText-questions] Mixing fonts of different heights on same printed line

2009-02-09 Thread 1T3XT info
Paul Swift wrote: > Hi, > > I have searched through the list archives and my copy of iText in Action > but cannot find an answer to my question. Please forgive me if I have > missed something obvious. > > I am using iTextSharp version 4.1.2 and want to print a line that > contains a mixture

Re: [iText-questions] PHP port in the works

2009-02-09 Thread Pancho Sünderhauf
Hi "1T3XT info" and sorry for the late answer! I just wanted you to know that I'm still on track, and the raw porting work is going on quite well, some 90% should be done by now. The next steps would be: 1. some very basic design considerations This is especially the question: to which extent d

[iText-questions] How to make non-acroform field to AcroForm field

2009-02-09 Thread Renjan Bhasi
Hi, I have a pdf document, which don't have any acro-form fields in it. My requirement is to fill some data dynamically into the pdf, against some fields like, name, age, address etc. To make it more clear, the pdf is kind of a form, where user is currently printing the pdf and then filling the de

Re: [iText-questions] Concurrency issue generating pdf using iText

2009-02-09 Thread Saurabh Raval
Second try as I did not receive any reply...Can any1 comment if this is an issue in iText? Thanks, -Saurabh Saurabh Raval wrote: > > I am getting deadlocks when multiple users are using iText to generate pdf > documents on the web. I am using the g2D method to generate the pdf, and > noticed th

[iText-questions] Mixing fonts of different heights on same printed line

2009-02-09 Thread Paul Swift
Hi, I have searched through the list archives and my copy of iText in Action but cannot find an answer to my question. Please forgive me if I have missed something obvious. I am using iTextSharp version 4.1.2 and want to print a line that contains a mixture of font heights. However, the lin

Re: [iText-questions] strike down text on picture

2009-02-09 Thread 1T3XT info
wely ylew wrote: > Dear all, > > Is there a way to strike down some text on a picture? > > I tried like this: > > > iTextSharp.text.Jpeg pic = new Jpeg(Image.GetInstance(@"C:\sample.jpg")); > > doc.Add(pic); > > doc.Add(new Paragraph("some simple text")); > > > But it results the text "

Re: [iText-questions] Quickest/Fastest way to tell if contents are PDFor not.

2009-02-09 Thread AJ Weber
I don't know how "valid" you want the file to be when you say "is actually PDF". But AFAIK, you can just check the first few bytes of the content for the PDF- (version) header, if you're just trying to differentiate the content from other formats or something. - Original Message -

[iText-questions] signing pdf with external signature

2009-02-09 Thread amarianoelaide
Hi all, a little question about external signature. I have a pdf to sign. I read about this code: PdfReader reader = new PdfReader("my.pdf"); FileOutputStream fout = new FileOutputStream("my_signed.pdf"); PdfStamper stp = PdfStamper.createSignature(reader, fout, '\0'); PdfSignatureAppearance sap

[iText-questions] Quickest/Fastest way to tell if contents are PDF or not.

2009-02-09 Thread Subhrajyoti Moitra
Hi, What is the quickest/fastest way to test whether a particular contents sent by some "user" is actually PDF or not? I now do PdfReader=new PdfReader(new FileInputStream("c:\\temp\\somecontent.tmp")); Is there any other quick way to do this? Thanks a lot in advance. Subhro. -

Re: [iText-questions] strike down text on picture

2009-02-09 Thread glen . hamel
You'd probably need to use pdfstamper. Add just continues adding after the last part was added. Glen Hamel Lead Programmer / Technician Auric Networks Canada, Inc. 570 Orwell Street, Unit 1 Mississauga, Ontario L5A 3V7 Phone 905.361.7621 Fax 905.274.3912 http://www.auricnet.ca From: wely yl

[iText-questions] strike down text on picture

2009-02-09 Thread wely ylew
Dear all, Is there a way to strike down some text on a picture? I tried like this:  Jpegpic = newJpeg(Image.GetInstance(@"C:\sample.jpg")); newParagraph("some simple text"));  iTextSharp.text. doc.Add(pic); doc.Add( But it results the text "some simple text" come on other page after the "sample

Re: [iText-questions] Problem with dynamic leading in ColumnText

2009-02-09 Thread Paulo Soares
Irregular columns don't support dynamic leading. Paulo > -Original Message- > From: Dario Geier [mailto:da...@sharedbook.com] > Sent: Sunday, February 08, 2009 10:59 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Problem with dynamic leading > in Colu

Re: [iText-questions] Error message

2009-02-09 Thread Paulo Soares
I was a bit suspicious about this from the start as the table 'name' is one of the required ones and arial.ttf has all the needed tables and a few more. Nevertheless the fpedit link is a good one. Paulo > -Original Message- > From: Bob Axford [mailto:bob.axf...@mionegroup.com] > Sent: