The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Downloadable Documentation - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: Feature Suggestions (https://forums.formtools.org/forumdisplay.php?fid=7)
+--- Thread: Downloadable Documentation (/showthread.php?tid=645)



Downloadable Documentation - Stephan - Apr 9th, 2010

First let me thank you for a great piece of software... it's exactly what I've been looking for!

Now on to my question: Have you considered making the documentation available as a PDF download?

Thanks!


RE: Downloadable Documentation - Ben - Apr 9th, 2010

Hi Stephan,

Yes, I've thought about this for a long time actually! I agree, a PDF version of the documentation would be terrific. I just haven't found a PDF generation script that works well enough for this purpose. Since the documentation changes very regularly, there needs to be a way to re-generate the PDFs each time. Updating the content twice isn't feasible.

If you or anyone knows of a good script for this, I'd be very interested to learn about it.

- Ben


RE: Downloadable Documentation - Stephan - Apr 10th, 2010

Actually Acrobat 9 has a "Create from Web" option that will step down through each level of a site to create a PDF. I did a sample with your docs.formtools.org site, and it works, but it captured the headers as part of every page.

You might be able to get around this by running the generator from your source html files. Let me know if you need a hand with this--I have Acrobat and would be happy to help out!

(Apr 9th, 2010, 8:16 PM)Ben Wrote: Hi Stephan,

Yes, I've thought about this for a long time actually! I agree, a PDF version of the documentation would be terrific. I just haven't found a PDF generation script that works well enough for this purpose. Since the documentation changes very regularly, there needs to be a way to re-generate the PDFs each time. Updating the content twice isn't feasible.

If you or anyone knows of a good script for this, I'd be very interested to learn about it.

- Ben



RE: Downloadable Documentation - Ben - Apr 10th, 2010

Yeah, I tinkered with the Create from Web option in Acrobat, but couldn't get it working as well as I needed. Removing the header was one thing, but I found it messed up the formatting a lot, so I gave up on it.

Thanks for the offer to help, though!

- Ben