Code: Select all
pdftk *.pdf cat output Newpdf.pdfI'm using script to do this and it will exit with out merging the file if any one of the pdf is corrupted.
Is there any way to make the pdftk to merge the pdf files which are in good conditions and exclude corrupted ones ???