CFdocument - Show bookmark in PDF document cfdocumentBookmark.cfm <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>cfdocument tag: how to use and show bookmark in pdf document in coldfusion</title> </head> <body> <cfquery name="qCenters" datasource="cfdocexamples" maxrows="11"> SELECT Center_ID, Name, City FROM CENTERS </cfquery> <cfquery name="qParks" datasource="cfdocexamples" maxrows="11"> SELECT ParkName, City FROM Parks </cfquery> <cfdocument format="pdf" bookmark="true"> <cfoutput> <cfdocumentitem type="header"> Current Page Number: #cfdocument.currentpagenumber# </cfdocumentitem> <cfdocumentsection name="Center Detai...
Android, .NET C#, Flutter, and Many More Programming tutorials.