Hi,
is there a way to insert a new table in a specific page of an existing Docx file (so using CreateDocxFromTemplate method)?
Thanks
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowHi,
is there a way to insert a new table in a specific page of an existing Docx file (so using CreateDocxFromTemplate method)?
Thanks
Hello,
You can use DOCXPath to insert new contents (and also replace, remove, move and other tasks) at specific positions of a document: after or before some content or tag. For example, at the beginning of a section, after some specific existing content... We recommend you to check the documentation available on https://www.phpdocx.com/documentation/introduction/docxpath and the included samples.
Regards.