Tagged Questions
3
votes
4answers
1k views
convert single-page landscape pdf into rescaled double-page portrait pdf
I'm having trouble using convert to do the following:
I have a bunch of single-page pdf files whose geometry corresponds to a landscape A4 sheet. The actual content is visually split in 2 pages. ...
2
votes
1answer
783 views
Convert a folder of images into a multi-page pdf file usind command line tools?
I have a folder with 100 jpg images. I want to convert these images into a multi-page pdf file, with all the images (cropped to A4 size). They are already in the correct rotation.
Which tools should ...
3
votes
1answer
285 views
Extract graphs from PDFs
I have a situation where I need to extract images from lots of PDF files and display them on a website. My PDFs have "regular" images as well as lots of graphs.
I used pdf2xml and it pulls out the ...
4
votes
4answers
6k views
pdf to jpg without quality loss; gscan2pdf
When I convert a pdf file to bunch of jpg files using
convert -quality 100 file.pdf page_%04d.jpg
I have appreciable quality loss.
However if I do the following, there is no (noticeable) quality ...