Hello,
I got problem with splitting pdf files (PDF file that got more than 10 pages to separate pdfs).
I am trying to use pdfseparate or cpdf.
I got rule to monitor folder, if there is a new PDF run shell script.
Shell script:
cpdf -split $1.pdf -o %%_ $1 .pdf
and I got error all the time, the same problem with pdfseparate (i think that the problem is caused by name of the new file)
any help?