no, I don't want to print double-sided document. 
let me explain it: 
imagine you have empty page with just one big image inside 'body' element: 
<body> 
   <img src="..." style="width: 3000px; height: 2200px;" />
</body>

lets say it looks like this:

<http://why.net.pl/tmp/0.png>

and you want to print WHOLE image. So you'd expect your printer to print 
something like this: 

<http://why.net.pl/tmp/1_.png>

but instead of this I'm getting something like this printed: 

<http://why.net.pl/tmp/2_.png>
so it's not whole image. 
of course my problem is not about image but very big HTML form that has 
fixed width and height. This form cannot be resized. Fields on this form 
cannot be positioned differently, they are positioned with absolute 
positioning and they have to stay in their places. 
So my question is: 
   what do I have to do in order to print wide elements that won't fit in 
one page (when it comes to element's width)?

as I previously mentioned I already use gwt-print-it.





W dniu wtorek, 18 września 2012 16:36:45 UTC-4 użytkownik jchimene napisał:
>
> Are you using @media css?
> http://www.w3.org/TR/CSS2/page.html#page-selectors
>
> On Mon, Sep 17, 2012 at 12:29 PM, Jan Przybylo 
> <jan.pr...@gmail.com<javascript:>
> > wrote:
>
>> I print big form that has fixed dimensions. If I'd use Letter parer size 
>> it should fit in 4 pages (2 pages wide and 2 pages high). 
>> I already started using PrintIt class (gwt-print-it) and it solves most 
>> basic problems for me. 
>> But when I try to print whole big form it only prints top left as the 1st 
>> page and top bottom as the 2nd page leaving the right side not printed. 
>>
>> Does anyone know proper way of printing wide big pages?
>> -- 
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/O6LWSBf8EE0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to