• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

PDF to SWF?

LEGEND ,
Oct 03, 2006 Oct 03, 2006

Copy link to clipboard

Copied

I need to convert pdf's to swf's on the CF server systematically. Any way to
do that? Can Flashpaper do this somehow?


TOPICS
Advanced techniques

Views

459

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 09, 2006 Oct 09, 2006

Copy link to clipboard

Copied

<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@thisandthat.com> wrote in message
news:efu0ga$btb$1@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?
>
>


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 09, 2006 Oct 09, 2006

Copy link to clipboard

Copied

LATEST
Thanks Darshan! We've got it working via some Applescript.

Bill

"Darshan Oza." <darshan@aworkflow.com> wrote in message
news:egdau0$d5e$1@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@thisandthat.com> wrote in message
> news:efu0ga$btb$1@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?
> >
> >
>
>


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation