Edit document with database information and open print dialog - PHP

0

I'm developing my CBT, basically I have a document with fields that are populated with information from my database, I'm doing this with PHP's 3DOCXTYPE, however I need it right after the documents are edited with the data to open a dialog to the generated document.

How can I do this?

    
asked by anonymous 01.11.2018 / 00:40

1 answer

0

I think the easiest method is through javascript ... When you're finished you open this box and put the command window.print() , so it will open and the print box will appear ...

    
01.11.2018 / 00:50