Forum Moderators: phranque
html files are text only, no images. They are parts of a phone directory which I format as html using asp. Only text, tables and css are used.
I've used Acrobat distiller, from Acrobat 5, using 72dpi resolution and not embeding the fonts. Before playing with distiller setings, the pdf was over 12MB.
What I'm I missing here? The old phone directory pdf with the same information, converted from M$ Word was under 100k.
Here are my styles (I know, not the best css you've seen):
thead {
display: table-header-group;}
tfoot {
display: table-footer-group; }
.header, .footer {
text-align : center;
vertical-align : middle;
border : 1;
font-size : 16px;
border-style : solid;
font-family : Arial, Helvetica, sans-serif;}
.footer {
font-size : 10px;
font-style : bold;}
.small td {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
border-style : dotted none none none;
border-top-width : 1px;
background : fff; }
.normal td {
font-family: arial, helvetica, sans-serif;
font-style: normal;
font-size: 12px;
border-style : none;}
.employeelist td {font-family: arial, helvetica, sans-serif;
font-style: normal;
font-size: 12px;
border-style : dotted none none none;
border-top-width : 1px;}
I don't understand quite what you're using when you say Distiller.
Could you elaborate on the actual process you use to make the file?
I have Acrobat installed and I can print a webpage using Acrobat PDFWriter (one of my printer options)
I can print (from IE 6) this WW page we're on as about a 20K pdf file.
I don't understand quite what you're using when you say Distiller.Could you elaborate on the actual process you use to make the file?
I have Acrobat installed and I can print a webpage using Acrobat PDFWriter (one of my printer options)
I can print (from IE 6) this WW page we're on as about a 20K pdf file.
RossH:
This is the process I follow:
- open page in browser, IE 5.5
- File - print
- select acrobat distiller from list of printers
- change settings if required (like changing print quality to 72 dpi from the advanced settings in the "paper/quality" tag, or the pdf settings from the Adobe pdf settings tag.
I've printed this thread page and it's 42k.