EBS 打印机——psata命令行FNDPASTX

When using the Pasta utility from the command line, you can use the options below.

FNDPSTAX [options]

-c
specifies the number of copies to print.
-el
Specifies the error log file’s path and name. The path is the absolute path to the error
log file.
-f<lename>
specifies the input file name. Example: -fmyfile.txt
-F
Specifies the configuration file’s path and name.
-h
Adjusts the space between lines. The default value is 1.0. If is larger than 1, the
space between lines will be larger.
-w
Adjusts the space between characters. The default value is 1.0. If is larger than
1.0, the space between characters will be larger.
-l
Print in landscape mode. (The default is portrait).
-o<lename>
specifies the output file name.
-s
Overrides the font size option in pasta.cfg.
-bs
Overrides the font size in -s and fontsize for bold font.
-np
No print option.
-ph
specifies the paper height in inches.
-pw
specifies the paper width in inches.
-pform
Converts a PostScript file to a PrintForm file .
-pf
specifies a PrintForm file to be merged in a Pasta output at runtime.
-pn
specifies the printer name.

-t
Banner option for use with the Unix lp command.
-v
Displays the version number.
-x<ps|text.[charset|
auto]>
Specifies the output format. Two output formats are supported: PostScript ("ps") and
text ("text").

Example:

$ FNDPSTAX -pn Printer007 -f /tmp/kanban.zpl -c1
request id is Printer007-900 (1 file(s))

Posted by Vikram
Das 
at 1:22
PM
 

有价值参考链接:http://oracleappstechnology.blogspot.com/2008/05/pasta-printing.html

时间: 2024-09-20 08:05:33

EBS 打印机——psata命令行FNDPASTX的相关文章

使用WMIC从命令行对Windows的全面管理

从Windows 2000开始,WMI(Windows 管理规范)就是Windows系统管理的重要组成部分.WMIC是Windows Management Instrumentation Command-line的简称,在WMIC出现之前,要从命令行访问WMI数据库或WMI名称空间不是一件容易的事情.现在,WMIC利用WMI强大的功能把系统管理扩展到了命令行. 一.什么是WMIC? WMIC扩展WMI,提供了从命令行接口和批命令脚本执行系统管理的支持.在WMIC出现之前,如果要管理WMI系统,必

CMD命令行高级教程精选合编合集_DOS/BAT

目录第一章 批处理基础第一节 常用批处理内部命令简介1.REM 和 ::2.ECHO 和 @3.PAUSE4.ERRORLEVEL5.TITLE6.COLOR7.mode 配置系统设备8.GOTO 和 :9.FIND10.START11.assoc 和 ftype12.pushd 和 popd13.CALL14.shift15.IF16.setlocal 与 变量延迟(ENABLEDELAYEDEXPANSION / DISABLEDELAYEDEXPANSION启动或停用延缓环境变量扩展名.)

【原创】memcached 中的命令行参数解析

     本文主要是以 memcached 源码为例,讲解如何在 linux 下解析命令行参数.  安装 memcached 后,查看其可用选项:  ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 [root@Be

WinRAR命令行参数整理

我的实例: 将D:/wk.doc压缩为:final.rar d:/winrar/rarad:/final.rard:/wk.doc 将final.rar中的wk.doc解压到F:盘 rared:/final.rarF: 将final.rar转换成自解压文件 rarsfinal,rar(默认转换到同级目录下了) 给自解压文件(.exe)添加注释(设置默认解压路径等) rarc-zwk.txtd:/final.exe 直接创建自解压文件: rara-sfxd:/cc.exed:/cc.txt 用法:

还在用命令行查问题吗?云监控提供30余种服务器监控指标,等你来用!

主机监控功能上线啦 排查这些问题,你还在用命令行查询服务器各项指标吗?历史快照怎么拿?想要预警怎么办?烦死宝宝啦. 云监控为阿里云用户提供主机监控功能,一键安装插件后,即可查看30余个监控项的监控图表,设置报警更是天然支持~~也可以安装在非 ECS 的服务器上,有没有很开心~ 立刻使用主机监控 进程监控介绍 进程监控默认为您采集最近一段时间内活跃进程消耗的CPU使用率.内存使用率,以及进程的文件打开数.如果您添加了进程关键字,还会采集包含关键字的进程个数. 如果您查询的时间范围内,Top5的进程

使用 Apache Commons CLI 开发命令行工具示例

概念说明 Apache Commons CLI 简介         Apache Commons CLI 是 Apache 下面的一个解析命令行输入的工具包,该工具包还提供了自动生成输出帮助文档的功能.     Apache Commons CLI 支持多种输入参数格式,主要支持的格式有以下几种: POSIX(Portable Operating System Interface of Unix)中的参数形式,例如 tar -zxvf foo.tar.gz GNU 中的长参数形式,例如 du

在Linux下通过命令行来操作使用Dropbox

  Dropbox是一款非常好用的免费网络文件同步工具,是Dropbox公司运行的在线存储服务,通过云计算实现因特网上的文件同步,用户可以存储并共享文件和文件夹.Dropbox提供免费和收费服务,Dropbox的收费服务包括Dropbox Pro 和 Dropbox for Business.在不同操作系统下有客户端软件,并且有网页客户端. 当你在电脑A使用Dropbox时,指定文件夹里所有文件的改动均会自动地"同步"到 Dropbox的服务器,当下次你在电脑B需要使用这些文件时,你只

命令行下Apache日志统计举例

原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 .作者信息和本声明.否则将追究法律责任.http://chenguang.blog.51cto.com/350944/1414820 Apache日志统计举例 加些来了解一下如何统计Apache的访问日志,一般可以用tail命令来实时查看日志文件变化,但是各种的应用系统中的日志会非常复杂,一堆长度超过你浏览极限的日志出现在你眼前时,你会觉得非常无奈,怎么办呢?这时可以用grep.sed.awk和sort等筛选工具帮助你解决这个问题.

命令行工具2

1,自己做的一个命令行工具  执行结果: