Joery

Results 6 comments of Joery

I'm guessing the team is still hard at work and not yet 'close enough to set a date' but still, is there any ballpark guess ? Like are we talking...

I keep having the same error no matter what .ppt file I throw at it. ``` $pptReader = \PhpOffice\PhpPresentation\IOFactory::createReader('PowerPoint97'); $presentation = $pptReader->load($path_to_file); ``` Results in errors like: `PhpOffice\PhpPresentation\Exception\FeatureNotImplementedException: The feature...

> Could you give us a sample file for improving the library ? Sure, Got this example file from the internet myself. Had to zip it becaus github would not...

Update: This is usable if you copy all assets from within the app/ folder to your drupal-web-dir folder (default web/ but I set mine to be htdocs/) I found a...

Hi, thank you for your reply. OS: Windows 10 64bit Composer version: 1.6.2 This is my composer file: ``` { "name": "intracto/paranoiatest", "description": "Add a new blanco site", "type": "project",...

I retested this in debian linux (via vagrant) and also had en error, I will open a separate issue for this (so this can remain a windows issue)