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

ArticleCategory: [Choose a category, translators: do not translate this, see list below for available categories]

SystemAdministration

AuthorImage:[Here we need a little image from you]

Gerrit photo

TranslationInfo:[Author + translation history. mailto: or http://homepage]

original in en Gerrit Renker

en to zh_CN ��

AboutTheAuthor:[A small biography about the author]

�� Gerrit �Ӵ� C �� Linux �����ſ�ʼϲ����ʹ�õ��ԡ�

Abstract:[Here you write a little summary]

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

ArticleIllustration:[One image that will end up at the top of the article]

[Illustration]

ArticleBody:[The main part of the article]

����

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]