Categories > TinyButStrong general >

idea for printing tools

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: tonier
Date: 2009-12-16
Time: 01:57

idea for printing tools

Hi, TBS freak … Do you know how we can create report page that will print perfectly in the sheets of A4 or any papers that usually used by our users? I have used CSS to controlling the width and height of web elements (table), so when it printed the contents will print nicely regarding the size of the paper that chosen by users.

Do you have any technique that might be useful to share? Well, lately I must admit if PHP does not have good printing tools. 
By: Skrol29
Date: 2009-12-16
Time: 10:01

Re: idea for printing tools

Hello,

The base is to use
body
{
   width : 20cm;
   height : 29cm;
}

But you can also use OpenTBS to merge OpenOffice documents, and Word 2007 documents.