Re: PDF Compression Tag/SW
Hello maya, thanks for that hint! But unfortunately I don't know where to set this properties. Such an attribute is neither within the cfdocument nor the cfpdf tag. regards ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315992 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: PDF Compression Tag/SW
Hello Peter, the problem seems to be the adding of a watermark. the customer wants to have a watermark on every pdf-file. The size of this watermark (pdf-file) is about 60KB. But when I add this watermark to a blank pdf-file (about 10KB) using the cfpdf-tag the result is a watermarked pdf with about 400KB. What can be the problem here? Is there any chance to reduce the size of watermarked pdfs? regards ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315927 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Parameters with in CFMX
It works now! Thanks a lot! Greez, Bastian - Original Message - From: Tim Blair To: CF-Talk Sent: Tuesday, September 30, 2003 4:09 PM Subject: RE: Parameters with in CFMX > Is it impossible to use parameters within the Tag? > Or is there somethng wrong in my code? If you're using MX6.1 then there is an incompatibility with the "old" way of sending multipart mails (as you are doing it) and with the new tag. http://tech.badpen.com/index.cfm?mode=entry&entry=2 HTH, Tim. --- OUR NEW SITE IS NOW LIVE Visit our new website at http://www.rawnet.com/ and race around the beautiful Bracknell streets at http://xmas.rawnet.com/ --- Tim Blair Web Application Engineer, Rawnet Limited Direct Phone : +44 (0) 1344 393 441 Switchboard : +44 (0) 1344 393 040 --- This message may contain information which is legally privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any unauthorised disclosure, copying, distribution or use of this information is strictly prohibited. Such notification notwithstanding, any comments, opinions, information or conclusions expressed in this message are those of the originator, not of rawnet limited, unless otherwise explicitly and independently indicated by an authorised representative of rawnet limited. --- [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
Parameters with in CFMX
Hello, I'm in big trouble with . I have a textare to enter a eMail. This eMail is sent to the recipient with the following code: from="#absender_name# <#absender_email#>" subject="#betreff#" server="mail.sdsolutions.de" Port="25"> This is a multi-part message in MIME format. --=_NextPart_000_000C_01C314E8.6E94A770 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable #form.email_text# --=_NextPart_000_000C_01C314E8.6E94A770 Content-Type: text/html; charset=iso-8859-1 #form.email_html# --=_NextPart_000_000C_01C314E8.6E94A770-- That works fine on CF 5. But now we updated to CF MX and the code doesn't work any more. I get the following error message: An exception occurred when setting up mail server parameters. This exception was caused by: java.lang.NullPointerException. Der Fehler trat auf in '\mail_send.cfm: line 105 105 : #email_html# 106 : 107 : Is it impossible to use parameters within the Tag? Or is there somethng wrong in my code?Greetz,Bastian [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
Re: SandBox Problem
Hi Scott, well, i think it is repuired to use siteminder because we want to protect any bad actions of primary CFFILE-Tag. We want our custmoers not be able to use CFFILE to delete, read out and change any files of other customers. But the main reason was a file, with wich you can browse through the whole server and delete every file you want (including the system-files!) And to protect any attacks with this file or concerning this way, we want to be absolutely sure, that this is impossible. greez, Bastian ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
SandBox Problem
Hi, I'm running a ColdFusion Sandbox on our server and it works quite well. But the siteminder is so resource-intensive so that the loading of the websites so so terrible slow... The siteminder-service checks all of the files within a directory (including subdirs). Because of checking also the graphics and databases, wcich is absolutely not neccassary, the speed of our server is bloody slow. Can anybody give me a solution, how i can "tell" the siteminder-services only to check the .cfm/.cfml files? I know, that i can do this with *.cfm within one directory. But do i have to add every directory of my server to the security context to seperate the files or is there any possibility to do that instead of c:/xy/* like c:/xy/*/*.cfm? greez, Bastian ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RDS-Security
Hi, i have a problem concerning the RDS-Security. I try to give everyone of my customers the chance to develope their application on the server directly. For that, i have to set up a RDS-Security, which assigns every customer exactly one directory (including subdirs). For example should customer a only be able to get into the dir c:\customers\a and customer b only into c:\customers\b. I have already a ColdFsuion Sandbox running on my server, which allows to set exactly this rules. But within this SandBox I can only assign one security context to the RDS-Security. Is it possible to set all this rules within only one security context or is there another way to protect the resources of the server while using RDS? greez, Bastian ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
SandBox Security Problems
Hi @all, i'm trying to set up a SandBox Security on our server, but it does not work. After I set the rules and created the policies, I start the SandBox. But now, absolutely no webpage can be found on the server! I get the error-information, that there is an SandBox-Error because of an invalid user or bad password! Where can i set this password? And what password do I have to choose for anonymous visitor's of the sites??? greez cybergnom ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists