I want to split a PDF page because it scanned two page at the time and I found this useful command:
convert in.pdf -crop 50%x0 +repage -density 400 out.pdf
But now I want this command to skip spliting some pages and use them in the final repage result as they are.
Are there any command or a way to do so?