diff --git a/scenario/pdf_operation.php b/scenario/pdf_operation.php new file mode 100644 index 000000000..1e70116eb --- /dev/null +++ b/scenario/pdf_operation.php @@ -0,0 +1,34 @@ +export_pdf(array("anc","acc")); + +$a=$pdf->get_pdf(); +$a->Output("/tmp/t.pdf","F"); + +echo $pdf->get_pdf_filename(); \ No newline at end of file