L'utilisateur peut maintenant choisir d'imprimer sur transparents
darcs-hash:20050706201030-061a7-71ff204e5aef6393b5f5fa4d0767ba14105be548.gz
This commit is contained in:
parent
70e40c9e71
commit
054c6f5ae4
1 changed files with 4 additions and 3 deletions
|
@ -51,11 +51,12 @@ def preliminaires(arguments, description):
|
||||||
while ligne.find('%%EndFeature') == -1:
|
while ligne.find('%%EndFeature') == -1:
|
||||||
ligne = entree.readline()
|
ligne = entree.readline()
|
||||||
ligne = entree.readline()
|
ligne = entree.readline()
|
||||||
#On ne choisit pas le bac d'entree
|
#On ne choisit pas le bac d'entree sauf si transparent
|
||||||
if ligne.find('%%BeginFeature: *InputSlot') != -1:
|
if ligne.find('%%BeginFeature: *InputSlot') != -1:
|
||||||
while ligne.find('%%EndFeature') == -1:
|
if ligne.find('Transparency') == -1:
|
||||||
|
while ligne.find('%%EndFeature') == -1:
|
||||||
|
ligne = entree.readline()
|
||||||
ligne = entree.readline()
|
ligne = entree.readline()
|
||||||
ligne = entree.readline()
|
|
||||||
# On élimine les instructions PJL
|
# On élimine les instructions PJL
|
||||||
# Normalement on n'est pas obligé de retirer le UEL
|
# Normalement on n'est pas obligé de retirer le UEL
|
||||||
# mais c'est plus propre
|
# mais c'est plus propre
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue