how to merge two pdf file in java, second file content should start after first file content ends.
Copy link to clipboard
Copied
i need solution to merge two pdf file in one, and merge should be like second page content should start after first file content end, not from new page. using adobe library if any solution exist please help me.
Copy link to clipboard
Copied
Server side solution?
Copy link to clipboard
Copied
yes or if you have client side also fine
Copy link to clipboard
Copied
Very important difference. Acrobat Pro can be used to do this (via OLE API, not direct Java) but this is for personal use, does not work in background app. For a server you can look at Adobe PDF Library, licensed by DataLogics. C API.
Copy link to clipboard
Copied
so it is possible that second pdf content will start from where first pdf content end. and i want solution for dynamic pdf.
any idea how to download JAR for Adobe PDF Library so before buying license, i can try in my local.
Copy link to clipboard
Copied
You seem to be talking about just joining two PDF files into one. This is a normal process.
Contact DataLogics http://www.datalogics.com/ for sales and demo information. I said it is a C API. Maybe there is Java too, check Datalogics' web site.

