Shivaram Mahapatro

Results 5 comments of Shivaram Mahapatro

Resolved the issue by myself. ``` // store in database $press_word_db_path = './uploads/press_part_wise_merge_doc/' . time() . '.docx'; $press_word_path = FCPATH . $press_word_db_path; // Assign the template file to the file...

I am also facing the same issue in Oreo OS. Can anybody resolve the issue?

I have also same problem. bad documentation.

Guys, I have tried all the configurations and all methods that mentioned, but it seems to be nothing worked at all. As I have seen that, the youtube developers team...

If you dont want to the page break, leave the third parameter to blank ``` $docxMerge = \Jupitern\Docx\DocxMerge::instance() ->addFiles(array('fileHeader.docx', 'file1.docx')) ->save('file1Merged.docx', false); ```