ChrisRibe
ChrisRibe
Yep using Needle to get the content works better. Here is the link: https://github.com/tomas/needle And a code example: ``` javascript var needle = require('needle'); var read = require('node-readability'); var url...
> @icy2003 thanks. > I integrated your changes in the develop branch @troosan can you link to where this was integrated. I am looking into setting custom document properties and...
Thanks ! But it seems to have changed a lot or is out of date compared to the current one on the develop branch. https://github.com/PHPOffice/PHPWord/blob/develop/src/PhpWord/TemplateProcessor.php Where you able to set...
If I understand correctly you load the template then replace xml after... It is just not clear how you can proceed to load your template, set your custom property value...
Ah ok I get it. That allows you to figure out what is what and how the xml stucture changes based on set values in the docx. So when using...
@icy2003 https://github.com/icy2003/php/blob/a1d96b23913d34f6e516823c1a5d5b300a4f2ac2/src/iexts/PhpOffice/PhpWord/TemplateProcessor.php#L331 Only has a true/false parameter, that's why I am having a hard time decoding your code. _tempDocumentSettingPart == target template (init on construct). tempDocumentMainPart == seems to be...
@icy2003 thanks for taking the time to explain, I get what you are doing now.
I have the same issue too, the isDraggable property does not seem to work (iOS version 1.3.1 from the compiled download link). http://cl.ly/2y1z2F132P0o I tried recompiling master branch but the...
Ahhh missed what bronerd said the property is draggable NOT isDraggable. Thanks
Humm I seem to have figured out a workaround... On the end event I re-assign the top, left of the e.source to itself.... This seems to allow me to keep...