House of Fusion
Home of the ColdFusion Community

Search cf-talk

December 02, 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 31       

Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

ColdFusion 8 Developer Edition, CFDOCUMENT, and watermark png argh!

  << 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:
Pete Ruckelshaus
08/27/2008 07:57 PM

I've used CFDOCUMENT before, but this is the first time with CF8.  I'm using developer edition on my dev workstation (Windows XP/IIS/CF 8.01), and am getting the following error: Watermark image file is invalid. Ensure that watermark.png is located in the proper directory and has not been corrupted. There is a watermark.png file in c:\coldfusion8\lib\ , which I assume is the file that cfdocument is looking for.  I looked at the .png file and it's just a blank image, 1800x800 pixels. Has anyone else had this issue, and if so, how did you resolve it?  I never had this problem in CF7... Thanks, Pete

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
William Seiter
08/27/2008 08:10 PM

Pete, Would you please post the code you are using to the forum so that we can better assist you. William ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Pete Ruckelshaus
08/27/2008 08:22 PM

Sure, I boiled it down to the bare minimum for debugging purposes: <cfdocument  format="PDF"> <cfoutput> Test #now()# </cfoutput> </cfdocument> ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Pete Ruckelshaus
08/27/2008 08:49 PM

Just to be sure I don't have a corrupt watermark.png file, could someone email me the watermark.png file from the lib directory in their CF8 install? Thanks! Pete On Wed, Aug 27, 2008 at 8:17 PM, Pete Ruckelshaus <pruckelshaus@gmail.com>wrote: ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
William Seiter
08/27/2008 10:52 PM

Just to make certain that I understand this correctly.  You are not declaring what you want the watermark to be, cfdocument format=PDF is automatically trying to create a watermark for you? I wonder if this is a limitation on the developer version of CF that you have come across.  I would do a search on the Coldfusion8 directory for that watermark file and then if it exists, just replace it with a blank .png file called 'watermark'. William ---------------------------------- William Seiter ColdFusion Web Developer / Consultant http://william.seiter.com Free Website Trade Publication >> Website Magazine http://www.websitemagazine.com/referrals/?id=51344&f=text2 Don't forget to answer the survey questions, it's a 10 second task , a very small request  for access to this  incredible resource. ::-----Original Message----- :: ::Sent: Wednesday, August 27, 2008 5:18 PM ::To: CF-Talk ::Subject: Re: CF8 Developer Edition, CFDOCUMENT, and watermark.png...argh! :: ::Sure, I boiled it down to the bare minimum for debugging purposes: :: ::<cfdocument  format="PDF"> ::<cfoutput> ::Test #now()# ::</cfoutput> ::</cfdocument> :: ::On Wed, Aug 27, 2008 at 8:05 PM, William Seiter <william@seiter.com> ::wrote: :: ::> Pete, ::> Would you please post the code you are using to the forum so that we can ::> better assist you. ::> ::> William ::> ::> >I've used CFDOCUMENT before, but this is the first time with CF8.  I'm ::> using ::> >developer edition on my dev workstation (Windows XP/IIS/CF 8.01), and ::am ::> >getting the following error: ::> > ::> >Watermark image file is invalid. ::> >Ensure that watermark.png is located in the proper directory and has ::not ::> >been corrupted. ::> > ::> >There is a watermark.png file in c:\coldfusion8\lib\ , which I assume ::is ::> the ::> >file that cfdocument is looking for.  I looked at the .png file and ::it's ::> >just a blank image, 1800x800 pixels. ::> > ::> >Has anyone else had this issue, and if so, how did you resolve it?  I ::> never ::> >had this problem in CF7... ::> > ::> >Thanks, ::> > ::> >Pete ::> ::> :: ::

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Pete Ruckelshaus
08/27/2008 11:14 PM

Yes, it's the developer edition and by default it puts a "Not a production license" type of watermark in place.  I do have a blank watermark.png file in the proper place (tried that first), but I'm assuming that it might be looking for a specific file size or something like that. Pete ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Wil Genovese
08/28/2008 12:38 AM

----- Excess quoted text cut - see Original Post for more ----- Pete, I just sent you my watermark file.  It's definitely NOT supposed to be blank. It reads "Adobe ColdFusion Developer/Trial Edition Not for Production Use" and is 19,997 bytes in size on my Mac. Cheers, Wil Genovese Sr. Web Application Developer

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Andrew Scott
08/28/2008 03:20 AM

Well the only thing I can say to this thread. That is your fault (not you directly) for replacing files in the core Coldfusion code application, mark this as a gentle reminder to everyone else. Play with fire and expect to be burnt.. Sorry couldn't resist. -- Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 9015 8628 Mobile: 0404 998 273

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Pete Ruckelshaus
08/28/2008 07:24 AM

Uh, I didn't replace or modify in any way the files in the core coldfusion application code. Thanks for playing, though, really.  You're a winner no matter what. Pete On Thu, Aug 28, 2008 at 3:15 AM, Andrew Scott <andrew.scott@aegeon.com.au>wrote: ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Andrew Scott
08/28/2008 11:14 AM

LoL, Sorry I did try not to imply you did, it was more a case of what could happen if you do. And the dangers it poses. -- Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 9015 8628 Mobile: 0404 998 273 Uh, I didn't replace or modify in any way the files in the core coldfusion application code. Thanks for playing, though, really.  You're a winner no matter what. Pete


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

Mailing Lists