![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to recreate the layout of a newsletter (produced by an OTS page-layout application) that is basically a 2-column design with a quotation in a box that floats between the 2 columns. |
#3
| |||
| |||
|
|
I would only recommend PDF for special cases when you know that a lot of readers (or certain important readers) will want to print the document. |
#4
| |||
| |||
|
|
Stephen Poley <sbpoley (AT) xs4all (DOT) nl> wrote: I would only recommend PDF for special cases when you know that a lot of readers (or certain important readers) will want to print the document. What's wrong with printing HTML? |
#5
| |||
| |||
|
|
Lauri Raittila <lauri (AT) raittila (DOT) cjb.net> wrote: What's wrong with printing HTML? It takes more time to print HTML exactly as intended, on browser end. You cannot control on what size of paper a user will want to print, |
|
For example I had to fight about 15 minutes to get http://www.student.oulu.fi/~atlas/hallitus/jasenet.html fit one A4 when printing with IE6. Dumb idea. What if the user wants to print on A5, or A3? |
|
Also, PDF form is good for long enaugh stuff to need index/toc. There is no way to have page numbers in toc using HTML. CSS2 spec, paged media section. |
#6
| ||||
| ||||
|
|
As I said, I did that in _browser end_. |
|
Also, PDF form is good for long enaugh stuff to need index/toc. There is no way to have page numbers in toc using HTML. CSS2 spec, paged media section. Sure you can have page numbers. But can you have the same page numbers in toc? References to certain pages instead of links? No, you can't. |
|
That was what I meaned. Table of contents is pretty useless if there is neither links to sections, or page numbers. (Of course you can try force fontsize, margins etc, but that will not work, and takes lots of time.) |
|
Other thing is that there is no working way to print tables etc landscape from webpage. |
#7
| |||
| |||
|
|
Stephen Poley <sbpoley (AT) xs4all (DOT) nl> wrote: I would only recommend PDF for special cases when you know that a lot of readers (or certain important readers) will want to print the document. What's wrong with printing HTML? |
#8
| |||||
| |||||
|
|
Lauri Raittila <lauri (AT) raittila (DOT) cjb.net> wrote: As I said, I did that in _browser end_. Learn to write English (really), the above is gobbledygook. |
|
Also, PDF form is good for long enaugh stuff to need index/toc. There is no way to have page numbers in toc using HTML. CSS2 spec, paged media section. Sure you can have page numbers. But can you have the same page numbers in toc? References to certain pages instead of links? No, you can't. Sure you can, as long as you don't' expect the page numbers to match the number of pages, |
|
but that's pointless anyway. A TOC with references to numbered pages works fine without that. |
|
That was what I meaned. Table of contents is pretty useless if there is neither links to sections, or page numbers. (Of course you can try force fontsize, margins etc, but that will not work, and takes lots of time.) Indeed, which is why your "solution" is flawed, the same problems trip up "author intended" PDF printing. |
|
Other thing is that there is no working way to print tables etc landscape from webpage. Pages are printed in portrait or landscape mode, not individual elements, and it's a user selectable mode, not to be touched by authors. |
#9
| ||||||
| ||||||
|
|
Lauri Raittila wrote: HTML document that uses links, but those are not available in print. (they are in some form). With HTML, best you can do is "See section 5 for related information about foo". If your sections are 10 page long, it is not much better than nothing. I disagree, it's a much better approach than using page numbers. Refer to sections and list those in a header and/or footer on every page. This method is also common in classic printed media because it fits the way users use multi page documents. |
|
If I'm referred to section 6.3.4 in a TOC then I look at the total number of sections, if for example it's 12 then I jump directly to a page roughly halfway in the stack and look at the section numbering on that page, I don't start at page 1 and then count pages 1, 2, 3, 4, 5 etc. |
|
Indeed, which is why your "solution" is flawed, the same problems trip up "author intended" PDF printing. Exept that you *can* *force* fontsize, margins etc using PDF. Can you force paper size or printing resolution using PDF? |
|
Other thing is that there is no working way to print tables etc landscape from webpage. Pages are printed in portrait or landscape mode, not individual elements, and it's a user selectable mode, not to be touched by authors. |
|
You mean you don't mind that table will be printed so that one part of table is on other side of paper when it is too wide to fit portait paper, instead of it being made landscape, or whole table layout made differently? User problem, not an author problem. |
|
If you suspect that some users won't be able to print your data in portrait mode then you could include a suggestion to print in landscape mode. |
![]() |
| Thread Tools | |
| Display Modes | |
| |