Page 1 of 1

Rotate button in zviewer/flexpaper previewer ?

PostPosted:Tue Mar 29, 2011 8:55 am
by spacer76
Hi,

We are testing OpenKM with our digitized CAD archive.
*Most* of the papers were 'portrait' scanned to a tif image were the drawing on the paper is in landscape.
Importing the archive works like a charm but when previewing an image we can't rotate an imported scanned (tif) cad drawing.

Is there some hidden rotate button in zviewer/flexpaper or another possibility to rotate documents while previewing ?

Re: Rotate button in zviewer/flexpaper previewer ?

PostPosted:Tue Mar 29, 2011 3:31 pm
by jllort
There's no hidden button by us, these are the parameters:
Code: Select all
{
            		SwfFile : pdfUrl,
				  	Scale : 0.6, 
				  	ZoomTransition : "easeOut",
				  	ZoomTime : 0.5,
  				  	ZoomInterval : 0.1,
  				  	FitPageOnLoad : false,
  				  	FitWidthOnLoad : true,
  				  	PrintEnabled : printEnabled,
  				  	FullScreenAsMaxWindow : false,
  				  	ProgressiveLoading : true,
  				  
  				  	PrintToolsVisible : printEnabled,
  				  	ViewModeToolsVisible : true,
  				  	ZoomToolsVisible : true,
  				  	FullScreenVisible : true,
  				  	NavToolsVisible : true,
  				  	CursorToolsVisible : true,
  				  	SearchToolsVisible : true,
  				    localeChain: "en_US"
  	  			  }, 
  	  			  {
  	  	  			quality:"high",
  	  	  			bgcolor:"#ffffff",
  	  	  			allowscriptaccess:"sameDomain",
  	  	  			allowfullscreen:"true"
  	  	  	  	  }, 
  	  	  	  	  {
  	  	  	  	  	id:"FlexPaperViewer",
  	  	  	  	    name:"FlexPaperViewer"
  	  	  	  	  });
This question might be exposed to flexpaper as a future feature if it's possible to be done, because really we're previewegin swf file.

In other hand we're finishing to create a preview based on images. Here we'll can do some rotation.

Re: Rotate button in zviewer/flexpaper previewer ?

PostPosted:Tue Mar 29, 2011 4:56 pm
by spacer76
jilort

... is there any chance on giving a time scheme when the previewer based on images will be finished ?
At the moment we have 180k scans so going over every scan to rotate it by hand would be a huge task ...

PS rotation is accepted is a future enhancement in flexpaper. (see http://code.google.com/p/flexpaper/issues/list)
PS II with multipage tiffs only the first page is previewed

Re: Rotate button in zviewer/flexpaper previewer ?

PostPosted:Wed Mar 30, 2011 6:40 pm
by pavila
If you have a lot of scanned documents and want to rotated them, it can be done from command line with ImageMagick for example. Also I'm sure there are several graphical application than can manage batch image rotation. Or you don't want to make to persist rotation and only wan't for the preview? In this case, we can also help you.

In relation with the TIFF issue, please attach one in this thread to make some test.

Re: Rotate button in zviewer/flexpaper previewer ?

PostPosted:Thu Mar 31, 2011 10:45 am
by spacer76
@Pavilla,

I send you a pm with an url of a multipage tiff.
As it is possible company sensitive info I would'nt post it here.

Re: Rotate button in zviewer/flexpaper previewer ?

PostPosted:Tue Apr 05, 2011 2:16 pm
by pavila
Ok I got it. Please, read my pm for the other questions.

I've filled a issue report at http://issues.openkm.com/view.php?id=1601.