<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
  <title>TinyButStrong Forum</title>
  <description>TinyButStrong Forum in English</description>
  <link>http://www.tinybutstrong.com/</link>
  <item>
   <title>Re: MS Word Chart Title</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15353</link>
   <description>«  title: (not found) » means you've not set any title yet, the title attribute doe not exists.<br />
<br />
&gt; have not been able to assign a title<br />
<br />
Why ?</description>
   <pubDate>2016-07-28 23:02:16</pubDate>
  </item><item>
   <title>Re: XPS files (XPS is a PDF competitor provided by Microsoft)</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15298</link>
   <description>I'm afraid is is quite impossible to us XPS as template, even if the content is XML.<br />
<br />
Just like PDF, the XPS formats defines a contents by the commands to send to the printer.<br />
Such commands are far away from the syntax of a content that can be edited by human approach.<br />
For example, a piece of text is defined by its absolute position in the page, the name of the font, and where to stop if a picture covers a part of it.<br />
<br />
<br />
<br />
</description>
   <pubDate>2016-05-11 01:12:35</pubDate>
  </item><item>
   <title>Re: VDX creation?</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=14463</link>
   <description>Thank you for taking the time to help me wrap my head around this. I understand about the new visio format i am only focusing on vdx at the moment. I provided a simple vdx file above I do not understand how i could go about even starting a tbs template to generate that code you see above? Any guidance with  a sample using my code above would be a huge help to get me on my way.<br />
<br />
Thank you for your time </description>
   <pubDate>2014-09-19 21:44:29</pubDate>
  </item><item>
   <title>Re: I need to make a xml template that will create a VDX</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=14415</link>
   <description>Thank you for taking the time to help me get this sorted.<br />
<br />
&#91;code]<br />
                                    &lt;TextBlock&gt;<br />
                                                &lt;VerticalAlign&gt;1&lt;/VerticalAlign&gt;<br />
                                        &lt;/TextBlock&gt;<br />
                                        &lt;Text&gt;<br />
                                                &lt;pp IX=&quot;0&quot;/&gt;<br />
                                                &lt;cp IX=&quot;0&quot;/&gt;Awesome&lt;/Text&gt;<br />
&#91;/code]<br />
<br />
<br />
 what needs to be dynamic is the word &quot;Awesome&quot;  That data will change.  All these elements wont change. These &lt;lc:Property Name=&quot;IgnoreTheme&quot; xmlns:lc=&quot;http://www.lucidchart.com&quot;&gt;&#91;]&lt;/lc:Property&gt;  i have no idea what they are doing at this point something lucid implemented.<br />
<br />
<br />
but these elements you see like VisioDocument, Masters, Master,  Shape, shapes etc... this is all part of the visio 2010 schema and is required. Some of the data that you see between the open and closed tag like my example above with the text being awesome that will change. Some tags will not be dynamic i can sort that out. I just need to see an example of how tbs could be used to construct this xml using dynamic data.  <br />
</description>
   <pubDate>2014-08-14 16:50:46</pubDate>
  </item><item>
   <title>Re: error escaping quotes in TBS tags in docx/xlsx</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=14376</link>
   <description>Hi, <br />
I've tried setting             $TBS-&gt;OtbsConvertApostrophes = false;<br />
But everything breaks (if I don't implement my modification). Here are some errors..:<br />
<br />
a field like this, where I've inputed single quotes..<br />
&#91;code]<br />
&lt;w:t&gt;&#91;members3;block=begin;p1=and cr.kind=&amp;apos;R&amp;apos;]&#91;members3.name1]<br />
&#91;/code]<br />
<br />
generates a struct like this<br />
&#91;code]<br />
PRMLIST Array<br />
(<br />
    &#91;block] =&gt; begin<br />
    &#91;p1] =&gt; and cr.kind=&amp;apos<br />
    &#91;R&amp;apos] =&gt; 1<br />
)<br />
 and this SQL..<br />
<br />
        and cr.kind=%p1%<br />
        AND cm.checkin_site_id=1<br />
<br />
we get <br />
<br />
        and cr.kind=&amp;apos<br />
        AND cm.checkin_site_id=1<br />
<br />
&#91;/code]<br />
<br />
<br />
So I am afraid but, apart from CTRL-Z which, as I wrote, is not a viable solution (if any) I don't seem to get around this problem. Even more than XLSX did not get apostrophes subst at the right pass.. <br />
I've put all my code in a neat IF($TBS-&gt;OtbsEscapeApostrophes.. ) should you b e interested.<br />
<br />
Thanks</description>
   <pubDate>2014-08-04 11:20:28</pubDate>
  </item><item>
   <title>Re: RTF to PDF</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=13938</link>
   <description>Hi Steven,<br />
<br />
OpenTBS cannot convert from a format to another. It can only help TinyButStrong to convert certain formats (essentially Ms Office and LibreOffice, not PDF).<br />
<br />
Neither TinyButStrong nor OpenTBS can directly merge PDF template. This is because a PDF content is fixed. For example, a table cannot be extended.<br />
<br />
For producing PDF documents, I use a HTML template merged with TinyButStrong, then I use Html2Pdf to convert it into PDF.<br />
http://html2pdf.fr/en/default<br />
<br />
</description>
   <pubDate>2014-02-28 22:40:41</pubDate>
  </item><item>
   <title>Re: Chart with dates</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=13850</link>
   <description>Hi Skrol29<br />
<br />
If I understand well in order to use this functionality  you have to write sth like this command  in word (&#91;ope=tbs:date]). <br />
<br />
If you want to keep word clear? (I have 150 dates..). I need to change the value of the chart internally with PHP , can I do it with opentbs?<br />
<br />
Personally I would calculate the days with sth like this http://www.php.net/mktime but if there is embeded functionality even better.<br />
<br />
Thanks<br />
<br />
PS I like your scripts here www.skrol29.com :)</description>
   <pubDate>2014-01-02 22:44:03</pubDate>
  </item><item>
   <title>Re: Converting ODT tags to DOCX tags</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=13787</link>
   <description>I'm using an older version of the plugin that predates the tbs:p type method (i.e., I use &quot;text:p&quot; for odt and &quot;w:p&quot; for office).  The plugin works great, just meant that the newer method in which the plugin chooses the correct xml tag based on whether the document is odt or docx doesn't work for me, because I'm on an old version.</description>
   <pubDate>2013-12-06 00:13:06</pubDate>
  </item><item>
   <title>Re: .doc template : End of Central Rirectory Record is not found</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=13697</link>
   <description>ah ... so it makes sense ...<br />
<br />
thanks !</description>
   <pubDate>2013-10-24 14:49:02</pubDate>
  </item><item>
   <title>Re: Charting for Multiple Series</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=13532</link>
   <description>Got it working thank you so much!</description>
   <pubDate>2013-08-21 02:35:08</pubDate>
  </item>
</channel>
</rss>