Search found 1 match

by prabhatk1906
2018-02-28T01:27:13-07:00
Forum: Users
Topic: Office docs fail to convert
Replies: 14
Views: 31068

Re: Office docs fail to convert

Command:
cat sampleppt.pptx | convert - pptimage.jpeg
giving error : convert: no decode delegate for this image format `' @ error/constitute.c/ReadImage/509

while,
Command:
convert sampleppt.pptx pptimage.jpeg
runs fine and produces "n" images from "n" different pages of this file.

Also,
Command ...