[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[orca-users:09622] Re: A5の帳票をA4で印刷するには
- To: <orca-users@xxxxxxxxxxxxxx>
- Subject: [orca-users:09622] Re: A5の帳票をA4で印刷するには
- From: "medtech" <idk-tec@xxxxxxxxxxx>
- Date: Tue, 23 Jan 2007 09:58:49 +0900
おはようございます。松永です。
> ところで,
>
> #!/bin/sh
> psresize -pa4 -Pa5 | lpr -P rlp1
>
> を,
>
> #!/bin/sh
> psresize -pa4 -Pa5 > /tmp/test.ps
>
> とかって出来ましたっけ.
> (いまはlprng 使ってないんで,試せないんです)
>
> ファイルに落とせたら,それを,lpr -P rlp1 test.ps でどうなりますか?
> それから,差し支えなければ
> このファイルを見せていただけたら,なにか分かるかもしれません.
>
お返事ありがとうございます。リダイレクトして一度/tmpに
落とし、それからlpr -P rlp1 test.psを実行すると
一枚だけ印刷されます。
あと、試した方法があります。フィルタファイルは#!/bin/shと先頭に
書いてあるのでシェルスクリプトと思いリダイレクトして一度/tmpに
落とし、それからlpr -P rlp1 test.psを実行するというようなシェルを
作ってみたのですがやはり3枚でてしまいました。
作ったシェルと.psファイルを添付させていただきます。
よろしくお願い致します。
松永 正人
# End of Document No.1.
--
** An attachment was eliminated. **
The content specification had been as follows:
Content-Type: application/postscript;
name="a.ps"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="a.ps"
# End of Document No.2.
--
** An attachment was eliminated. **
The content specification had been as follows:
Content-Type: application/octet-stream;
name="a5toa4"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="a5toa4"
# End of Document No.3.
--
** An attachment was eliminated. **
The content specification had been as follows:
Content-Type: application/octet-stream;
name="printa5.sh"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="printa5.sh"
# End of Document No.4.
--