Displaying 1 result from an estimated 1 matches for "xpstopdf".
Did you mean:
epstopdf
2015 Jul 01
0
pdf-printer
...;");
?? system("rm -f \"/tmp/$targetfile\"");
}
# *********************** end of part inputfile = pdf ***********************
## Enable the sections you want to use below here.?
# *********************** start inputfile = oxps ***********************
# extra dependecy:?? xpstopdf (to convert to pdf)?? (package : libgxps-utils )
#@files = </tmp/$RANDOM/*.oxps>;?????????????????????????????????????????????
#foreach $file (@files) {
#? $targetfile = substr $file, rindex($file, '/') + 1;
#? $targetfile = substr $targetfile, 0 , index($targetfile, '.');
#...