Split PDF Files in main.js

Post Reply
congomonster
Member
Posts: 25
Joined: Wed Jul 03, 2013 5:40 pm
Location: Germany
Contact:

Split PDF Files in main.js

Post by congomonster »

Hi,

i'm just trying out the "new" way to code with NodeJS. Is there a way to split a pdf file in Javascript? The documentation gives me a PDF Class:
http://www.enfocus.com/manuals/Develope ... class.html

And i was able to build a little flow which outputs the filename and the pagenumber of the pdf-file to the messages website. Now i was wondering how can i split them in seperate files. For example the pdf has 12 sites then i would split 1, 2, 11, 12 in a seperate file. How can i achieve that?
freddyp
Advanced member
Posts: 1008
Joined: Thu Feb 09, 2012 3:53 pm

Re: Split PDF Files in main.js

Post by freddyp »

Have you tried https://www.enfocus.com/en/appstore/pro ... -pdf-pages?

If your use case is not covered, give more details about how the file should be split and preferably also provide a sample file.
tdeschampsBluewest
Member
Posts: 34
Joined: Tue Jun 01, 2021 11:57 am

Re: Split PDF Files in main.js

Post by tdeschampsBluewest »

Hi Congomonster,
We are actually developping and beta-testing with some of our customer an app for this purpose. Stay tuned in early january!
jan_suhr
Advanced member
Posts: 586
Joined: Fri Nov 04, 2011 1:12 pm
Location: Nyköping, Sweden

Re: Split PDF Files in main.js

Post by jan_suhr »

There is an app for that
https://www.enfocus.com/en/appstore/product/uncover-pdf

It will just do what you want. It will require PDF Toolkit.
Jan Suhr
Color Consult AB
Sweden
=============
Check out my apps
Post Reply