Login

    Register

Managed Hosting

PROJECT CATEGORIES

 

cfiText
Project Home Blog Forums Known Issues Screenshots External Project Link Contact Project

Author: Reinhard Jung (All RIAForge projects by this author)
Last Updated: August 12, 2010 11:17 AM
Version: 4.0
Views: 3,199
Downloads: 267
License: GPL (GNU General Public License)

Description:

Build Lists, invoices etc. with just one single (slip.)CFC
cfDocument uses iText
cfiText uses the same java-library as the cfDocument tag, but with "OpenedSource"

<cfset createObject('slip').html2pdf('Adressliste') />


<cfhttp name="local.data" url="#local.csv#" method="get" />
<h1>Adressliste (alphabetisch)</h1>
<cfset local.letter = "" />
<cfoutput query="sortedDatas">
<div>
<cfif left(nachname,1) NEQ local.letter>
<cfset local.letter = left(nachname,1) />
<h3>#left(nachname,1)#</h3>
</cfif>

<p>
<span class="bold colored">#Vorname#</span> <span class="bold colored">#Nachname#</span><br />
<span>#Strasse# #LKZ#-#PLZ# #Ort#</span><br />
<span class="light">#Beschreibung#</span>
</p>
</div>

</cfoutput>
<h2>gesamte Adressen (<cfoutput>#local.data.recordCount#</cfoutput>)</h2>

Recent Blog Entries:

8/4/10 Version 0.2

Requirements:

ColdFusion 9

Issue Tracker:

There are no issues for this project.

To enter issues for this (or any other) project, you must be logged in.

Source Control Access:

This project hosts its source control at an external location:
http://subversion.assembla.com/svn/prj_riaForge/prj_cfitext/branches/