Re: [iText-questions] URGENT - Image.getInstance error

2007-11-05 Thread Bruno Lowagie (iText)
Satyajit Thadeshwar wrote: > If there would have been issue with the path, it wouldn't work for some of > the pages. It works fine for apps that are hosted within my company's domain > (LAN). Only for sites on internet, it gives this SocketException. Seems like > some communication issue, but i am

Re: [iText-questions] URGENT - Image.getInstance error

2007-11-05 Thread Satyajit Thadeshwar
If there would have been issue with the path, it wouldn't work for some of the pages. It works fine for apps that are hosted within my company's domain (LAN). Only for sites on internet, it gives this SocketException. Seems like some communication issue, but i am not able to figure it out. Thanks

[iText-questions] pdf conversion from html

2007-11-05 Thread nsk clr
Hi I use 'Arial Unicode MS' with 'Identity-H' encoding to convert Html to pdf. Document document = new Document(); FontFactory.register("C:\\Windows\\fonts\\arialuni.ttf"); StyleSheet st = new StyleSheet(); st.loadTagStyle("body", "face", "Arial Unicode MS"); st.loadTagStyle("bod

[iText-questions] font and style tag in html conversion to pdf

2007-11-05 Thread nsk clr
Hi I use 'Arial Unicode MS' with 'Identity-H' encoding to convert Html to pdf. In some cases, If the html has font tag and style tag with font, I get the following exception. ExceptionConverter: java.io.UnsupportedEncodingException: Identity-H Also when I convert the html with image, the image

Re: [iText-questions] Question about combining PdfCopy and PdfWriter

2007-11-05 Thread Bruno Lowagie
James Beard wrote: > Hi there, > > I am trying to use iText to both write new info to a pdf (i.e. set crop > regions, rotate pages) using PdfWriter, but also want the copying > functionality of PdfCopy, so that I don't lose any annotations (e.g. > reference links, movies) that are contained in the

Re: [iText-questions] RTF - Header and borders - using iText 2.0.6.

2007-11-05 Thread Mark Hall
On Monday 05 November 2007, sanjay patel wrote: > I need to put a company logo in the header of an existing RTF document. > There is existing text on the right side of the header in the existing RTF > document and I need to put the logo on the left of the header i.e. image > and text side by side.

Re: [iText-questions] want to check a big X mark to indicate selected

2007-11-05 Thread Elias
I just want to mark the line with X without user interaction. I have a logic in my program to decide what is selected so all I need to do is show a big X mark in a box or underlined just as you would have in some application forms Thanks for your quick response ( BTW, your book is helping a lot..

Re: [iText-questions] want to check a big X mark to indicate selected

2007-11-05 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: > I just want to mark the line with X without user interaction. > I have a logic in my program to decide what is selected so all > I need to do is show a big X mark in a box or underlined just > as you would have in some application forms If the 'line' is added to the d

Re: [iText-questions] URGENT - Image.getInstance error

2007-11-05 Thread Siva Gorantla
I guess you need to put escape character in your path. Try putting "\\" instead of "\" in your path URL. Just give a try. Siva Gorantla Satyajit Thadeshwar wrote: Hi, I am also getting the same error while reading a URL by using openStream() method of URL class. Did you found any probable ca

Re: [iText-questions] Fwd: PDF form file issues.

2007-11-05 Thread Bruno Lowagie
Prasad Potla wrote: > Hi Bruno, > > I forwarded my question to the mailing list at which I got from itext site. > But no one responded, and in any form no body had faced this problem. Your question made it to the mailing list, and I responded, you can see this in one of the many archives: http://

Re: [iText-questions] want to check a big X mark to indicate selected

2007-11-05 Thread Bruno Lowagie
Elias wrote: > I wanted to have a big X mark in a box at the left side of a line to > indicate that a line is selected. How do I do that with itext ? Please elaborate. Does this check mark has to be something the end user can change? Or do you just want to mark the line with X (without user inte

[iText-questions] Question about combining PdfCopy and PdfWriter

2007-11-05 Thread James Beard
Hi there, I am trying to use iText to both write new info to a pdf (i.e. set crop regions, rotate pages) using PdfWriter, but also want the copying functionality of PdfCopy, so that I don't lose any annotations (e.g. reference links, movies) that are contained in the PDF. Is there any way to comb

[iText-questions] want to check a big X mark to indicate selected

2007-11-05 Thread Elias
I wanted to have a big X mark in a box at the left side of a line to indicate that a line is selected. How do I do that with itext ? -- View this message in context: http://www.nabble.com/want-to-check-a-big-X-mark-to-indicate-selected-tf4752340.html#a13589058 Sent from the iText - General mai

[iText-questions] RTF - Header and borders - using iText 2.0.6.

2007-11-05 Thread sanjay patel
Hi, I need to put a company logo in the header of an existing RTF document. There is existing text on the right side of the header in the existing RTF document and I need to put the logo on the left of the header i.e. image and text side by side. Is this possible, using iText? I know the pdf stam

Re: [iText-questions] Report a Bug

2007-11-05 Thread Paulo Soares
Please do! Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of kfir tishbi > Sent: Monday, November 05, 2007 12:19 PM > To: itext-questions@lists.sourceforge.net > Cc: alex galperin > Subject: [iText-questions] Report a Bug > > Hello, > I wo

Re: [iText-questions] URGENT - Image.getInstance error

2007-11-05 Thread Satyajit Thadeshwar
Hi, I am also getting the same error while reading a URL by using openStream() method of URL class. Did you found any probable cause for this ? - Satyajit Dilip.Patel wrote: > > Hi, > > I am using iText to generate dynamic pdf. I am trying to use method > Image.getInstace(URL). I am getting

[iText-questions] Report a Bug

2007-11-05 Thread kfir tishbi
Hello, I would like to report a bug in the itext Kfir __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - This SF.net ema

Re: [iText-questions] selecting tables in reader

2007-11-05 Thread Leonard Rosenthol
Specific Table selection and handling is only available in Acrobat Standard & Professional - not Reader. However, if you wish to simply do rectangular selection, that works fine in Reader 8. Leonard On Nov 5, 2007, at 6:15 AM, Nicklas Karlsson wrote: > Hi, > > I've successfully made tabl

[iText-questions] selecting tables in reader

2007-11-05 Thread Nicklas Karlsson
Hi, I've successfully made tables with iText but noticed that I can't select them as such in Acrobat Reader 8. Acrobat used to have a "select table" option but read that it has been replaced in later versions with a selecting hover option. The problem is that I only detects the selection as tex

Re: [iText-questions] iText crashing the server

2007-11-05 Thread Paulo Soares
The problem is certainly not with iText. If your VM has problems with memory mapped files you can use: Document.plainRandomAccess = true; Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Monday, November 05, 2007

[iText-questions] iText crashing the server

2007-11-05 Thread abdul.taj
Hello, I have a simple program which makes use of PdfCopy to copy contents of more than one pdf into another merged pdf. However, the production application is suffering from some crashes, we are currently using JBOSS 4.0.4 as our application server. The problem statement is as follows:- Whil

Re: [iText-questions] Formatting disappears

2007-11-05 Thread Bruno Lowagie
g t wrote: > hi > We are using itext in a web application So do we and we have never experienced the problem you describe (about 500 teachers create thousands of lists with students that follow their courses). > and the pdf shows up alright for > a while, could be for appx. 50 requests , but sud

Re: [iText-questions] How to Insert PDF cell (from HTML to PDF) into a building PDF document

2007-11-05 Thread Bruno Lowagie
David wrote: > in order to create the whole table I need to previously > convert the HTML messages (, , etc.) in to PDF text Look for HTMLWorker: it is able to translate HTML snippets into an ArrayList of iText objects. These iText objects can be added to a table cell. br, Bruno

Re: [iText-questions] PdfPatterns

2007-11-05 Thread Bruno Lowagie
Viswanath Vankadari wrote: > > > Hi > > My domain is .Net > > I want to create Hatch Fill patterns(for example,Shingle pattern,Trellis > pattern,HorizontalBrick pattern) by using iTextSharp. > > How can create those patterns? > My domain is Java. In chapter 11 of "iText in Action" I expl

Re: [iText-questions] Difference between itext and adobe when creating pdf's

2007-11-05 Thread chrisbuch
Thank you for your quick reply. When using adobe indesign the same pdf gets a filesize of only 4-5MB compared to our 25 MB that has been generated with itext. We have split up the pdf generated from adobe and it appears to preserve the images quality. The filesize and resolution of the images has

[iText-questions] PdfPatterns

2007-11-05 Thread Viswanath Vankadari
Hi My domain is .Net I want to create Hatch Fill patterns(for example,Shingle pattern,Trellis pattern,HorizontalBrick pattern) by using iTextSharp. How can create those patterns? Kindly help me.. With Regards, Viswa. The information contained in this mess

[iText-questions] How to Insert PDF cell (from HTML to PDF) into a building PDF document

2007-11-05 Thread David
Dear members, I have the following problem: I have to create a PDF table document from scratch and I have two types of sources: 1 ASCI messages. 2. HTML messages. so, in order to create the whole table I need to previously convert the HTML messages (, , etc.) in to PDF text for example, then i