From: FerSantaFe on
hi all,

I'm trying to build an application over Coldfusion that implements a
conversion from a pdf into a Flashpaper document. The only way I had found to
do that is using FlashpaperConnect.dll that comes with Contribute 3. My problem
is that I need to run ColdFusion over Linux and Contribut does not have a Linux
version.

Question:

Is there any library for linux with the same function of FlashpaperConnect.dll?
Anybody know another way to implement this kind of conversion that could work
in linux?

Thanks,

FerSantaFe

From: Darshan Oza. on
I am also developing a similar kind of library application wher I have arnd
doc_name and doc_id in DB. My requirement is to design a CF template which
reads doc_id passed to it via form, query the DB for the doc_name (doc_name
can be .xls / .pdf / .doc) and render the fileto FlashPaper.

I used
<cfdocument format="FlashPaper" src="sample.pdf" mimetype="application/pdf">
</cfdocument>

It renders the flashpaper but the text in it is junk. The text look like a
..pdf file opend in notepad.

Any help would be appreciated.

Darshan Oza. Technical Associate Automated Workflow Pvt. Ltd. 14/1, MEG
Officers' Colony, Banaswadi Main Road, Bangalore - 56 00 33. ) : +91 93438
68628 ( : 080 2546 7241 ? : 080 2549 0576 * : darshan(a)aworkflow.com
Transforming the Way People Work.
----- Original Message -----
From: FerSantaFe
Newsgroups: macromedia.coldfusion.advanced_techniques
Sent: Tuesday, September 12, 2006 9:47 PM
Subject: PDF to FlashPaper 2


hi all,

I'm trying to build an application over Coldfusion that implements a
conversion from a pdf into a Flashpaper document. The only way I had found
to
do that is using FlashpaperConnect.dll that comes with Contribute 3. My
problem
is that I need to run ColdFusion over Linux and Contribut does not have a
Linux
version.

Question:

Is there any library for linux with the same function of
FlashpaperConnect.dll?
Anybody know another way to implement this kind of conversion that could
work
in linux?

Thanks,

FerSantaFe