Simple php page where after submitting an rss feed from news.google.com it will grab the contents of the RSS and gernerate a PDF output with one article from the XML per page.
Functionality is specifically made to parse news.google.com rss, but other rss feeds may be input as well. Other inputs will only display the description and no other data without further edits.
Input rss/xml feed you would like to have parsed submit it. You will see a notice to view your pdf submission. Click to view. An example url that you can use is http://news.google.com/news?pz=1&cf=all&ned=us&hl=en&output=rss
.
Run a live demo: http://sapioweb.com/rss2pdf
Clone repo into the root of your project
git clone https://github.com/SapioBeasley/rss2pdf.git
Install dependencies
cd rss2pdf/
composer install
require 'urlToPDF.php';
$pdf = new urlToPDF();
$pdf->displayPdf($url);
This software is open-sourced software licensed under the MIT license. For questions please email [email protected] or [email protected] or visit Sapioweb.com to learn more and get in contact