[LinuxFocus-icon]
<--  | վ���ͼ  | ����  | ����

���� | �����ڿ� | ���� | ����LF
This document is available in: English  ChineseGB  Francais  

Gerrit photo
by Gerrit Renker
<gerrit.renker(at)gmx.de>

��������:
�� Gerrit �Ӵ� C �� Linux �����ſ�ʼϲ����ʹ�õ��ԡ�
Ŀ¼:

 

LF tip: �� KDE ��� kprinter һ��ʹ�� Adobe Acrobat Reader 7

[Illustration]

ÕªÒª:

����һ��С���ɣ������ڿ�ʼ��LinuxFocusÿ�¶��������ṩһ�������ļ��ɡ� ��������й���ЩС���ɵ����뷨���뷢�ʼ�����guido(at)linuxfocus.org��

_________________ _________________ _________________

 

����

Acrobat 7 ������������ Linux ������ˣ����Ǹ��ܺõ� PDF �Ķ����� ���ҵ��ǣ���ӡ�ĵ�ʱ������ KDE ϵͳ����kprinter ���ò£©½ï¿½ï¿½ï¿½ï¿½ï¿½Ó¡ï¿½ï¿½ï¿½ï¿½ï¿½Í½ï¿½ï¿½ï¿½ï¿½ï¿½Ä¼ï¿½ï¿½ï¿½É¾ï¿½ï¿½ï¿½Ë¡ï¿½  

����취

дһ���ű�����������һ����ʱ�ļ���postscript ���������Ȼ����ɴ�ӡ����ɾ����
#!/bin/sh
# save this as /usr/local/bin/printerScript
# and make it executable with: chmod 755 /usr/local/bin/printerScript
## create temporary file
tmp="/tmp/postscript-print-$$.ps"
[ -f "$tmp" ] && exit 1
## save the file to a new name which will not be deleted by acroread.
## the first argument is the file name of the postscript file
cp  "$1"  $tmp
## start the KDE printer frontend on this file
kprinter  $tmp
## clean up afterwards
rm -f     $tmp
##
������һ���� acroread ��Ĵ�ӡ���������Ľ�����
[acroread printer config panel]
 

����ƪ���·�������

ÿƪ���¶��и��Եķ���ҳ�档�����ҳ����������ύ���ۣ�Ҳ���Բ鿴�������ߵ����ۣ�




��ҳ��LinuxFocus�༭��ά��
© Gerrit Renker
"some rights reserved" see linuxfocus.org/license/
http://www.LinuxFocus.org
������Ϣ:
en --> -- : Gerrit Renker <gerrit.renker(at)gmx.de>
en --> zh_CN: �� <daxiawj{at}gmail.com>

2005-07-07, generated by lfparser version 2.52