ilhan
ilhan

Reputation: 8995

Filling a word file and converting it to PDF file using PHP

I have a word template. I want to fill it with data and then convert it to PDF file. Is there any easy way to do it with PHP?

Or first converting it to PDF and then filling it?

Upvotes: 0

Views: 922

Answers (1)

Ghigo
Ghigo

Reputation: 2332

Convert your word template to PDF. Then use

http://www.setasign.de/products/pdf-php-solutions/fpdi/

You can import your PDF template and add some content. Then output a PDF.

Check this simple demo:

http://www.setasign.de/products/pdf-php-solutions/fpdi/demos/simple-demo/

Upvotes: 1

Related Questions