Hi! I want to merge all pages of the pdf document into one page using IText.
That's how I do it:
...
PdfImportedPage page = Pdfwriter.getImportedPage(reader, currentPageNumber);
...
cb.addTemplate(page, 0, pageY);
...
But result pdf document has some horizontal line (see screenshot) at the end
of each merged page.
For me it's very important  to have nice and smooth 1-page document. Can
somebody tell me how should I merge this pdf pages or how can I delete this
line?

Screenshot:
<http://itext-general.2136553.n4.nabble.com/file/n4657645/Line_break_IText_red_one.jpeg>
 

Yours sincerely, Sergey.



--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/How-to-remove-line-between-merged-pages-tp4657645.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to