[iText-questions] Please add me to the mailing list [SEC=UNCLASSIFIED]

2010-08-05 Thread Manish . Chopra
Thanks Regards Manish Chopra 6225 8840 0400690204 Enterprise Service Task Force Section - Enterprise Architecture Important Notice: If you have received this email by mistake, please advise the sender and delete the

Re: [iText-questions] Please add me to the mailing list [SEC=UNCLASSIFIED]

2010-08-05 Thread Alexis Pigeon
Hi Manish On 5 August 2010 09:55, manish.cho...@immi.gov.au wrote: Thanks Please have a look at the bottom of each message sent to the list, you'll find a link to manage subscriptions to the list. Regards Manish Chopra 6225 8840 0400690204 [...]

Re: [iText-questions] GetPageSizeWithRotation, GetPageSize, GetCropBox, units?

2010-08-05 Thread Paulo Soares
It's points=1/72 inch Paulo From: Calvin Streeting [mailto:calvin.street...@bailygarner.co.uk] Sent: Thursday, August 05, 2010 2:35 PM To: 'itext-questions@lists.sourceforge.net' Subject: [iText-questions] GetPageSizeWithRotation, GetPageSize, GetCropBox, units?

[iText-questions] itextsharp unicode

2010-08-05 Thread Moria Cohen
Hi, I'm using ItextSharp and it's very nice library. I created a pdf template using adobe acrobat and I want to assign my fields into the template fields. I try to put text in Hebrew and didn't success. Is it possible? How can I do it? Thanks in advanced, Moria

Re: [iText-questions] Itext tooltip generation

2010-08-05 Thread sfbarron
I tried the links above but they are broken. I've searched for some PdfPCell tooltip examples but can't seem to find anything in C#. I found one on http://1t3xt.info/examples but it was Java. I tried try similar attempts within C# to no avail. I also downloaded the C# tutorial but couldn't

[iText-questions] missing line space in Text field while merging multiple PDF's using PDFCopy of IText

2010-08-05 Thread shivananda22
Hi, I am using IText to fill the values in Designer created PDF using IText AcroFields along with this I am using PDFCopy of Itext to merge the same pdf file for 3 times with different data. The issue is I am having text field in the pdf where it will accept multiple lines and I had given 8

Re: [iText-questions] updated template not working

2010-08-05 Thread java flunkie
Are the following classes part of Itext? If so, it does support dynamic fields, we have a base template pdf that is the same for everyone and then we put customer unique data on individual forms in order to create customer specific pdf's. I know the list below is not a complete list, this list

Re: [iText-questions] itextsharp unicode

2010-08-05 Thread Paulo Soares
You'll need to call AcroFields.AddSubstitutionFonts() with a font supporting Hebrew like arial.ttf with Identity-H encoding. Paulo From: Moria Cohen [mailto:mor...@one1.co.il] Sent: Thursday, August 05, 2010 2:50 PM To: itext-questions@lists.sourceforge.net

Re: [iText-questions] updated template not working

2010-08-05 Thread Paulo Soares
I mean Designer created xfa dynamic forms. Paulo -Original Message- From: java flunkie [mailto:gadk...@pgac.com] Sent: Thursday, August 05, 2010 1:41 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] updated template not working Are the following classes

Re: [iText-questions] Itext tooltip generation

2010-08-05 Thread Paulo Soares
If it works in Java it works in C#. What example exactly do you refer to? Paulo -Original Message- From: sfbarron [mailto:sfbar...@gmail.com] Sent: Wednesday, August 04, 2010 7:26 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Itext tooltip generation I

Re: [iText-questions] missing line space in Text field while merging multiple PDF's using PDFCopy of IText

2010-08-05 Thread Paulo Soares
I never saw that happening. It would help to see the individual pdf and the merged one. Paulo -Original Message- From: shivananda22 [mailto:sivananda.mylar...@mphasis.com] Sent: Thursday, August 05, 2010 1:51 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions]

Re: [iText-questions] Itext tooltip generation

2010-08-05 Thread sfbarron
Thank you for the quick response. The link to the example I am referring to is below. However, I can't seem to tell where the onGenericTag() method gets fired. I'm assuming it's possibly an event handler? I'm trying to do a standard mouse over tool tip but I'm not sure that this code will do

Re: [iText-questions] Itext tooltip generation

2010-08-05 Thread sfbarron
Thank you, Paulo, for the quick response. The link to the example I am referring to is below. However, I can't seem to tell where the onGenericTag() method gets fired. I'm assuming it's possibly an event handler? I'm trying to do a standard mouse over tool tip but I'm not sure that this code

Re: [iText-questions] Itext tooltip generation

2010-08-05 Thread Paulo Soares
It's OnGenericTag in C# and you'll have to override it. Paulo -Original Message- From: sfbarron [mailto:sfbar...@gmail.com] Sent: Thursday, August 05, 2010 4:27 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Itext tooltip generation Thank you for the

[iText-questions] Rotate and wrap text at the same time

2010-08-05 Thread dimas74
Hi, I have been reading and searching for the solution and I can't find. I need to rotate text about 15 degrees and wrap to make sure it will fit in a specific small area. Can that be done? At this time I either can use columnText.showTextAligned to rotate only or columnText.setSimpleColumn or

Re: [iText-questions] Null pointer exception in PdfWriter

2010-08-05 Thread Gylfi Ingvason
Thanks Paulo. I downloaded and built the SVN tip and was able to reproduce the problem. The gist of it is that if you use PdfWriter to import a page and re-create link annotations, and those annotations contain indirect references (such as a Parent, i.e. /P 8 0 R), you get the exception. Enclosed

[iText-questions] Stamping out form results in blank output

2010-08-05 Thread Thomas Hauk
I am working on a Web application with iText as a backend, which combines several PDF files (all of our PDFs have been created using Illustrator) into a single-page PDF. The PDF files are generally AcroForms, but not all. Text is filled into the forms dynamically (if there are fields) and

Re: [iText-questions] Stamping out form results in blank output

2010-08-05 Thread Thomas Hauk
Fixed it. There were two problems: 1. The frontend was not sending the backend the correct field name to change, and 2. I wasn't checking the boolean return value of the setField() method in AcroFields. Always check your return values, people! -- Thomas Hauk Shaggy Frog Software