Multiple jpg images to ONE pdf trasformation

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2013 11:03 AM
Hi,
the jpgs are store in the same space on repo. I would like to transform them to a single PDF.
ImageMagick support it:
convert jpg1.jpg jpeg2.jpg result.pdf
is it possible to use the onboard transformation service to do this?
The converter use a single document like source of the transformation; any idea or similar experience?
the jpgs are store in the same space on repo. I would like to transform them to a single PDF.
ImageMagick support it:
convert jpg1.jpg jpeg2.jpg result.pdf
is it possible to use the onboard transformation service to do this?
The converter use a single document like source of the transformation; any idea or similar experience?
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2013 05:06 AM
Onboard transformation service can be used only to tranform from a signle file to a signle file ,so you can't achieve your goal by using the onboard transformation.You need do a little customize developing

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2014 10:57 PM
For <a href="http://www.rasteredge.com/dotnet-imaging/image-convert/">converting multiple images</a> into one pdf, I've discovered that this just hangs:
convert page1.jpg page2.jpg file.pdf
whereas this works perfectly fine:
convert page1.jpg page2.jpg +compress file.pdf
Best regards,
Susanna
convert page1.jpg page2.jpg file.pdf
whereas this works perfectly fine:
convert page1.jpg page2.jpg +compress file.pdf
Best regards,
Susanna
