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
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
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.