|
|
|
Chris, thanks for quick respond!
printing in confluence is special page mode
The following parameter can also be a new property of any gfx object (along with such properties, as width, font and height)
I believe the last time I looked, Confluence doesn't offer a way to detect the 'print mode' from within the Macro. Unfortunately, this means that we wont know when a user is in print mode.
We might be able to use stylesheets to help with this, since I believe some browsers can be directed to use a different stylesheets when printing. Some info here: I think, CSS is right way, but it is indended to solve other aspects of printing problems.
Howewer, there is Visibility plugin with macro hide-if this plugin parses page URL parameters {hide-if:display=default}
{gliffy:Image=png}
{hide-if}
{hide-if:display=printable}
{gliffy:Image=swf}
{hide-if}
One more question about CONFLUENCEPLUGINSUPPORT-34 CONFLUENCEPLUGINSUPPORT-34 once again
When printing my diagram from the editor, there is also small dot printed at the top-left corner of each element's bounding rectangle |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Possible solution is to create a flash based viewer which will render fonts exactly the same. The only problem with a flash based viewer is that we don't know if we'll be able to print.