Re: [iText-questions] Concatenate two pdfs keeping user enabled feature

2008-10-04 Thread Leonard Rosenthol
> fail to understand how when I try to concatenate both files, rights are trashed. >Maybe is it because the merged file is not considered to be the same so that rights are not applied? > That is 100% correct! The rights are applied to a specific document (as determined by using a crypt

[iText-questions] How do I install iText on NetBeans?

2008-10-04 Thread Kirill Lassounski
Hello my name is Kirill. I would like to use iText and I use NetBeans. Could you guys explain me how to set up iText on NetBeans please ? Thank you for your attention. - This SF.Net email is sponsored by the Moblin Your Move D

[iText-questions] PDFCell with over 2048 characters

2008-10-04 Thread Sreeram Gurram
Hello, We have a java library that builds PDF document using iText library. We use that library in C# .Net and display the PDF to the user. We have recently found an issue where if we add a lengthy text (over 2048 characters in single line) to PDFCell, the display seems to be all messed

Re: [iText-questions] Image.GetInstance() error on Production Server but not dev machine

2008-10-04 Thread ActiveA
Hello, Instead of << Image.getInstance("http://yourwebsite/blablabla/blablabla.jpg";) >> Use << Image.getInstance("c:/blablabla.jpg") >> where c:/blablabla.jpg is your jpg picture in the c: drive of your Windows 2003. This works for me! Regards, ActiveA Athens,Greece indy.gill wrote: > > Hi

Re: [iText-questions] How to extract PDF file before signing and insert custom external signature

2008-10-04 Thread Leonard Rosenthol
There isn't any support in iText for this today - but it would be pretty easy to add... Leonard On Oct 1, 2008, at 7:30 AM, Seung Hyun Park wrote: > Hello. > > I have two questions about digital signature. > > > For examples, I add two multiple signatures at a PDF file. > > Then, the 3 version

[iText-questions] UNSUBSCRIBE

2008-10-04 Thread Jonathan Romley
This message is property of ArtistForce, inc. This email and any files transmitted with it are confidential and intended soley for the use of the individual or entity to whom they are addressed. No addressee should forward, print, copy, or otherwise reproduce t

Re: [iText-questions] Text Render Mode

2008-10-04 Thread beppecosta
Now it looks perfect with the right setColorFill/setColorStroke and TEXT_RENDER_MODE_FILL_STROKE ! Thanks. Giuseppe. Paulo Soares-3 wrote: > > See page 349 of the book for some examples. > > Paulo > >> -Original Message- >> From: beppecosta [mailto:[EMAIL PROTECTED] >> Sent: Tuesday

[iText-questions] how can i map a custom tag to iText tag which will generate the xml data into table format

2008-10-04 Thread sumit k
Hi I am new to iText.Can anybody help me how can i map a custom tag to iText tag which will generate the xml data into table format. sumit - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build th

Re: [iText-questions] Displaying the FCK editor content in the pdf

2008-10-04 Thread rashmi_ceru
i read in the itext book conversion isn't a priority with iText is there any other way to do this ? with 2dgraphics ? ? rashmi_ceru wrote: > > > which are the font style supported ? > and also it is posible to display the background colour also ? > > ArrayList p = HTMLWorker.par

Re: [iText-questions] Concatenate two pdfs keeping user enabled feature

2008-10-04 Thread Paulo Soares
iText doesn't support concatenating PDFs with XFA, enabled or not. Paulo > -Original Message- > From: Ana Santos [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29, 2008 11:25 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Concatenate two pdfs keeping user

[iText-questions] Annotation Icon

2008-10-04 Thread n b
Hello, I am trying to show Icon "Help" on an Annotation in PdfPCell as below. But icon is too big. How can i do to minimize his size to see it at the right of my chunk (as PdfAnnotation.createSquareCircle) ? Thks Chunk MonAnnota = new Chunk("."); MonAnnota.setGenericTag(TexteContenu); Parag

Re: [iText-questions] Display PDF files without some kind of pdf reader

2008-10-04 Thread 1T3XT info
nguyet minh wrote: > > Hi, > I used to using this itext.jar and I like it very much. It's so useful > for all my working with pdf form. Now, I'm working on a web project, > which displaying pdf files on browsers. But, the final purpose is > displaying on browsers without needing any pdf reader

Re: [iText-questions] Updated PDF is not shown

2008-10-04 Thread 1T3XT info
Diptiman Prusty wrote: > Hi > I am reading a PDF form template and then creating a pdfstamper to > fill up some fields and save it to a new file. > Then I want to read the updated file and send it to browser. The updated > file is created and when opened in acrobat reader shows filled up > val

Re: [iText-questions] Error - java.lang.NoSuchMethodError: com.lowagie.text.Image.plainWidth()F

2008-10-04 Thread 1T3XT info
Marcos Carvalho wrote: > Good Morning, > > Was with error java.lang.NoSuchMethodError: > com.lowagie.text.Image.plainWidth()F, where use library itext-2.1.3 and > change library old itext-1.1.3 worked. Sorry, my english is more or > less. I am from Brazil. Change plainWidth() i

Re: [iText-questions] iText for windows vista

2008-10-04 Thread 1T3XT info
R.Anitha wrote: > Hi all, > > Have found the versipn i used. it is iText1.3 version which worked fine > with XP.. > > On windows Vista it doesn't works,do i need to update the iText jar > version to make the program work?If so which version to > download..anyother inputs or suggestion?Please

Re: [iText-questions] Error - java.lang.NoSuchMethodError: com.lowagie.text.Image.plainWidth()F

2008-10-04 Thread Paulo Soares
Some methods changed names for the sake of consistency. In this case the new name is getPlainWidth(). Alguns métodos mudaram de nome por uma questão de consistência. Neste caso o novo nome é getPlainWidth(). Paulo > -Original Message- > From: Marcos Carvalho [mailto:[EMAIL PROTECTED]

[iText-questions] iText code not executing on Windows Vista

2008-10-04 Thread R . Anitha
Hi All, We are using iText 1.3 version PDF generation works with windows XP ,not on Vista. Does iText 1.3 version supported on Windows Vista Have imported required package as below : import com.lowagie.text.Document; During Execution(compilation is successful) my debug statements stops before thi