<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Module: PDF Pages</title>
        <description> This module will add an addon page which generates and returns a pdf for a given thread in a plain readable format using TCPDF ( [www.tecnick.com] ). Attachments are added as links to the PDF.
It overrides the &amp;quot;Printview&amp;quot; link in the thread to make the addon url accessible.

Currently only the UTF-8 charset is supported and images in the body are removed as the underlying library doesn&amp;#039;t work well with remote and dynamic images.

Some ideas for future enhancements:
---------------------------------------------------
- add formatting options through a setting screen 
- make images work (for a sane solution it would require to download the images and replace the img-tags in the body)
- make full forum pdfs with internal links
- add internal links to each message and a ToC (like shown in [www.tecnick.com] , No. 45)
- add file attachments to pdf (like shown in [www.tecnick.com] , No. 41)

Demo: just try the Printview links here in the forums.</description>
        <link>https://www.phorum.org/support/read.php?62,137865,137865#msg-137865</link>
        <lastBuildDate>Sat, 15 Aug 2026 05:10:37 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,137865,161641#msg-161641</guid>
            <title>Re: Module: PDF Pages</title>
            <link>https://www.phorum.org/support/read.php?62,137865,161641#msg-161641</link>
            <description><![CDATA[ New Version:<br />
<br />
<pre class="bbcode">
2017/04/04 version 1.0.3 by Oliver Riesen-Mallmann (oliver@riesen.org)
- tcpdf updated from 4.6.003 to 6.2.13.

2016/09/30 version 1.0.2 by Oliver Riesen-Mallmann (oliver@riesen.org)
- Corrected undefined index notice edit_username.
</pre>]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 04 Apr 2017 07:25:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,137865,158357#msg-158357</guid>
            <title>Re: Module: PDF Pages</title>
            <link>https://www.phorum.org/support/read.php?62,137865,158357#msg-158357</link>
            <description><![CDATA[ New Version:<br />
<br />
<pre class="bbcode">
2016/05/19 version 1.0.1 by Oliver Riesen-Mallmann (oliver@riesen.org)
- Changed URL to module thread.
- README extended.
- Corrected some undefined index notices.
</pre>]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 19 May 2016 03:33:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,137865,151151#msg-151151</guid>
            <title>Re: Module: PDF Pages</title>
            <link>https://www.phorum.org/support/read.php?62,137865,151151#msg-151151</link>
            <description><![CDATA[ Most options are settable in the Phorum/Admin. (multiple places possible default settings, or a specific forum)<br />
File size has multiple places where it might be restricted.<br />
mysql<br />
php<br />
Phorum<br />
.htaccess<br />
<br />
Increase the file size in Phorum/admin if you hit a limit Phorum usually lets you know.<br />
Phorum also keeps you under the max size available by a safe margin.<br />
<br />
Don&#039;t forget you will need to back up all of those huge attachments.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 03 Apr 2012 16:42:36 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,137865,151142#msg-151142</guid>
            <title>Re: Module: PDF Pages</title>
            <link>https://www.phorum.org/support/read.php?62,137865,151142#msg-151142</link>
            <description><![CDATA[ You can change the file size limit on the admin page. You will have some limit of maximum size due to the server and php configuration. Run phpinfo() to see what your limits are.]]></description>
            <dc:creator>DavidVonB</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 03 Apr 2012 08:42:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,137865,151139#msg-151139</guid>
            <title>Re: Module: PDF Pages</title>
            <link>https://www.phorum.org/support/read.php?62,137865,151139#msg-151139</link>
            <description><![CDATA[ Hi,<br />
<br />
Is there a Mod for PDFs that allow users to upload them to a forum?<br />
The attachment feature in Phorum seems to be limited to images...<br />
<br />
•Valid attachments: gif, jpg, png, gz, zip, bz2, php, tpl, txt<br />
•No file can be larger than 850 KB<br />
•3 more file(s) can be attached to this message<br />
<br />
Also, is there a mod that increases the file limit? <br />
Thanks!<br />
:-) joan]]></description>
            <dc:creator>jmt200</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 03 Apr 2012 08:27:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,137865,150865#msg-150865</guid>
            <title>Re: Module: PDF Pages</title>
            <link>https://www.phorum.org/support/read.php?62,137865,150865#msg-150865</link>
            <description><![CDATA[ I wanna disable this for users not logged in, so that it returns a message that they need to log in to grab the PDF, or returns an empty PDF.<br />
<br />
It seems some simple code in this script ought to do (like if user_id is empty or something). Can you please help instruct me?<br />
<br />
if user_id (of the requester) is empty (or not logged in) then,<br />
PDF = plain and boring and empty<br />
else<br />
generate PDF as normal.]]></description>
            <dc:creator>Robert Angle</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 25 Jan 2012 10:09:17 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,137865,145795#msg-145795</guid>
            <title>Re: Module: PDF Pages</title>
            <link>https://www.phorum.org/support/read.php?62,137865,145795#msg-145795</link>
            <description><![CDATA[ Hi,<br />
  I prefer to use &quot;PDF pages&quot; module over normal &quot;Print View&quot; because it &quot;generates and returns a pdf for a given thread&quot; where and the normal print view will give me only the print view of the current message - in the &quot;mixed and fixed&quot; view I am using for our forum. <br />
  I have two minor issues with this forum - which if fixed would have been great. <br />
 1) It is fine that it is not printing images, but it does print the html that is used to display the images which are part of &quot;Rate this thread&quot; module. (I am using the excellent &quot;Rate this thread&quot; module as well). If there was a way that this PDF Pages module not to print the (i.e. disable &quot;Rate this thread&quot; module and then print the) html associated with &quot;Rate this thread&quot; module, then it would have been great. Is there a simple tweak or hack possible? <br />
 2) I am using some simple html as part of my forum title as well. This module prints that html also as is. If there is a way to avoid this too, I would be much thankful. <br />
 I have a doubt - certainly this module to work properly &quot;Tidy Output&quot; module should be turned off. Does this have any side effect? i.e. Is it that the work done by &quot;Tidy output&quot; (i.e. removes unneeded white space from Phorum&#039;s output) will be now handled by this module?<br />
  Anyway, thanks for this excellent module. In the current state itself it is better than the normal &quot;Print view&quot; since it &quot;generates and returns a pdf for a given thread&quot;. <br />
  Please help.<br />
Regards,<br />
Sreenadh]]></description>
            <dc:creator>Sreenadh OG</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 20 Sep 2010 12:53:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,137865,140233#msg-140233</guid>
            <title>Re: Module: PDF Pages vs Tidy Output</title>
            <link>https://www.phorum.org/support/read.php?62,137865,140233#msg-140233</link>
            <description><![CDATA[ Well, any takers or sponsors? ;-)<br />
<br />
I&#039;m not using this module (yet) and therefore I don&#039;t have too much interest in developing it further (yet).<br />
This might change when I start using it (maybe in half a year or so) or if there is more interest in it.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 26 Aug 2009 13:27:22 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,137865,140195#msg-140195</guid>
            <title>Re: Module: PDF Pages vs Tidy Output</title>
            <link>https://www.phorum.org/support/read.php?62,137865,140195#msg-140195</link>
            <description><![CDATA[ Just for the record, the module entitled &quot;Tidy Output&quot; must be turned off for the module &quot;PDF Pages&quot; to work.<br />
<br />
(Other than that, I would love to see images in the document supported).<br />
<br />
- Bob]]></description>
            <dc:creator>Robert Angle</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 25 Aug 2009 13:52:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,137865,139908#msg-139908</guid>
            <title>Re: Module: PDF Pages</title>
            <link>https://www.phorum.org/support/read.php?62,137865,139908#msg-139908</link>
            <description><![CDATA[ Hi Thomas and  thank you for this module but I have  a problem with<br />
<br />
This is  the return message<br />
Fatal error: Call to undefined function phorum_get_url() in /.../mods/pdfpages/pdfpages.php on line 245<br />
<br />
What do you think about?<br />
Have a great day<br />
Martine]]></description>
            <dc:creator>martine</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 09 Aug 2009 04:35:36 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,137865,137865#msg-137865</guid>
            <title>Module: PDF Pages</title>
            <link>https://www.phorum.org/support/read.php?62,137865,137865#msg-137865</link>
            <description><![CDATA[ This module will add an addon page which generates and returns a pdf for a given thread in a plain readable format using TCPDF ( [<a href="http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf" target="_blank"  rel="nofollow">www.tecnick.com</a>] ). Attachments are added as links to the PDF.<br />
It overrides the &quot;Printview&quot; link in the thread to make the addon url accessible.<br />
<br />
Currently only the UTF-8 charset is supported and images in the body are removed as the underlying library doesn&#039;t work well with remote and dynamic images.<br />
<br />
Some ideas for future enhancements:<br />
---------------------------------------------------<br />
- add formatting options through a setting screen <br />
- make images work (for a sane solution it would require to download the images and replace the img-tags in the body)<br />
- make full forum pdfs with internal links<br />
- add internal links to each message and a ToC (like shown in [<a href="http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf_examples" target="_blank"  rel="nofollow">www.tecnick.com</a>] , No. 45)<br />
- add file attachments to pdf (like shown in [<a href="http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf_examples" target="_blank"  rel="nofollow">www.tecnick.com</a>] , No. 41)<br />
<br />
Demo: just try the Printview links here in the forums.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 23 Apr 2009 03:01:55 -0500</pubDate>
        </item>
    </channel>
</rss>
