Hello,
when I try to resize PDF pages to put more than one of them onto a page,
all hyperlinks on the original pages get lost.
Any ideas how I could preserve them?
Example code (resizes just first page):
--
package jpdftweak;
import java.io.*;
import com.lowagie.text.*;
import com.lowagie.
I will be out of the office starting 06/23/2007 and will not return until
07/02/2007.
Out for fun :))
I will respond to your message when I return.
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - t
- Original Message -
From: "Michael Schierl" <[EMAIL PROTECTED]>
To: "Post all your questions about iText here"
Sent: Friday, June 22, 2007 10:43 PM
Subject: [iText-questions] [patch] Allow reading page label structure
towrite out later
> Hi,
>
> just another patch (against current S
Not a bug, just a very old example. Use Image.GetInstance("image.tif").
There are methods in TiffImage to get images from multi-page tiffs.
Paulo
- Original Message -
From: "Brian McKeever" <[EMAIL PROTECTED]>
To: "Post all your questions about iText here"
Sent: Saturday, June 23, 200
Brian McKeever wrote:
> Hello all,
>
> I'd like to apply annotations at specified locations on a pdf page,
> but I'd like to transform the coordinate system beforehand. I've
> tried both PdfContentByte.SetTextMatrix and PdfContentByte.ConcatCTM
> (with arguments (0, -1, 1, 0, 0, img.Width), which