House of Fusion
Home of the ColdFusion Community
Hostmysite VPS Hosting

Search cf-talk

September 06, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   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         

Subscribe Now
Fusion Authority Quarterly Update - ColdFusion 8 Special Edition

For ColdFusion hosting try HostMySite.com.
Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

Form to TIFF?

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Melissa Cope
04/29/2008 12:12 PM

We have a client that wants a form that, after pressing the submit   button, converts the form information to a TIFF. Is this possible? I   know there are ways to convert forms to PDFs... would it be possible   to convert it to a PDF *then* a TIFF? We're running CF7. Thanks!

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Andy Matthews
04/29/2008 01:00 PM

Melissa... Don't want to be cliche, but is there a specific reason they want a TIFF file? I'm sure it can be done, but I'd be more interested in their reasoning. Is it so that it interfaces with some other piece of software more easily? We have a client that wants a form that, after pressing the submit button, converts the form information to a TIFF. Is this possible? I know there are ways to convert forms to PDFs... would it be possible to convert it to a PDF *then* a TIFF? We're running CF7. Thanks!

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Melissa Cope
04/29/2008 04:17 PM

Yep, Andy... that's exactly the reason. They're used to scanning in written forms and saving them in their cataloguing program as TIFFs. They may have the ability in the future (with new software) to use PDFs, but for now it's TIFFs or nothing. >Don't want to be cliche, but is there a specific reason they want a TIFF >file? I'm sure it can be done, but I'd be more interested in their >reasoning. Is it so that it interfaces with some other piece of software >more easily?

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Andy Matthews
04/29/2008 04:31 PM

By the way... If you're not adverse to using the underlying Java language, there's libraries out there to save TIFF files: http://asprise.com/product/javatiff/ andy Yep, Andy... that's exactly the reason. They're used to scanning in written forms and saving them in their cataloguing program as TIFFs. They may have the ability in the future (with new software) to use PDFs, but for now it's TIFFs or nothing. >Don't want to be cliche, but is there a specific reason they want a >TIFF file? I'm sure it can be done, but I'd be more interested in their >reasoning. Is it so that it interfaces with some other piece of >software more easily?

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Billy Cox
04/29/2008 05:28 PM

When I saw 'form to TIFF', I figured that the client wants to fax the form contents. Melissa... Don't want to be cliche, but is there a specific reason they want a TIFF file? I'm sure it can be done, but I'd be more interested in their reasoning. Is it so that it interfaces with some other piece of software more easily? We have a client that wants a form that, after pressing the submit button, converts the form information to a TIFF. Is this possible? I know there are ways to convert forms to PDFs... would it be possible to convert it to a PDF *then* a TIFF? We're running CF7. Thanks!

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Gerald Guido
04/29/2008 07:50 PM

There is Image.cfc and cfx_image. I don't know if they write to tiff. I have a bunch of code that uses cfx_image that I can dig up for you if need be. Let me know. hth G On Tue, Apr 29, 2008 at 12:11 PM, Melissa Cope <mcope@cade1.com> wrote: ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Melissa Cope
04/30/2008 08:22 AM

I'd looked into image.cfc already and it does not handle TIFFs. I appreciate your suggesting cfx_image though it doesn't appear to handle TIFFs either (and it only runs on Windows where we're running Linux.) >There is Image.cfc and cfx_image. I don't know if they write to tiff. I have >a bunch of code that uses cfx_image that I can dig up for you if need be. >Let me know.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Gerald Guido
04/30/2008 09:01 AM

If you are on linux you might want to look at Imagemagick and/or GD. I know that there a tons of libraries for them. They where (when I was doing PHP) the defacto image libraries. I imagine that you could call them using CFexecute but you might want to look at some of the php libraries as they will have a lot of the leg work done for you. Another option would be to use the native CF image libraries like image.cfc to render a jpeg or ping and see if you can convert it to tiff using either Java or the above libraries. hth. G On Wed, Apr 30, 2008 at 8:22 AM, Melissa Cope <mcope@cade1.com> wrote: ----- Excess quoted text cut - see Original Post for more -----


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists