Works by taking an inputted URL, crawling the content found on it and outputting a cleaner version of the page as a downloadable PDF file.
Besides URLs, it also supports RSS feeds and OPML files as well.
Here are some key features of "PDF Newspaper":
· Can show one story or an entire list of news items (newspaper layout)
· Works with around 20 pages per feed
· Customize the title
· Customize the subheading
· Use a header image instead of title
· Option to select output format
· Can optionally show the news items' dates
· Can optionally show images found in the original articles
Requirements:
· PHP 5.2 or higher
What's New in This Release: [ read full changelog ]
· New config option: require_key - restrict access to those with password/key
· New, easier to use form for creating PDFs
· Autoloading of necessary files to improve performance
· Humble HTTP Agent now used to improve performance
· Auto-discovery of feeds disabled - to bring it in line with how users expect it to handle standard HTML pages
· New A5 template
· Full-Text RSS 2.7 now bundled
· Now tries to parse content in following order: 1. feed 2. OPML 3. HTML
· HTML Purifier updated
· SimplePie updated
· TCPDF updated
· Plus other minor fixes/improvements