<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: PDF Generation Add-On</title>
		<link>https://legacy.forums.gravityhelp.com/topic/pdf-generation-add-on</link>
		<description>Gravity Support Forums Topic: PDF Generation Add-On</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:57:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/pdf-generation-add-on" rel="self" type="application/rss+xml" />

		<item>
			<title>pblankl on "PDF Generation Add-On"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pdf-generation-add-on#post-41885</link>
			<pubDate>Tue, 22 Nov 2011 14:02:28 +0000</pubDate>
			<dc:creator>pblankl</dc:creator>
			<guid isPermaLink="false">41885@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you Carl! That's very exciting news!! Please update if there's a timeline for the PDF add-on, I know you guys have a a lot of work coming up. I'm trying to plan our marketing and when we can look into processing auto-pdfs.&#60;br /&#62;
I appreciate your immediate response, and it's really the fastest response I've had on a support forum. Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "PDF Generation Add-On"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pdf-generation-add-on#post-41758</link>
			<pubDate>Mon, 21 Nov 2011 16:23:40 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">41758@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The service we have been looking at for PDF functionality is &#60;a href=&#34;http://pdfcrowd.com&#34; rel=&#34;nofollow&#34;&#62;http://pdfcrowd.com&#60;/a&#62;.  We generally stick with 3rd party services when we create an add-on, so we can leverage existing API's.  PDFCrowd is a solid solution and it is one we will be creating an Add-On for down the road.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pblankl on "PDF Generation Add-On"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pdf-generation-add-on#post-41728</link>
			<pubDate>Mon, 21 Nov 2011 14:05:23 +0000</pubDate>
			<dc:creator>pblankl</dc:creator>
			<guid isPermaLink="false">41728@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris&#60;/p&#62;
&#60;p&#62;Thank you fore your speedy reply! &#60;/p&#62;
&#60;p&#62;Is there a step-by-step tutorial that I can refer to? I looked into DocRaptor, a web-based service. It's not free, but the cost is $0.02 per document which is not that bad. They have documentation on how to use their API. Would that be something that it's easier to implement or write a tutorial about?  I spent the last 2 days trying to find out where to start: where to insert the code, and how to tie the two ends. Unfortunately, I am not a programmer, and that's where the key lies :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "PDF Generation Add-On"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pdf-generation-add-on#post-41625</link>
			<pubDate>Fri, 18 Nov 2011 21:09:42 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">41625@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The basic procedure would be to use the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#34; rel=&#34;nofollow&#34;&#62;gform_after_submission&#60;/a&#62; hook.  You have access to the form entry at that point.  You can pull out whatever data you want at that point.&#60;/p&#62;
&#60;p&#62;Once you have the data, you need to create a PDF or other document.  I would use a 3rd party library like TCPDF. &#60;a href=&#34;http://www.sourceforge.net/projects/tcpdf&#34; rel=&#34;nofollow&#34;&#62;http://www.sourceforge.net/projects/tcpdf&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions.&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;I've used the library in the past, and while it's not difficult to work with, it does take a bit of work to place all the information on the page where you want it.&#60;/p&#62;
&#60;p&#62;Another solution could be to display the form data in a page, and use a WordPress plugin to generate a print view or PDF view.&#60;/p&#62;
&#60;p&#62;There might also be 3rd parties that offer a service where you send the data to their API endpoint, and they return a PDF.  I have no experience with anything like that, but I have heard about them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pblankl on "PDF Generation Add-On"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pdf-generation-add-on#post-41615</link>
			<pubDate>Fri, 18 Nov 2011 20:43:12 +0000</pubDate>
			<dc:creator>pblankl</dc:creator>
			<guid isPermaLink="false">41615@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, how do I create the customization and create a PDF dynamically using the user's name, and information? My goal is a certificate of completion.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "PDF Generation Add-On"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pdf-generation-add-on#post-41217</link>
			<pubDate>Tue, 15 Nov 2011 21:01:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">41217@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;WebEndev, you can create a PDF, RTF or DOC as a customization right now if you need it.  It's not the same as being built it to Gravity Forms, but you can do whatever you want with the form data once it's submitted.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "PDF Generation Add-On"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pdf-generation-add-on#post-41213</link>
			<pubDate>Tue, 15 Nov 2011 19:51:34 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">41213@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, thanks Carl... :(&#60;br /&#62;
I know you guys keep busy...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "PDF Generation Add-On"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pdf-generation-add-on#post-41168</link>
			<pubDate>Tue, 15 Nov 2011 16:25:30 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">41168@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no ETA.  We are currently working on...&#60;/p&#62;
&#60;p&#62;- Authorize.Net Add-On currently in alpha testing&#60;br /&#62;
- Signature Add-On currently nearing beta testing&#60;/p&#62;
&#60;p&#62;After that...&#60;/p&#62;
&#60;p&#62;- MailChimp Add-On enhancements&#60;br /&#62;
- FreshBooks Add-On enhancements&#60;br /&#62;
- PayPal Pro Add-On&#60;/p&#62;
&#60;p&#62;Beyond that we have no concrete plans.  We'll pick what has been the most highly requested and begin tackling them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Capacitron on "PDF Generation Add-On"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pdf-generation-add-on#post-41144</link>
			<pubDate>Tue, 15 Nov 2011 14:09:09 +0000</pubDate>
			<dc:creator>Capacitron</dc:creator>
			<guid isPermaLink="false">41144@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ditto.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "PDF Generation Add-On"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pdf-generation-add-on#post-41115</link>
			<pubDate>Tue, 15 Nov 2011 09:39:45 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">41115@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I know that a PDF Generation Add-On is something that GF is looking to create.&#60;br /&#62;
Is there an ETA on when something like this will be available?&#60;/p&#62;
&#60;p&#62;Is there a way we can generate either a PDF document, or at least a formatted RTF or DOC file from submitted form data (i.e. user submits form; PDF document is created and emailed to Admin/User, or even attached to the GF database record for the form submission)?&#60;/p&#62;
&#60;p&#62;Has anybody out there found a work around method, until there is a proper GF add-on?&#60;/p&#62;
&#60;p&#62;I really really really really need this feature :)&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
