On Thu, May 24, 2012 22:35, Anand, Chetana wrote:
>
>
> Hi,
> I am working on writing a merger method using iText 2.1.7
(...)
> * On another PDF I am getting this error:
> java.lang.IllegalArgumentException: PdfReader not opened with owner
> password
> I saw some posts about a bug with PDFW
Hi,
I am working on writing a merger method using iText 2.1.7 to merge a list of
PDFs on disk. I am able to merge all pdfs except for issues with 2 pdfs:
* I have one PDF that has a backgroung color in it..that part of the
merged PDF looks all messed up - Any suggestions what I need to t
On 12/07/2011 12:13, Andrey Sapozhenko wrote:
> Any thoughts?
I don't know if using the alpha in the Color class is supported in
Graphics2D.
We've tried to implement as many Graphics2D methods as possible in
PdfGraphics2D,
but we don't claim we've implemented every possible aspect of it.
This sh
Hi,
We have an issue with rendering text in PDF when using the specific sequence of
Graphics2D methods. First, we are calling fillRect() using transparent white
color, then createGraphics(), setClip() and draw the text within rectangle.
The text is not visible in PDF.
private static void drawG
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:
R.Anitha <[EMAIL PROTECTED]>
To:
itext-questions@lists.sourceforge.net
Date:
10/02/2008 11:05 PM
Subject:
Re: [iText-questions] iText issue on
Hi All,
iText is platform independent,it works fine with Vista too,i identified the
issue.
I was using a logo of .jpg format to be placed inside the PDF content ,in
Vista .jpg file is not recognized..i dono why,i replaced it with .gif file
the code works fine.
There is no issue with iText on Vis
Hi Anitha,
On 30/09/2008, R. Anitha <[EMAIL PROTECTED]> wrote:
[...]
> Can you please confirm us about which version of iText is compatible with
> Vista?
>
iText is a Java library, meaning that it's compatible with any system
including a JVM.
HTH,
alexis
--
>
> Your explanation doesn't make sense.
> iText doesn't have any buttons.
> br,
> Bruno
>
Hi Bruno,
I'm sorry if my message didn't reach you properly .I didn't mean the
button ,anyhow let me explain it
clearly ..
To explain in details :
1.To make it more cl
R.Anitha wrote:
> Hi,
>
> We use iText (1.3)API for our product to convert our report to PDF
> report on click of a button.
>
> It worked fine with Windows XP ,when we tried to execute our product on
> Windows Vista Ultimate- the button doesn't works.
>
> When i verified,there is no compil