> Date: Thu, 24 Oct 2024 16:58:30 +0200
> From: Jose Senna <jasse...@mail.com>
> 
>   Michael Brutman said:
>  >  I feel bad shipping a 3MB PDF file on FreeDOS knowing
>  > that  most people are not going to open it under FreeDOS.
> 
>   What are the present means to open a .PDF file
>  under FreeDOS (or any DOS, BTW) ?

There are several options, but i prefer to convert a .PDF to
72 DPI jpeg pages, then use an image viewer.

gs -r72x72 -dGraphicsAlphaBits=4 -dTextAlphaBits=4 -sDEVICE=jpeg
    -dJPEGQ=90 -o page%03d.jpg file.pdf

The AlphaBits options cause ghostscript to use antialiasing.


_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to