[iText-questions] URGENT !! Queriers iText and CSS

2008-02-28 Thread deepti
Hi, Can CSS(DOM parser) styles be directly used with iText to generate PDF formats. Thanks in advance, Deepti.- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://cl

Re: [iText-questions] How to clip image

2008-02-28 Thread 熊田貢
Thank you very much Leonard, I could do it. Set the clippath first, THEN draw the image. And be sure to setup a beginState()/endState() pair around your clipping. Leonard > Hello all, > > I'd like to know how to clip an imported image. > I tried the following code, but nothing happened. > ---

Re: [iText-questions] RTF Merge

2008-02-28 Thread Howard Shank
Here is sample code since I had to change the file object. The original parser used a file Reader object. The new parser code uses a FileInputStream object. = RtfWriter2 rtfWriter = RtfWriter2.getInstance(document, new FileOutputStream("out_file.rtf"))

Re: [iText-questions] RTF Merge

2008-02-28 Thread Anil Kumar
Thanks Howard, I will try it. Regards Anil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Howard Shank Sent: Friday, 29 February 2008 4:26 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] RTF Merge Anil, I have updated the SV

[iText-questions] create TOC in RTF when parsing from XML

2008-02-28 Thread Sushil Vegad
Hello, We have our data in XML file that is being parsed to create a RTF file. We would like to create a TOC for the RTF file where the Title of each chapter needs to come up in the TOC Our TagMap file looks like this

[iText-questions] Spanish Character

2008-02-28 Thread Arathi Girimallappa
Hi, I have a question regarding Spanish character printing in pdf files using itext. Can someone please help me to print Spanish in pdf files using itext? Many thanks, Arathi - Looking for last minute shopping deals? Find them fast with Yahoo

Re: [iText-questions] message at silent print since last acrobat aeader update

2008-02-28 Thread Sérgio Oliveira
Hello Simon, You said: 1 - "Since the latest update of Acrobat Reader": What update? 8.0? 2 - "I get a message while trying to print a pdf – file silent." "I use iText in a Sevlet to add JavaScript to a existing PDF. This always worked fine." How? Overall, what you are trying to acco

[iText-questions] iText fonts for Danish and Chinese characters

2008-02-28 Thread wendy_batista
I am pulling names from a database and displaying it on pdfs. I don't know what language it is when I pull the name - the names could be any language - Danish, Chinese, etc. I have tried different combinations and I cannot seem to get a font that will display Chinese and Danish fonts together.

Re: [iText-questions] RTF Merge

2008-02-28 Thread Howard Shank
Anil, I have updated the SVN repository with some changes that should fix the issue with your PNG graphic embedded in the RTF file. When you have time, please get the latest version and let me know if there are any problems. Regards, Howard Shank __

Re: [iText-questions] Question about annotations and animations

2008-02-28 Thread arthur m
Ok; thnks very much, that was exactly what I was needed. Maybe that is well-known, but I am new to iText, and have no idea of what pdf standard says, and the docs are a bit scarce at some functions, for example those about popups :-) but now when you explained it, it works, thnks very much. If

[iText-questions] How to disable text wrapping in a PdfPCell?

2008-02-28 Thread Gregan, Miroslav
Hi all, I use iText 2.0.6 to create a table where the header column has an horizontal writing and the following ones a vertical writing texts. It is almost working as I expect apart from one cell where its text is automatically wrapped although the cell's height seems enough to print everything

[iText-questions] Need Help

2008-02-28 Thread Priyanka Prasad, HCL-Industry Solutions
Hi, I am currently working on a Project where I need to read and input PDF file, and on one or more pages of the PDF I need to replace one or more images with another jpg image. Please assist me if this functionality can be achieved through iText. Also when browsing the net I came across a code t

Re: [iText-questions] printing front-back

2008-02-28 Thread Fabrizio Accatino
Ciao Davide, No. You cannot. You must create 2 different pdfs: one for simplex printing (italian: solo fronte) and one for duplex printing (italian: fronte e retro). Fabrizio On Thu, Feb 28, 2008 at 10:03 AM, davide tau <[EMAIL PROTECTED]> wrote: > Hello, > I'm using your library iText in m

Re: [iText-questions] PDF not displaying L-acute(Slovakain Character)l' correctly

2008-02-28 Thread Leonard Rosenthol
Have you checked to make sure that glyph exists in ArialUnicodeMS? Leonard On Feb 28, 2008, at 4:29 AM, Shachi wrote: > > Hi, > > I am trying to generate PDF Report using ArialUnicodeMS font with > Encoding > Identity-H, but the for Slovakain language, the character L - acute > is not > disp

Re: [iText-questions] printing front-back

2008-02-28 Thread Leonard Rosenthol
No, there is no way to do this. Leonard On Feb 28, 2008, at 4:03 AM, davide tau wrote: Hello, I'm using your library iText in my software to create pdf documents. I need to create a document which can be print at the same time in front/back mode and front only mode. I wonder wether exsists

Re: [iText-questions] background-images repeat-options

2008-02-28 Thread Leonard Rosenthol
Look into Patterns - that's the concept in PDF for repeating content over a given area. Leonard On Feb 28, 2008, at 4:10 AM, Christoph Schmitt wrote: > Hi, > > i already searched the mailing-list archive, but did not found an > answer to my question. My question is, whether it is possible (o

Re: [iText-questions] How to clip image

2008-02-28 Thread Leonard Rosenthol
Set the clippath first, THEN draw the image. And be sure to setup a beginState()/endState() pair around your clipping. Leonard On Feb 28, 2008, at 2:34 AM, 熊田貢 wrote: > Hello all, > > I'd like to know how to clip an imported image. > I tried the following code, but nothing happened. > ---

[iText-questions] PDF not displaying L-acute(Slovakain Character)l' correctly

2008-02-28 Thread Shachi
Hi, I am trying to generate PDF Report using ArialUnicodeMS font with Encoding Identity-H, but the for Slovakain language, the character L - acute is not displaying correclty.However if the text is copied and pasted then the letter comes fine that means it is only in itext that the letter is chan

[iText-questions] printing front-back

2008-02-28 Thread davide tau
Hello, I'm using your library iText in my software to create pdf documents. I need to create a document which can be print at the same time in front/back mode and front only mode. I wonder wether exsists a way to do this without inserting white pages when I am in front/back mode and I need to pr

[iText-questions] background-images repeat-options

2008-02-28 Thread Christoph Schmitt
Hi, i already searched the mailing-list archive, but did not found an answer to my question. My question is, whether it is possible (ok i know nothing is impossible) to repeat background-images with iText like it is possible in CSS/HTML. For example if i create a page with a specific (text-)co