[REQ] PDF splitter

  • Thread starter Thread starter OVACAM
  • Start date Start date
O

OVACAM

Hi !
I'm looking for a freeware that could split a pdf file (of x pages) into x
pdf files (of 1 page).
Thanks in advance.

Cordialement,
Hervé LOTH
--
O.V.A.C.A.M.
Office de la vie associative et culturelle
d'Amiens Métropole
2, rue Flatters 80000 AMIENS
Tél : 03 22 92 50 59 / Fax : 03 22 92 89 46
site : www.ovacam.asso.fr
 
In
OVACAM said:
Hi !
I'm looking for a freeware that could split a pdf file (of x pages)
into x pdf files (of 1 page).
Thanks in advance.

Hi Hervé,
Try using mbtPDFasm by Thierry Schmit:
http://thierry.schmit.free.fr/dev/mbtPdfAsm/mbtPdfAsm2.html

Build a batch file with X lines like the following:
mbtpdfasm -mfile-to-split.pdf -dpageI.pdf -pI
where I runs from 1 to X (number of pages in file-to-split.pdf)
Cordialement,

également ;-)
 
Hi Hervé,
Try using mbtPDFasm by Thierry Schmit:
http://thierry.schmit.free.fr/dev/mbtPdfAsm/mbtPdfAsm2.html
Build a batch file with X lines like the following:
mbtpdfasm -mfile-to-split.pdf -dpageI.pdf -pI
where I runs from 1 to X (number of pages in file-to-split.pdf)

Merci Patrick !

Cordialement,
Hervé LOTH
--
O.V.A.C.A.M.
Office de la vie associative et culturelle
d'Amiens Métropole
2, rue Flatters 80000 AMIENS
Tél : 03 22 92 50 59 / Fax : 03 22 92 89 46
site : www.ovacam.asso.fr
e-mail : (e-mail address removed)
 
OVACAM said:
I'm looking for a freeware that could split a pdf file (of x pages) into x
pdf files (of 1 page).
I use GhostScript for that (and a lot of other things) ...
GhostView is a graphical user interface for GhostScript.

Ciao,
Bernd
 
Back
Top