i'm facing problems while opening pdf documents created with the help of itext-1.3.4.jar . i was trying to write images( jpeg ) into pdf using itext API. The java program runs fine. But while opening the pdf i encountered errors.
Attached are the screen shots of the same. Please help.
Here is the code taken from an example
public class itextPDF {
/**
* Generates 2 documents: one that respects the order of Images added,
* another that has the default behaviour: only show the images if
* they fit on the page, if they don't fit, wait until the next page.
* @param args no arguments needed
*/
public static void main(String[] args) {
System.out.println("ImageSequence");
--AD233C000064.1129633872/smtp.caritor.com--
- [iText-questions] problems opening pdf file Satish Kandi
- RE: [iText-questions] problems opening pdf file Paulo Soares