Hello.
thanks for reading my post, i have a question and i want to know if someone could help me
when I want to create a pdf document with convert i use the next command
convert *.jpg out.pdf
and with this command i put every jpg in one pdf, but if i have 120-150 jpg the computer just hang.
there is a way to solve that problem?
there is a way to append jpg to a pdf file that already exist?
thanks for reading my problem, THANKS a lot
convert pdf
Re: convert pdf
> but if i have 120-150 jpg the computer just hang.
Try this command:
The convert command will run, albeit slowly, but it should not have a major impact on your system while its running.
Try this command:
- convert -limit memory 1 -limit map 1 *.jpg out.pdf
The convert command will run, albeit slowly, but it should not have a major impact on your system while its running.
Re: convert pdf
thanks, but there is a way to append a .jpg to a pdf file? that would help me too
thanks
thanks