Forum


Replies: 3   Views: 1787
One file, two formats (docx and pdf) will the layout be pretty similar.
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by didiergm  · 11-10-2019 - 17:24

My application generates reports with tables, bulleted lists, centered paragraphs etc .. from data contained in a postgresql database. Dependingn on the end user, the report will be generated as a docx plus possibly a pdf. Can I be reasonnably certain that both layouts will be very very similar ?

 

Thanks in advance

Didier

 

 

Posted by admin  · 11-10-2019 - 18:36

Hello,

Yes, using an Advanced or a Premium license both documents (DOCX and PDF), will be very very similar (identical in most cases) following just some good practices.

Regards.

Posted by didiergm  · 12-10-2019 - 04:49

Thanks Admin 

This leads to 2 further questions

  1. The "good practices" you mentioned, are they documented somewhere  ? 
  2. when you say that the output will be very similar (if not identical) does this apply regardless of the transformation method ? (I am mostly interested in native PHP method as I develop under Linux but will have to deploy under windows)