How to insert content in the middle of a page in a PDF using IText
I have a requirement to insert Content into the middle of the page in a PDF. The Content may be a Dynamic Table or an Image. My Concept was to first split the PDF into 2 parts, then get the new Content that is to be added and append by replacing a place holder field. the Splitting is called Tiling as per IText and here is an example for the same. http://itextpdf.com/examples/iia.php?id=116 The Code above has 2 drawbacks: 1. It splits the page into 16 parts. but that is part of the example. Still i cant figure out a way to split the file into 2 parts only. 2. secondly the split page is