[iText-questions] PdfPTable- Large Cell throws IOException

2003-10-25 Thread Lucy.X.Hu
Hi, I'm using PdfPTable, when a cell is too large--more than a page, throws an exception like this: ExceptionConverter: java.io.IOException: The document has no pages.         at com.lowagie.text.pdf.PdfPages.writePageTree(Unknown Source)         at com.lowagie.text.pdf.PdfWriter.close(Unknown Sou

[iText-questions] open a word file from created pdf

2003-10-09 Thread Lucy.X.Hu
hi, I have a link in the pdf, this link points to a MS Word file, is there a way to click on the link and let the Word open it? Usually when I click on the link I got an error like the following: There was an error opening this document.  File does not begin with '%PDS-'. It seems Acrobat trea

[iText-questions] setRemoteGoto doesn't go to the page

2003-09-19 Thread Lucy.X.Hu
Hi, I was using chunk.setRemoteGoto(pdfFile, pageNumber) method, it seems that it can find the pdf file, but can't go to the specified page. can anybody help me? Thanks.