Search:

Type: Posts; User: mignoncharly; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    42
    Views
    19,959

    Hi John, thank you for your help. As i have...

    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...
  2. Replies
    42
    Views
    19,959

    Hi, well recapped. Thanks

    Hi,
    well recapped. Thanks
  3. Replies
    42
    Views
    19,959

    "I think we're almost there. Can you control the...

    "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...
  4. Replies
    42
    Views
    19,959

    Hi, "you convert pptx to png, does it...

    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.
    ...
  5. Replies
    42
    Views
    19,959

    Hi, 1) exec would work 2) i have permission to...

    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...
  6. Replies
    42
    Views
    19,959

    Ok. What i meant is: the pptx files are in a...

    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...
  7. Replies
    42
    Views
    19,959

    Hi, ok thanks ... no there will be different...

    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...
  8. Replies
    42
    Views
    19,959

    Hi, " ... .net might have the data...

    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...
  9. Replies
    42
    Views
    19,959

    This has already been done using asp .net but now...

    This has already been done using asp .net but now I wanted to do it programmatically using php so no need for manual intervention
  10. Replies
    42
    Views
    19,959

    Hi John, 1.) Actually the files will be...

    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...
  11. Replies
    42
    Views
    19,959

    Hi John, thank you. ok. I have tried this way...

    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...
  12. Replies
    42
    Views
    19,959

    Hi, sent Charles

    Hi,
    sent
    Charles
  13. Replies
    42
    Views
    19,959

    Hi, OK how can I attach the file here ... I...

    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
  14. Replies
    42
    Views
    19,959

    Hi John, It's much appreciated the way you take...

    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...
  15. Replies
    42
    Views
    19,959

    Hi John, Thanks for your reply ... it works...

    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...
  16. Replies
    42
    Views
    19,959

    Hi Beverleyh, thank you for the links i think...

    Hi Beverleyh,
    thank you for the links i think they will help me though.
  17. Replies
    42
    Views
    19,959

    Hi John, sure i tried with some example file...

    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...
  18. Replies
    42
    Views
    19,959

    Hi John, the document is confidential but its...

    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...
  19. Replies
    42
    Views
    19,959

    Hey John,

    Hey John,



    <?php
    error_reporting(E_ALL);
    ini_set('display_errors', 1);

    // the string variable that will hold the file content
    $file_content = "";
  20. Replies
    42
    Views
    19,959

    Hi, you can any pptx file of your choice Thks...

    Hi,
    you can any pptx file of your choice
    Thks in advance
    Karl
  21. Replies
    42
    Views
    19,959

    Hi John, thank for your response. there was a...

    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 =...
  22. Replies
    42
    Views
    19,959

    How to read xml file using PHP

    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...
Results 1 to 22 of 22