PPT to PDF

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sean

    #1

    PPT to PDF

    Does anyone know of a way to accept a Powerpoint (PPT) file and
    automatically convert (possibly use the word "print" here) it to a
    PDF? I envision having a file upload form using standard HTML and
    having PHP or possibly perl processing the file upload and saving it
    as a PDF on the server. Thanks in advance for any guidance.

    -Sean

  • R. Rajesh Jeba Anbiah

    #2
    Re: PPT to PDF

    On Jun 6, 9:32 am, Sean <sean.s...@gmai l.comwrote:
    Does anyone know of a way to accept a Powerpoint (PPT) file and
    automatically convert (possibly use the word "print" here) it to a
    PDF? I envision having a file upload form using standard HTML and
    having PHP or possibly perl processing the file upload and saving it
    as a PDF on the server.
    <snip>

    If you just need the text, you may try catppt <http://www.
    45.free.net/~vitus/software/catdoc/with FPDF <http://www.fpdf.org/>

    --
    <?php echo 'Just another PHP saint'; ?>
    Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

    Comment

    • Sean

      #3
      Re: PPT to PDF

      If you just need the text, you may try catppt <http://www.
      45.free.net/~vitus/software/catdoc/with FPDF <http://www.fpdf.org/>
      Unfortunately I need text and images. I was kinda hoping Ghostscript
      could do it, but it doesn't appear to be able to.

      -Sean

      Comment

      Working...