Search found 5 matches

by Paulohpmagalhaes
2016-10-09T14:12:25-07:00
Forum: Users
Topic: Convert JPG to PDF in Multiple Pages
Replies: 9
Views: 8112

Re: Convert JPG to PDF in Multiple Pages

The idea would be to use -crop x1580. The last one will be the remainder. If I use: convert c:\temp\example.jpg -crop x1580 +repage c:\temp\example.pdf I will have this: http://ntlh.com.br/wp-content/uploads/2016/10/testeA1.pdf It's almost what I want, I just need in printable format (A4 with margin ...
by Paulohpmagalhaes
2016-10-09T13:35:13-07:00
Forum: Users
Topic: Convert JPG to PDF in Multiple Pages
Replies: 9
Views: 8112

Re: Convert JPG to PDF in Multiple Pages

Thank you again for the reply but I wasn't able to export in PDF like I expected. I have searched in the community, and in the command line reference but still no solution. It seems to work when I export to gif, but not to pdf.. Here is the link of a image of example and the PDF expected (I ...
by Paulohpmagalhaes
2016-10-08T10:15:50-07:00
Forum: Users
Topic: Convert JPG to PDF in Multiple Pages
Replies: 9
Views: 8112

Re: Convert JPG to PDF in Multiple Pages

Thank you again snibgo for the reply.

The "crop" parameter is a improvement, but I would like to have pages in A4 format with margins and centered so People can print in paper. I tried the -page a4 but didin't work with crop.

Any suggestions?
by Paulohpmagalhaes
2016-10-08T08:00:42-07:00
Forum: Users
Topic: Convert JPG to PDF in Multiple Pages
Replies: 9
Views: 8112

Re: Convert JPG to PDF in Multiple Pages

Thanks for the answer.
I want as many pages as needed. It could be one, it could be ten. It will depend on the height of the image which can change...
by Paulohpmagalhaes
2016-10-08T03:53:41-07:00
Forum: Users
Topic: Convert JPG to PDF in Multiple Pages
Replies: 9
Views: 8112

Convert JPG to PDF in Multiple Pages

Hello guys, I have a huge image, lets say 1000x7000 and I would like to convert to PDF, but fit the width in the page and split the height in multiple pages. When I Use the simple command below, the page in PDF is adjusted according the image size: C:\Program Files\ImageMagick-7.0.3-Q16>convert.exe ...