PDF merge by PDFBox
-
I like to merge PDF by PDFBox component(open source) using vb.net . I found a good article at http://www.vbforums.com/showthread.php?t=462929 . But it(code) makes a problem in page setup when a landscape and a portrait PDF are merge together. For example in merged PDF file takes the page setup of first PDF, if first pdf in portrait format then second pdf also in portrait format , So in merged PDF file content of second PDF cut down. Please help me over come this problem.
-
I like to merge PDF by PDFBox component(open source) using vb.net . I found a good article at http://www.vbforums.com/showthread.php?t=462929 . But it(code) makes a problem in page setup when a landscape and a portrait PDF are merge together. For example in merged PDF file takes the page setup of first PDF, if first pdf in portrait format then second pdf also in portrait format , So in merged PDF file content of second PDF cut down. Please help me over come this problem.
Why don't you ask the people who wrote or use the component you found ? Most people who read this, have never seen PDFBox, so how can we help you ?
Christian Graus Driven to the arms of OSX by Vista.
-
I like to merge PDF by PDFBox component(open source) using vb.net . I found a good article at http://www.vbforums.com/showthread.php?t=462929 . But it(code) makes a problem in page setup when a landscape and a portrait PDF are merge together. For example in merged PDF file takes the page setup of first PDF, if first pdf in portrait format then second pdf also in portrait format , So in merged PDF file content of second PDF cut down. Please help me over come this problem.
Though old message but still thought others would be interested: Its simple, check the api in the documentation : http://www.pdfbox.org/javadoc/org/pdfbox/util/PDFMergerUtility.html[^] or the example at: http://java.dzone.com/news/merging-pdf%25E2%2580%2599s-with-pdfbox[^]