Ivan Lanin
f5f03a5b2b
Emulate \ZipArchive::extractTo for PCLZip
2014-04-18 02:58:38 +07:00
Ivan Lanin
9c738f7eae
Refactor Element\Image and some samples
2014-04-16 09:50:56 +07:00
Ivan Lanin
20b363f00e
Remove local path from sample and add DomPDF in `composer.json` `require-dev`
2014-04-16 07:54:55 +07:00
Ivan Lanin
3cb6d86e22
Unit tests for PDF writer; Enable `zip://zipFilename#archiveFilename` construct for image source
2014-04-16 07:50:39 +07:00
Ivan Lanin
413f5e88d8
Change PDF Core to AbstractRenderer
2014-04-14 10:07:35 +07:00
Ivan Lanin
580a61a832
Basic PDF Writer #68
2014-04-14 00:28:15 +07:00
Ivan Lanin
15ca8f294c
Merge branch 'develop' into html
2014-04-13 22:11:31 +07:00
Ivan Lanin
19a69e2c39
Basic HTML writer
2014-04-13 22:04:07 +07:00
Ivan Lanin
89f42884c6
Merge branch 'master' of https://github.com/brunocasado/PHPWord into 'develop'
2014-04-13 17:37:54 +07:00
Ivan Lanin
47669f501a
Ability to create custom list #10 and to read list definition from DOCX
2014-04-11 17:08:47 +07:00
Ivan Lanin
0ccea9620c
Merge remote-tracking branch 'upstream/develop' into xml-reader
2014-04-09 18:48:04 +07:00
Ivan Lanin
2cdad4b247
Reader: Ability to read header, footer, footnotes, link, preservetext, textbreak, pagebreak, table
2014-04-09 18:13:43 +07:00
Roman Syroeshko
9c9f7eb7c6
NULLs changed to lowercase to meet PSR.
2014-04-08 22:00:36 +04:00
Roman Syroeshko
f049c48c59
[FIXED] Namespacing.
2014-04-08 21:58:00 +04:00
Roman Syroeshko
191d37b280
Leading backslashes in global function/constant calls were removed.
2014-04-08 21:56:18 +04:00
Ivan Lanin
50e9e0f029
Merge branch 'develop' into #160-element-container
2014-04-06 11:44:37 +07:00
Ivan Lanin
eb7f0a3543
Merge remote-tracking branch 'upstream/develop' into #189-pyreweb
2014-04-06 00:42:40 +07:00
Ivan Lanin
a84171de42
Merge branch 'master' of https://github.com/Pyreweb/PHPWord into #189-pyreweb
2014-04-06 00:41:36 +07:00
Ivan Lanin
61885e0d37
Merge branch 'develop' of https://github.com/diego-vieira/PHPWord into #191-diego-vieira
2014-04-05 23:46:13 +07:00
Ivan Lanin
b75403f9a1
Refactor Media, addObject to header and footer
2014-04-04 15:28:35 +07:00
Diego Vieira
e800d96cf9
added clone, delete, replace block #165
...
Because I needed to clone, delete and replace some tables, I added those
functions.
2014-04-04 00:58:42 -03:00
Ivan Lanin
0fc1a06267
Merge all Word2007 relationships writer
2014-04-03 22:09:14 +07:00
Ivan Lanin
237625d22a
Merge branch 'develop' into #160-element-container
2014-04-02 20:02:36 +07:00
Ivan Lanin
51a8628209
Merge #190 , reorder methods (public, protected, private), and add example to Sample_07_TemplateCloneRow
2014-04-02 19:07:28 +07:00
Ivan Lanin
f0ee25f343
Deprecate `createSection` in favor of `addSection`
2014-04-02 11:02:56 +07:00
Ivan Lanin
495930be9d
Add element availability matrix and enable `addObject` in footnote and textrun
2014-04-02 10:05:24 +07:00
Ivan Lanin
07be5eaea3
Adding more functionalities to containers:
...
- Table: Ability to add footnote in table cell
- Footnote: Ability to add image in footnote
- ListItem: Ability to add list item in header/footer
- CheckBox: Ability to add checkbox in header/footer
- Link: Ability to add link in header/footer
2014-04-01 18:36:35 +07:00
Ivan Lanin
0e2f476cc2
Docblock updates
2014-03-30 14:15:23 +07:00
Ivan Lanin
f0803efabb
#156 Merge branch 'master' of https://github.com/ozilion/PHPWord
2014-03-30 03:15:41 +07:00
Ivan Lanin
970cb32b45
Fix deprecated method, unused parts, initial definition, and @method annotation
2014-03-30 01:17:22 +07:00
Ivan Lanin
01f3f4071e
#168 Merge branch 'develop' of https://github.com/jcarignan/PHPWord
...
- Comment header('Content-Length:'): HTTP header should not be in class that can be called via CLI
- Incorporate temporary location to ODT and RTF
- Update documentation
- Add unit tests
2014-03-29 23:56:28 +07:00
Julien Carignan
612ad85773
changed heightRule string to exactHeight bool
2014-03-28 15:21:01 -04:00
Ivan Lanin
255af437f2
Bugfix for footnote reference number and additional feature to insert text break and style the reference number
2014-03-29 01:26:18 +07:00
Julien Carignan
8363ee27d1
table row height rule moved to rowStyle (ivanlanin)
...
new usage: $table->addRow($height, array("heightRule"=>"exact"));
Signed-off-by: Julien Carignan <julien.carignan@hotmail.com>
2014-03-28 13:26:39 -04:00
Julien Carignan
6796883d43
added samples for bgColor and tableRowHeightRules
...
Signed-off-by: Julien Carignan <julien.carignan@hotmail.com>
2014-03-24 14:03:29 -04:00
Ivan Lanin
aff112a13b
Method name & code format for PSR/phpdoc compliance
2014-03-24 03:20:18 +07:00
Ivan Lanin
c7f03ecdf3
#159 #58 Merge branch 'develop' of https://github.com/RomanSyroeshko/PHPWord into develop
2014-03-23 21:10:48 +07:00
Roman Syroeshko
c305273e25
https://github.com/PHPOffice/PHPWord/issues/58 - PNG filename fix.
2014-03-23 10:33:10 +04:00
Roman Syroeshko
ddb6277764
https://github.com/PHPOffice/PHPWord/issues/58 - More fixes.
2014-03-23 10:32:08 +04:00
Roman Syroeshko
0c449a6a0c
https://github.com/PHPOffice/PHPWord/issues/58 - fixes for samples.
2014-03-22 15:36:17 +04:00
Roman Syroeshko
ab96c75b08
https://github.com/PHPOffice/PHPWord/issues/58 - Part VIII (Autoloader).
2014-03-22 10:06:08 +04:00
Roman Syroeshko
8267a9e12f
https://github.com/PHPOffice/PHPWord/issues/58 - Part VI (PhpWord).
2014-03-20 16:54:12 +04:00
Roman Syroeshko
4e546d1a21
https://github.com/PHPOffice/PHPWord/issues/58 - Part IV.
2014-03-19 11:04:48 +04:00
Ivan Lanin
47fa1f0c3b
Bugfix: Preserve text doesn't render correctly when the text is not the first word, e.g. 'Page {PAGE}'
2014-03-17 19:43:38 +07:00
Ivan Lanin
9922f8e319
Closing bracket. Again.
2014-03-15 23:45:31 +07:00
Ivan Lanin
26483df5b2
Closing bracket bug
2014-03-15 23:22:51 +07:00
Ivan Lanin
b35a7995ad
Check requirements
2014-03-15 23:12:35 +07:00
Ivan Lanin
59eec587fc
Convert samples
2014-03-15 22:39:57 +07:00
Ivan Lanin
44d2501293
TextBreak: Allow font/paragraph styling for text break
2014-03-14 22:03:19 +07:00
Ivan Lanin
d3c739eb23
Remove old samples
2014-03-14 04:41:39 +07:00