Hi John,
thank you for your help. As i have tried the software on my computer i didn't notice that it has been working because Microsoft Office was installed. But when i tried it at the office...
Type: Posts; User: mignoncharly; Keyword(s):
Hi John,
thank you for your help. As i have tried the software on my computer i didn't notice that it has been working because Microsoft Office was installed. But when i tried it at the office...
Hi,
well recapped. Thanks
"I think we're almost there. Can you control the name of the output folder? " => No the Output folder is automatically generate and the png inside are numbered.
"And what happens to the files...
Hi,
"you convert pptx to png, does it automatically make one png for each slide, or does it make one png that represents the entire pptx?" => yes it converts automatically 1 png for each slide.
...
Hi,
1) exec would work
2) i have permission to run an executable on the server
3) if you think that 1 PPTX file into an entire PDF is better then we could do so
4) yes i meant one .png per slide...
Ok. What i meant is: the pptx files are in a directory and the code takes each file and converts (using okdo ---i don't know how to call the .exe for the conversion--) it into png(not into pdf...
Hi,
ok thanks ... no there will be different files i.e.
$filespptx = array($file1, $file2, ... $filen);
and every time afile wil be push into the array it wiöö be compared to the earlier...
Hi,
" ... .net might have the data structures directly available to it and/or be extremely well suited to running MO from a shell." exactly but with a batch file. the work has been done by...
This has already been done using asp .net but now I wanted to do it programmatically using php so no need for manual intervention
Hi John,
1.) Actually the files will be uploaded in a directory on the server and fetched (by a script / code) from there for the conversion. And the goal is to broadcast them in the form of pdf...
Hi John,
thank you.
ok. I have tried this way because the others possibilities were not accessible
1) as you said "unless you are prevented from adding needed modules, and/or must do this...
Hi,
sent
Charles
Hi,
OK
how can I attach the file here ... I can't share it via dropbox on this machine(technically problem may be) ... may be the private way will be the best one :)
Charles
Hi John,
It's much appreciated the way you take your time and energy to answer.
When unzipping the files don't you have any "media" folder!?
OK I'll also continue working on it. Thank you
Best...
Hi John,
Thanks for your reply ... it works fine except the fact that each slide has been output
the images are located in Reports/ppt/media but as you said
"how else would the pptx file know...
Hi Beverleyh,
thank you for the links i think they will help me though.
Hi John,
sure i tried with some example file and the information have been displayed like a mess
unfortunately i cant use a web service for that i have to do it progamaticaly with xml and php...
Hi John,
the document is confidential but its about a report on company's progression with images. So iwanted to know if there is apossibility to extract all these info through xml and parse it...
Hey John,
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
// the string variable that will hold the file content
$file_content = "";
Hi,
you can any pptx file of your choice
Thks in advance
Karl
Hi John,
thank for your response.
there was a typo on this line
$data = file_get_contents("./Reports/ppt/slides/" . $slide . ".xml");
instead for $data =...
Hello,
my question may be seems simple but what i really meant is that i have unzipped a pptx file and i m trying to read the xml using php ... here is my code .
i just got a "done (unzipped...