VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Fenicexx on November 03, 2015, 09:07:24 AM

Title: Add watermark to ePub
Post by: Fenicexx on November 03, 2015, 09:07:24 AM
Hi,
I would sell the epub.
How can I put a watermark on each page with "order number", "date of purchase" and "username".

I tried to search plugins or scripts php to integrate, but I found nothing.

Some idea?

Thank you
Title: Re: Add watermark to ePub
Post by: jenkinhill on November 03, 2015, 14:55:39 PM
So you are going to generate ePub archives on the fly adding the data to every page file before building the package? Never heard of anyone doing that before. Certainly not something that Joomla or VirtueMart could do.
Title: Re: Add watermark to ePub
Post by: Studio 42 on November 04, 2015, 03:07:36 AM
If you use a PHP class to generate your Epub, you can add some information as order number ....
If you have already generated epub, this is more complex to do.