![]() |
|
|
|
cfiText
Project Home • Blog • Forums • Known Issues • Screenshots • External Project Link • Contact Project
Author: Reinhard Jung (All RIAForge projects by this author) 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.
This project hosts its source control at an external location: |
Adobe and the Adobe product names are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.