Categories > OpenTBS general >

Create a web preview of OpenTBS Downloads

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: John Porter
Date: 2014-03-06
Time: 19:31

Create a web preview of OpenTBS Downloads

I have a few downloads in MS Word, Excel and PowerPoint working well with OpenTBS.  Is there a way to use that same code and generate it toward an HTML template and are there examples I can follow?
By: Skrol29
Date: 2014-03-06
Time: 21:36

Re: Create a web preview of OpenTBS Downloads

Hi,

I don't get it, can you explain a bit more ?
By: John Porter
Date: 2014-03-06
Time: 21:44

Re: Create a web preview of OpenTBS Downloads

Sure.  For example I have a document (MSWord) which has a few tables and a few charts.  I would like to instead of producing this only in MSWord format make it also available into HTML template.  So I guess the real question here can I take a php OpenTBS source file and point it to a template file which is HTML rather than MS Word.
By: Skrol29
Date: 2014-03-06
Time: 22:11

Re: Create a web preview of OpenTBS Downloads


An HTML page has no "pages".
An HTML page has no embedded images.
An HTML page has no chart.
So those objects cannot be merged in an HTML template, or at least not the same way Ms Word templates.

But you can put in common the PHP code for merging tables, some sections, some fields.

By: John Porter
Date: 2014-03-06
Time: 22:20

Re: Create a web preview of OpenTBS Downloads

Ok thanks