문제

I have in my linux:

1.pdf 2.pdf 3.pdf 4.pdf ... n.pdf

Which find -exec (with convert command) to use in order to connect all pdf into a single one?

output.pdf

so far i used

convert 1.pdf 2.pdf output.pdf

but i'm trying to have it working for n pdf files.

thanks

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top