[iText-questions] How to preserve hyperlinks in PdfImportedPage?

2007-06-23 Thread Michael Schierl
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.

[iText-questions] Luk Lau/Nationwide/NWIE is out of the office.

2007-06-23 Thread LAUL
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

Re: [iText-questions] [patch] Allow reading page label structure towrite out later

2007-06-23 Thread Paulo Soares
- 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

Re: [iText-questions] Tiff to PDF iTextSharp Problem

2007-06-23 Thread Paulo Soares
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

Re: [iText-questions] Coordinate system for annotations

2007-06-23 Thread Bruno Lowagie
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