From: Bill Horvath on 3 Oct 2006 11:44 I need to convert pdf's to swf's on the CF server systematically. Any way to do that? Can Flashpaper do this somehow?
From: Darshan Oza. on 9 Oct 2006 16:44 <cfobject type="com" name="FlashPaper" class="FlashPaperConnect2.object.2" action="create"> <cfset FlashPaper.BeginConversion("c:\source.doc or source.pdf or source.xls","c:\destination.swf",0,210,297)> For this, you need to have the DLL FlashPaperConnect.dll registered successfully on the coldFusion server. The dll file is registered when you install Macromedia Contribute 3 or DWMX 8 "Bill Horvath" <bill(a)thisandthat.com> wrote in message news:efu0ga$btb$1(a)forums.macromedia.com... > I need to convert pdf's to swf's on the CF server systematically. Any way to > do that? Can Flashpaper do this somehow? > >
From: Bill Horvath on 9 Oct 2006 12:15 Thanks Darshan! We've got it working via some Applescript. Bill "Darshan Oza." <darshan(a)aworkflow.com> wrote in message news:egdau0$d5e$1(a)forums.macromedia.com... > <cfobject type="com" name="FlashPaper" class="FlashPaperConnect2.object.2" > action="create"> > <cfset FlashPaper.BeginConversion("c:\source.doc or source.pdf or > source.xls","c:\destination.swf",0,210,297)> > > For this, you need to have the DLL FlashPaperConnect.dll registered > successfully on the coldFusion server. > The dll file is registered when you install Macromedia Contribute 3 or DWMX > 8 > > "Bill Horvath" <bill(a)thisandthat.com> wrote in message > news:efu0ga$btb$1(a)forums.macromedia.com... > > I need to convert pdf's to swf's on the CF server systematically. Any way > to > > do that? Can Flashpaper do this somehow? > > > > > >
|
Pages: 1 Prev: CFCHART: Multiple series date (line) chart Next: cfinvoke. |