Hello! I'm using iTextSharp to Split documents. Here is the code itself: http://hentaivideo.atw.hu/split.cs
It takes the document and takes the first half of it. It's an invoicing system where the invoices are printed in duplicates. My problem is that when I get the original document, it is PDF 1.3 and I can read it's content by the following code found on the web: http://hentaivideo.atw.hu/ext.cs After the split, the document is PDF 1.4 and if I try to read it's content, I will get only a \r\n, nothing else. Do I miss something, or something is wrong with the codes above? Thanks Botond ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
