
Search found 4 matches
- Mon Feb 25, 2019 12:59 pm
- Forum: NConvert
- Topic: Getting error when converting pdf to jpeg
- Replies: 7
- Views: 3001
Re: Getting error when converting pdf to jpeg
thanks, xall extracts all pages with page name in the end of the name, i guess ill have to come up with some renaming algo to get the last page only .. best way would be if there was a way to check which page number is the last page then extract only that page but this will work for now 

- Mon Feb 25, 2019 11:02 am
- Forum: NConvert
- Topic: Getting error when converting pdf to jpeg
- Replies: 7
- Views: 3001
Re: Getting error when converting pdf to jpeg
on that note i got a followup question, in xnconvert i can check convert all pages from multipage file and i figured the option for nconvert might be -multi but that does not seem to produce more then one page even though my pdf is 3 pages.
i always want to extract the last page in my automated ...
i always want to extract the last page in my automated ...
- Mon Feb 25, 2019 10:43 am
- Forum: NConvert
- Topic: Getting error when converting pdf to jpeg
- Replies: 7
- Views: 3001
Re: Getting error when converting pdf to jpeg
oh! Well that worked fine :)
i got confused because when i exported the bat file from xnconvert it told me to use -o for format
this is what i got from xnconvert:
nconvert -rotate 90 -ratio -rtype lanczos -resize 650 600 -o jpeg -q 80
so i edited it to this:
nconvert -rotate 90 -ratio ...
i got confused because when i exported the bat file from xnconvert it told me to use -o for format
this is what i got from xnconvert:
nconvert -rotate 90 -ratio -rtype lanczos -resize 650 600 -o jpeg -q 80
so i edited it to this:
nconvert -rotate 90 -ratio ...
- Mon Feb 25, 2019 8:03 am
- Forum: NConvert
- Topic: Getting error when converting pdf to jpeg
- Replies: 7
- Views: 3001
Getting error when converting pdf to jpeg
Hello
I've been using xnconvert for abit to convert pdfs to jpeg files and it's been working great but now i want to automate the process so i figured i'd have a go with nconvert but i'm not getting anywhere ..
I'm doing a simple convertion using
nconvert -o jpeg 1.pdf
but when it runs i get an ...
I've been using xnconvert for abit to convert pdfs to jpeg files and it's been working great but now i want to automate the process so i figured i'd have a go with nconvert but i'm not getting anywhere ..
I'm doing a simple convertion using
nconvert -o jpeg 1.pdf
but when it runs i get an ...