Ondřej Žára

Results 503 comments of Ondřej Žára

_From [ondrej.zara](https://code.google.com/u/ondrej.zara/) on March 15, 2010 00:10:54_ Actually, I am thinking about something _completely_ different: the ability to render DB model into a . This would be done by a...

_From [[email protected]](https://code.google.com/u/[email protected]/) on March 15, 2010 01:37:38_ Then you will have to draw tables instead of using Html DOM for them (slower). Besides I'm not sure of IE's support for...

_From [[email protected]](https://code.google.com/u/[email protected]/) on March 15, 2010 01:43:30_ _edit_ this works in chrome : canvas.toDataURL("image/png") window.open(canvas.toDataURL("image/png"),"mywindow"); demo here : http://mrdoob.com/projects/harmony/ But the file is displayed, not prompted to be save...

_From [[email protected]](https://code.google.com/u/[email protected]/) on March 15, 2010 02:00:55_ Following Issue 66 , it would be nice to have 1 page per container... you could achieve this with multiple PNGs, but zipping...

_From [ondrej.zara](https://code.google.com/u/ondrej.zara/) on March 15, 2010 02:17:54_ The "canvas" view won't replace what we have now. Instead, there will be a "print" (or some other name) feature that just renders...

_From [[email protected]](https://code.google.com/u/[email protected]/) on March 15, 2010 05:58:53_ We did drop IE (even IE8) in our business model. We dev under chrome and our clients >must< install firefox (or chrome be...

_From [[email protected]](https://code.google.com/u/[email protected]/) on March 18, 2010 06:55:33_ I refactored my code, so here it is : - src.zip for the raw versions of new files - pdfdiff.txt for all diff...

_From [[email protected]](https://code.google.com/u/[email protected]/) on March 27, 2010 21:10:56_ I believe this can be done completely client-side by using something like jspdf http://jspdf.googlecode.com/svn/trunk/examples/basic.htm As for handling fonts, I think there are clever...

_From [jgxenite](https://code.google.com/u/jgxenite/) on February 15, 2011 08:36:02_ I've just come across this project - a really great visual tool for creating databases. However, I'd like to be able to print...

_From [ondrej.zara](https://code.google.com/u/ondrej.zara/) on February 15, 2011 10:51:13_ Hi, I am still not certain about the optimal approach. Additionaly, my time is extremely limited these days, so I am unable to...