Size: 206
Comment:
|
Size: 453
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#acl AdminGroup:read,write EditorGroup:read All:read | #acl AdminGroup:read,write |
Line 5: | Line 5: |
SiaProgrammingPython <<TableOfContents(2)>> |
|
Line 13: | Line 17: |
{{{#!python #!/usr/bin/env python import os,glob filelist=glob.glob('*.pdf') for f in filelist: psfilename=f.split('.')[0]+'.ps' cmd='pdftops '+f+' '+psfilename print cmd os.system(cmd) }}} |
I/O
Interaction with the operating system
Module sys