You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Igor Gelman <ig...@jaisaninc.com> on 2006/08/04 22:18:40 UTC

Question?!

How I can change the size of the column in the existing report, which 
was embeded into our reporting system

I have Adobe Convertoer Parameter String:  -q%1%2

and batch file:

@ECHO OFF

rem %~dp0 is the expanded pathname of the current script under NT
set LOCAL_FOP_HOME=
if "%OS%"=="Windows_NT" set LOCAL_FOP_HOME=%~dp0
@echo %LOCAL_FOP_HOME%

set LIBDIR=%LOCAL_FOP_HOME%lib
set LOCALCLASSPATH=%LOCAL_FOP_HOME%build/fop.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xml-apis.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xercesImpl-2.2.1.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xalan-2.4.1.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\batik.jar
set 
LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\avalon-framework-cvs-20020806.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\jimi-1.0.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\jai_core.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\jai_codec.jar

rem -Xmxn
rem Specify the maximum size, in bytes, of the memory allocation pool.
rem This value must a multiple of 1024 greater than 2MB.
rem Append the letter k or K to indicate kilobytes, or m or M to 
indicate megabytes.
rem The default value is 64MB.
rem Examples:
rem    -Xmx83886080
rem    -Xmx81920k
rem    -Xmx80m

rem Warning: It is usually unwise to increase the memory allocated to the
rem JVM beyond the amount of physical RAM, as this will generally cause
rem significantly slower performance.

java -Xmx128m -cp %LOCALCLASSPATH% org.apache.fop.apps.Fop %1 %2 %3 %4 
%5 %6 %7 %8 -c conf/userconfig.xml


But how change column size - not clear?
________
Thanks
IG


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org