diff --git a/samples/officepdf_basic.php b/samples/officepdf_basic.php new file mode 100644 index 0000000..b45d2e6 --- /dev/null +++ b/samples/officepdf_basic.php @@ -0,0 +1,22 @@ +addFile('/path/to/file/document.docx'); + +// process files +$myTask->execute(); + +// and finally download file. If no path is set, it will be downloaded on current folder +$myTask->download(); \ No newline at end of file