open(PRINCE, "| prince --debug --javascript --disallow-modify --input=html --log=$pdfLogDir - $pdfOp_Dir");
print PRINCE "$mbody";
close(PRINCE);
read-open /tmp/PRINCEFILE--05172012-2:29:50.pdf: No such file or directory
while creating pdf file it's not able to write the file. how to resolve this issue ?
print PRINCE "$mbody";
close(PRINCE);
read-open /tmp/PRINCEFILE--05172012-2:29:50.pdf: No such file or directory
while creating pdf file it's not able to write the file. how to resolve this issue ?