2hamed
2hamed

Reputation: 9047

how to replace tags in MsWord doc files using php

I have a doc file in which I have some text and formating and in different part of the doc file I have some TAGS (eg. IDS, LABELS, TOTAL, etc.).

Is it possible possible to replace those tags with appropriate text using PHP?
Is there a php class to do this?

Upvotes: 1

Views: 1214

Answers (1)

dev-null-dweller
dev-null-dweller

Reputation: 29462

There is http://phpword.codeplex.com/, you would be interested in templating feature.

Upvotes: 2

Related Questions