Progi1984

Results 413 comments of Progi1984

@JewrassicPark Firstly, I try to reproduce your first bug (before bug of numerotation); But your code use home made methods, I suppose. So I use this code ``` php $pp...

@JewrassicPark No problem with the SDK Validator and LibreOffice... :S Have you a sample file generated with Powerpoint 2013 with a simple note for looking differences ?

@JewrassicPark I just tried on a PPT2007 and no problem with your code and the generated file.

@JewrassicPark PHPPowerPoint 0.4.0 has been released. I would like to solve your issue for 0.5.0. Could you answer to my question ?

@JewrassicPark Thanks for your feedback So this code could crash Office 2013 : ``` php $pp = new PhpPowerpoint(); $slide = $pp->getActiveSlide(); $note = $slide->getNote(); $text = $note->createRichTextShape()->setHeight(300)->setWidth(600); $text->createTextRun("Any Note");...

@JewrassicPark PHPPowerPoint 0.6.0 has been released. I would like to solve your issue for 0.7.0. Could you answer to my question ?

@JewrassicPark : So this code should be generating a crashed file ? ``` php $pp = new PhpPowerpoint(); $slide1= $pp->getActiveSlide(); // With no notes $slide = $pp->createSlide(); $note = $slide->getNote();...

@JewrassicPark Could you check this bug with the last version of the develop branch ?

@JewrassicPark Shit, i try with a sample code : ``` php // Create new PHPPresentation object echo date('H:i:s') . ' Create new PHPPresentation object' . EOL; $objPHPPresentation = new PhpPresentation();...

@JewrassicPark : Just for keeping the file on Github : [crashesOnStartPowerpoint2013.pptx](https://github.com/PHPOffice/PHPPresentation/files/292150/crashesOnStartPowerpoint2013.pptx) No problem with PowerPoint 2007. And it's valid againt MS Office 2013 format : ![screen shot 05-31-16 at 10...