java - How to copy header and footer from one pdf to another -
i need create report in pdf in java. report being created in 2 steps. 1. create textual part of report on first page (with header/footer) 2. create graphic part of report in next page. (using itext pdf) graphics part, need copy header/footer first page , add other pages. can guide me how can achieve in itext or other similar library.
Comments
Post a Comment