opentbs icon indicating copy to clipboard operation
opentbs copied to clipboard

With OpenTBS you can merge OpenOffice - LibreOffice and Ms Office documents with PHP using the TinyButStrong template engine. Simple use OpenOffice - LibreOffice or Ms Office to edit your templates :...

Results 18 opentbs issues
Sort by recently updated
recently updated
newest added

Standard open and close chars are: "[" and "]", when it's changed to another for example: "{" and "}" picture replacement don't work correctly. There is hard coded "[" and...

Hi im trying to use a array of images like in the demo example, but i.m having some problems. I´m using the same code of the demo but i cant...

Hyperlinks in Excel template are recorded in element. This PR adds support for keeping updated correctly when rows/cells are added as a result of the calls to `MergeBlock`. Merged cells...

Hello! It would be great to have a kind of field or tag that we can use in docx or odt documents to merge external URL fields. Something like this,...

enhancement

Similar to what's already done in https://github.com/Skrol29/tinybutstrong/pull/7

I've added class constants to resolve the problem that we have to use a class_exists before using the OPENTBS_PLUGIN constant. New / Additional usage: `clsOpenTBS::OPENTBS_PLUGIN`. That will trigger the autoloading...

Hi, I have the problem that my version of Libreoffice sometimes likes to insert superfluous text:span elements. The problem is that this result in OpenTBS failing to substitute tag. For...

This pull-request addresses the following things on top of #20. The things are only tested with a recent LibreOffice and a text-document. See also issue #16. - change the mime-type...

Is there support for time-zones for date-time formatting? Nice-to-have would also the support of the DateTimeInterface of PHP, which then would come with its builtin timezones. Of course, I always...

Is there any support for number locales different from EN/US? I know I can tell OpenTBS with e.g. ope=tbs:percent (or curr, etc.) that field is numeric. However, the number itself...