Hi,
i want to create 2 KDE-Service Menus. One to converting Images into PDF and one to extract the Image of a PDF File to uncompressed TIF Files. The command line for teh first is:
when i use this to convert one file, it creates a odf fuile with one page - ok. but when i use it to convert 2 or more files the pdf has more pages then input images. lets say i have 2 images (001.jpg and 002.jpg). in the pdf i have 3 pages (001.jpg - 002.jpg and 001.jpg again). the same with 3 input pages: 001.jpg 002.jpg 003.jpg 001.jpg 002.jpg. here i have 5 and not 3 pages. whats wrong with that?
the second:
with
Code: Select all
convert -format tif input.pdf output.tif
i get a multi-image tiff. but i want to extract every page of the pdf file to an individual if file. with
Code: Select all
convert -format tif input.pdf output
the output isn't tif, its png.
LittleKI