-1
I have a document and every time I need to change information in it I need to do all this procedure that I will explain lowers again, I would like a solution that would make it easier to convert Word to PDF.
Problem: I have a system of proposals that has "templates" in Word documents for every proposal we have need to be changed depending on the proposal, these documents have text pictures, tables, etc.
Resolution: What I did to resolve the problem was to convert Word documents to .odt and then open them with PHP and replace the strings I want.
The problem I have at the moment is that when there is a change in a document I have to convert again and put all the strings on the right site that takes a lot of time, because the documents are on average 18 pages.
Does anyone know any way to alter documents more quickly and effectively to later be generated the PDF of the same.
At first I thought to use the tcpdf library but it would take much longer to pass everything that is in the documents to PDF, the solution I present was the fastest I could but it is still very time consuming.
Hello @Anderson. Try creating an example of how to use, why does your solution fit the AP case? For questions about how the answer template works, see []
– Caputo
Thank you for the reply at this time already use that system my question is not in the conversation to PDF.. But how to edit word documents simply and quickly through PHP in k I am currently using Str_replace
– Ricardo Soares