Hello, I need to create PDF (which works fine) with specific text/images at the top of the first page and the bottom of the last one (number of pages varies based on the length of the text). I have a template file (PDF) which contains both, it's like a letter with a header and a footer (not the header/footer objects the arobat uses). I need to split the template and seperate the upper and lower part so I can put them in the right location. Is there a simple way to split the pdf?
I know iText can't identify blank portions of a PDF so I though about reading a third (or some other part) of the top and bottom of the template for this. Or instead, is there a way to get all the objects and their positions, so I can select the right ones based on their absolute pos inside the PDF? I looked at the Lister example but it only prints out all the object data and doesn't give any insight into the position. Any hints would be appreciated. Best Regards, Robert Esterer ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
