Changeset 1368
- Timestamp:
- 12/17/08 12:44:16 (5 years ago)
- Files:
-
- 1 modified
-
trunk/MapFish/server/java/print/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MapFish/server/java/print/README
r1287 r1368 32 32 33 33 Example of command (from the directory SVNROOT/server/java/print/print-standalone): 34 java - cp target/print-standalone.jar org.mapfish.print.ShellMapPrinter --config=samples/config.yaml --spec=samples/spec.json --output=$HOME/print.pdf34 java -Djava.awt.headless=true -cp target/print-standalone.jar org.mapfish.print.ShellMapPrinter --config=samples/config.yaml --spec=samples/spec.json --output=$HOME/print.pdf 35 35 36 36 Behind a pylons component
