Nervatura Report client-side printing and file export/import support.
The program uses the Java runtime environment. The program is part of the Nervatura Framework. For Nervatura Framework License please visit to License Agreement.
Program settings:
Function Details
?cmd=help |
Shows this description. The result value: text/html. Example: http://localhost:8080/?cmd=help |
?cmd=vernum |
Returns the version number. The result value: text. Example: http://localhost:8080/?cmd=vernum |
?cmd=list&dir |
Returns a list of files in the Document directory, separated by commas. The result value: text. (List of files or error messages.) Example: http://localhost:8080/?cmd=list&dir=import |
?cmd=rename&fdir&filename&ndir&newname |
Renames/moves the file. The result value: text. ("OK" or error messages.) Example: http://localhost:8080/?cmd=rename&fdir=import&filename=test.pdf&ndir=archive&newname=test.pdf |
?cmd=delete&dir&filename |
Deletes the file. The result value: text. ("OK" or error messages.) Example: http://localhost:8080/?cmd=delete&fdir=import&filename=test.pdf |
?cmd=export&filename&file&dir&encode |
Exporting a PDF file. The result value: text. ("OK" or error messages.)
Example: |
?cmd=upload&dir&filename&encode |
Upload a file. The result value: file. Example: http://localhost:8080/?cmd=upload&dir=import&filename=test.pdf |
?cmd=printers&copies&size&orientation |
Displays a print dialog. The result value: text (selected "printername|copies|size|orientation" or empty string or error messages). Example: http://localhost:8080/?cmd=printers |
?cmd=print&file&printer&filename&copies&size&orientation |
Submit a PDF file to the printer. The result value: text ("OK" or error messages.).
Example: |