CF Builder Beta 3 Released
CF Builder Beta 3 has been posted on Adobe Labs. Check it out.
A common blog to discuss all PDF related issues of ColdFusion 8.
CF Builder Beta 3 has been posted on Adobe Labs. Check it out.
Posted by Ahamad on Friday, December 18, 2009 47 comments
Hi, Find here the docs for ColdFusion Builder(beta)
Using Adobe ColdFusion Builder -
http://help.adobe.com/en_US/ColdFusionBuilder/Using/index.html
Installing Adobe ColdFusion Builder -
http://help.adobe.com/en_US/ColdFusionBuilder/Installing/index.html
Posted by Ahamad on Tuesday, October 06, 2009 2 comments
Hi, The ColdFusion 9 Documentation is available online, check out the
following links.
Installing Adobe ColdFusion 9 -
http://help.adobe.com/en_US/ColdFusion/9.0/Installing/index.html
Adobe ColdFusion 9 CFML Reference -
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/index.html
Configuring and Administering Adobe ColdFusion 9 -
http://help.adobe.com/en_US/ColdFusion/9.0/Admin/index.html
Developing Adobe ColdFusion 9 Applications -
http://help.adobe.com/en_US/ColdFusion/9.0/Developing/index.html
ColdFusion 9 ActionScript Language Reference -
http://help.adobe.com/en_US/AS3LCR/ColdFusion_9.0/
Posted by Ahamad on Tuesday, October 06, 2009 31 comments
Adobe has released the latest version of ColdFusion 9. Check out here...
http://www.adobe.com/products/coldfusion/
Also, check out the ColdFusion Builder beta — An Eclipse based IDE for
ColdFusion development that is deeply integrated with ColdFusion 9.
Posted by Ahamad on Tuesday, October 06, 2009 2 comments
Adobe® ColdFusion® Builder™ is the highly-anticipated first ColdFusion IDE offered by Adobe. Adobe ColdFusion Builder is an Eclipse based IDE for ColdFusion development that is deeply integrated with ColdFusion 9. Now you can manage your entire ColdFusion development cycle from concept to production all in one easy to use tool.
ColdFusion Builder is now available as part of public beta. Check out http://labs.adobe.com/technologies/coldfusionbuilder/
Posted by Ahamad on Monday, July 13, 2009 2 comments
ColdFusion 9 is now available as part of public beta.
Check out http://labs.adobe.com/technologies/coldfusion9/
Posted by Ahamad on Monday, July 13, 2009 2 comments
With the cfpdf tag you can add/delete watermarks for pdf's.
Here is a very simple example to add a water mark to a pdf.
<cfpdf
action = "addwatermark"
source
= "c:\temp\source1.pdf
"
image
= "c:\temp\image1.jpg
"
foreground = "yes"
isBase64 = "yes"
overwrite = "yes"
pages = "1
"
password = "mypwd"
rotation = "45
"
showonprint = "yes">destination = "
c:\temp\desti1.pdf
">
Posted by Ahamad on Wednesday, March 18, 2009 9 comments
Hi,
This is out!!! A new ColdFusion IDE has been announced at MAX 2008 in day 2 key note. This Eclipse based IDE for ColdFusion development has been codenamed as “Bolt”.
Features of Bolt
• Object Relational Mapping auto-configuration
• Application Code Generation
• Server management
• Easily extensible through the Eclipse framework
• CFML, HTML, Javascript, and CSS Syntax Highlighting
• Code assist for tags, functions, variables, and components
• Code folding
• Snippet creation and management
• Outline viewing
• RDS Explorer for files and databases
• Line-level Debugging
More features to come…
Join the Bolt Prerelease Program - http://www.adobe.com/go/boltprerelease
Posted by Ahamad on Wednesday, November 19, 2008 2 comments
The latest jpedal.jar is updated to fix the cfprint issue.
When using CFPRINT to print a PDF with bitmap (.bmp) images, a border is created around the outside of the image
Posted by Ahamad on Friday, September 19, 2008 17 comments
Few members of the coldfusion team have started blogging.
Jayesh - http://askjayvir.blogspot.com/
Sandeep - http://sandeepp.org/blog/
Posted by Ahamad on Wednesday, August 06, 2008 10 comments