IntelliJ Java IDE
The moose likes Other Open Source Projects and the fly likes Combine multiple pdf files into 1 pdf file? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Combine multiple pdf files into 1 pdf file?" Watch "Combine multiple pdf files into 1 pdf file?" New topic
Author

Combine multiple pdf files into 1 pdf file?

Amandeep Singh
Ranch Hand

Joined: Jul 17, 2008
Posts: 820
Is it possible to combine multiple pdf files into 1 pdf file using javascript ? Any idea. Thanks.


SCJP 1.4, SCWCD 5, SCBCD 5, SCEA-1, Started Assignment Part 2
My blog- http://rkydesigns.blogspot.com
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50691

No. That is not something that can be done in JavaScript.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Amandeep Singh
Ranch Hand

Joined: Jul 17, 2008
Posts: 820
Finally I got it, how it can be done.
We need to install a software called Active pdf toolkit.
Then write js code to ahcieve it. If someone needs code please let me know.
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12612
I don't see how client-side JavaScript is related to this.
 
 
subject: Combine multiple pdf files into 1 pdf file?
 
Threads others viewed
css and javascript
OutOfMemoryError during the pdf report generation
Creating a file from Various chunks of different files in java
Performance Optimization with JS Files........
PDF generation
IntelliJ Java IDE