Conversion between file formats.
14
votes
5answers
8k views
Split pages in pdf
I have a scanned pdf file which has scanned two pages on one virtual page (page in pdf file).
The resolution is with good quality. The problem is I have to zoom when reading and drag from left to 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 ...
4
votes
2answers
4k views
How get the best quality when converting from mp4 to avi with ffmpeg?
When I use this, the quality doesn't look bad.
ffmpeg -same_quant -i video.mp4 video.avi
In the ffmpeg documentation is written: "Note that this is NOT SAME QUALITY. Do not use this option unless ...
3
votes
2answers
313 views
jpg to pdf without data loss
Trying to make such things:
1st step:
convert img.jpg img.pdf
2nd step:
pdfimages -j img.pdf img1
Comparing source and extracted images in HEX shows difference. How to make such conversion ...
3
votes
1answer
1k views
Convert .bdf/.pcf font to .psf(u) for using as consolefont?
I am using Arch Linux.
Is it possible to convert a BDF or PCF font to a PSF font for use in console/CONSOLEFONT in rc.conf?
I haven't found anything that can do it,except bdf2psf which I got the ...