I am trying to figure out how to embed PDFs and DOC files from RSS feed into SimplePie output. Is there an extension or a plugin for SimplePie that would allow me to do that?
I have followed this tutorial to get custom RSS tags parsed but I don’t know how to read PDFs/DOC files and embed them in SimplePie output:
http://net.tutsplus.com/articles/news/extending-simplepie-to-parse-unique-rss-feeds/
This is for a local school district and they need all the help they could get to optimize board meetings.
I would appreciate any contributions
More Related Questions
- Receiving "file not found" Zend PDF
The below code is a sample and it works (loads pdf from file, draws a single string, Success), however if I change the invoice.pdf (example pdf from a tutorial) to my pdf, buyersguide.pdf I receive an... - RSS – SimplePie – keeping older cache articles
I have a simple SimplePie script working here fine to retrieve RSS feeds.
http://www.oil-gas-prices.com/
the problem is , SimplePie only caches what is there at the feed at that moment. Any newer c... - SimplePie Pagination / Cache
I'm trying to understand the cache'ing features of SimplePie on linux. It never tells us to create a separate mySql database for the RSS feeds, so i'm guessing all the cache is done locally. (in the /... - Issue running unoconv from php script with shell_exec
I am unable to use unoconv to convert a .doc to PDF from php using exec. Here is what I am trying:
$output = exec("unoconv /opt/bitnami/apache2/htdocs/=".$fileData['name']);
error_log(print_r($outpu... - mPDF headers already sent
I'm using mPDF to create a pdf from html.
Right now I'm getting the error "Warning: Cannot modify header information - headers already sent in". This is because I show some html (just site template) b... - PHP – special character (euro sign) not displayed correctly (RSS feed/SimplePie)
I am using SimplePie (v1.3.1) to display a RSS feed on a webpage. One of the titles contains a euro (€) sign and it is displayed as € on the page. When I use the SimplePie's demo on their website it... - (PHP) Pre-defined string to run through one function
I'm currently designing a page, with 20 boxes, where each box represents an RSS feed, using simplepie as my parser.
Currently the script calls the first image from each feed, discards the rest and se... - Avoid merging/combining multiple feeds with Simplepie?
Here is my problem. I'm using Simplepie to fetch rss feeds. On the same page I'm trying to display two rss feeds (e.g. in two different columns). The two feeds are from the same domain (but I'm not se... - Creating a custom cache class for Simplepie
I'm trying to extend the SimplePie cache as per the instructions given here: http://simplepie.org/wiki/reference/simplepie/set_cache_class
In the custom cache class, I want to store the Feed items in... - Cant Find simplepie.inc in Version 1.3.1
I am trying Simple Pie for the first time and I'm running into a problem. I downloaded the new 1.3.1 version and unzipped it. I set up everything according to the instructions (created the php and cac...