Export to Powerpoint

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Export to Powerpoint

    hi all, I'm trying to export data from browser to powerpoint using ColdFusion.
    I'm able to export all in one slide, Does any one knows a way where I can set
    number of slides(in ColdFusion) I want to dispaly the data in. Thanx in
    advance Sanjay

    Sanjay k Guest

  2. Similar Questions and Discussions

    1. director export to avi - animation not playing during export
      I have a simple W3d that I've imported into director. I put a rotation behaviour on it. The animation plays in director fine. But when I export it...
    2. Export from InDesign to Powerpoint(keeping colour) (I know, I know ...)
      > My advice is still solid. You might want to spend some time with someone who knows Ppt as well as you know ID and Acrobat. You will be...
    3. Powerpoint
      I have two links on a page. One goes to an excel spreadsheet and the other goes to a powerpoint. If you click on the excel it prompts you to...
    4. Export file from DirectorMX to PowerPoint
      Client wants a program in which files are listed for the end-user. The end-users will check the files they like and then click a magical button...
    5. MX and PowerPoint
      Hi- I wanted to import a power point file into one of my movies. I am making and interactive cd and I would like to have the power point presentation...
  3. #2

    Default Re: Export to Powerpoint

    How are you exporting the content to power point? can you provide the code snippet? Are you using any third party tool to do that?

    my clone Guest

  4. #3

    Default Re: Export to Powerpoint

    Well, I am going on the assumption that you are using COM to access PowerPoint,
    but I'm not sure. If you are using COM then you can use Slides.Add (which
    returns a Slide object). Hope this helps.

    Keith

    klaforc Guest

  5. #4

    Default Re: Export to Powerpoint

    Client requirement has changed from ppt to pdf and i figured it. But I would
    like to know how ppt export thing can be done(slide by slide) to export it to
    Powepoint is just ctcontent tag. <cfcontent type='application:ms-powerpoint'>
    It dumps HTML to one powerpoint slide, I want to set the slides. Sanjay I'm
    not using any COM

    Sanjay k Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139