Quote:
Originally Posted by CommanderROR
I need to make them about A5 format with a still readable font size.
|
Depends a a bit what supporting tools you have.
Print HTML to PostScript printer (with A5 page size), and redirect output to file, which you then run through a PS2PDF distiller. (Some experimentation will be needed to decide best scale factor for HTML typefaces).
Do the same, but to directly to PDF printer, after setting it up with correct page size..
Or be weird ... print HTML to TIFF, load TIFF into OCR software, tell OCR to output PDF file of appropriate size and typeface size. (That's really stretching it, that is ...)