Page 1 of 1
flexpaper
PostPosted:Tue Nov 20, 2012 1:30 pm
by shaardu
Hey,
Flex paper doesnt seem to work, it just keep rotating at 100%...should we do some changes for it to work, it works in the demo.openkm.com, it works perfectly!
openkm 6.2 community version.
Regards
Re: flexpaper
PostPosted:Thu Nov 22, 2012 11:39 am
by pavila
Flexpaper in Professional is not the same version because it uses the professional version of Flexpaper, but should work well. The main difference is the possibility of disable preview printing. Please, attach an screenshot of the problem to be fixed.
Re: flexpaper
PostPosted:Fri Nov 23, 2012 6:34 am
by shaardu
Thanks Pavila, I got it fixed.. We need to use the following command in the pdf2swf line...I got this from another thread
Code: Select all${fileIn} -o ${fileOut} -f -T 9 -t -G -s storeallcharacters
I have no idea what the above line does but it works!!!
Re: flexpaper
PostPosted:Sat Nov 24, 2012 2:08 am
by macjaeger
The -T 9 option sets the flashversion in the created swf-file; for some reason flexpaper needs this set right.
Re: flexpaper
PostPosted:Sat Nov 24, 2012 11:41 am
by jllort
Here
http://wiki.swftools.org/wiki/Main_Page all available all pdf2swf variables. Yes as you observate flexpaper has problems with flash file upper than version 9.
Re: flexpaper
PostPosted:Mon Dec 17, 2012 8:38 pm
by gijsh
Flexpaper works well with OpenKM 6.2.1 Community. even the printing works, but (1) the printing uses landscape format (2) the default page image is very broad (something like 260%).
Question: is it possible to customize Flexpaper within OpenKM?
Re: flexpaper
PostPosted:Tue Dec 18, 2012 7:22 pm
by jllort
There's some parameters at Util.java there's the method createPDFViewerFlexPaper with some parameters, there we can change some flexpaper configuration if you told us which do you think will be good parameters we can study add there.
Re: flexpaper
PostPosted:Sat Dec 22, 2012 1:33 pm
by gijsh
For the time being, I see two possible enhancements:
[*]The text is now zoomed in too much (254 %) I would like something like 150% better: then the text is readable and there is an overview of about half page, so figures and layout look better.
[*]When printing the page(s) the paper setting should be A4, portrait. It would be better if FlexPaper would follow the the default settings on the printer. Now changing of the printer settings has no effect on the output from Flexpaper.
Maybe it is possible to customize this using the configuration page in the administration menu of OpenKM? I am an end user, no developer, so your references to Java do not tell me very much.
Re: flexpaper
PostPosted:Mon Dec 31, 2012 9:49 am
by pavila
Perhaps you need to report these kind of enhancements to Flexpaper people.
Regards.