Skip to content

boltz/iTextCFC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iTextCFC is a ColdFusion Wrapper for the IText Java Library.  iText is used by 
Adobe ColdFusion in the CFDocument and CFPDF tags, however the Adobe Tags do not
do everything that iText can do.

The testArea code is ColdFusion examples of the Java examples from http://itextpdf.com/book/
Comments in the code should tell you what page of the book the example is taken from.

The final desired product of this project is a CFC that allows you to easily use all the functions of the
Itext Library.

Requirements: 

ColdFusion 9 and below use and older version of the iText Java Library. 
	1. Download latest jar from itextPDF.com
	2. Put the itext jar in the ColdFusion Class Path for instance: C:\Coldfusion9\lib\
		Your path may vary, just search for iText.jar and put the new jar in the same folder.
		Do not copy over or remote the existing iText.jar, as this will break CFDocument and CFPDF.
	3. Restart your ColdFusion Service
	



Note: I have also included a presentation I did on 9/12/2011 for Adobe ColdFusion Developer week in the "Presentation" folder.

---------------------------------------------------------------------------------
------ This code is licensed under the MIT Open Source License  -----------------
---------------------------------------------------------------------------------

Copyright (C) 2011 by Timothy Cunningham

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN

About

ColdFusion Wrapper for the iText Java Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages