Kodi Community Forum
Release PDF Reader - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Picture Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=150)
+---- Thread: Release PDF Reader (/showthread.php?tid=187421)

Pages: 1 2


PDF Reader - i96751414 - 2014-02-24

PDF Reader

Read your pdf's (ebooks) through Kodi

Image

PDF Reader is an add-on (image plugin) for Kodi capable of reading PDFs composed of images (e.g. scans, comics). It also serves as a module, so it can be called from other add-ons (see its API).

Limitations

Some of the known limitations are listed bellow:
  • Currently PDF Reader can only read pdf files made of pictures, since its operation method's consists of extracting pictures from PDF files.
  • Only JPG and PNG types are supported at the moment. If you want to add a new image type, just say.

Screenshots

Image

Image

Image

Image


I hope you like.
Download HERE


RE: PDF Reader | HQ Online - LoL - 2014-03-08

Wow, that's great man, thx for building it, I'm gonna try it now!

People have been waiting a long time for this, hope they didn't give up Smile

LoL Wink


RE: PDF Reader | HQ Online - Isegrim - 2014-04-22

Just want to say a BIG thank you.

This one feature I miss the most in XBMC. I will check def. check it out.


RE: PDF Reader | HQ Online - PhilippeP - 2014-05-20

For some reason , I cannot browse the network , and my pdfs are on a NAS ... :/


RE: PDF Reader | HQ Online - kaiseruk - 2014-08-04

Brilliant work, works great.


RE: PDF Reader | HQ Online - kaiseruk - 2014-09-21

any plans to update this addon? like adding default folder etc


RE: PDF Reader | HQ Online - i96751414 - 2014-11-14

I can do that. Can you be more specific about what you want?


RE: PDF Reader | HQ Online - kaiseruk - 2014-11-22

At the moment when i click open pdf using openelec (x64 linux) that popup doesnt show me file directories to allow me to select a pdf. It actually says Program Addons" and that just lists the program addons. It did work when you first posted here so maybe something in openelec changed.

I would like to set a default pdf folder in the addon settings if possible so that when you click open pdf, you go straight to this folder.


RE: PDF Reader | HQ Online - i96751414 - 2014-12-01

I will solve that Wink Thanks.
About the default pdf folder, i will try to do that, but I don't know if it's possible..


RE: PDF Reader | HQ Online - ac0mputerguru - 2015-01-15

(2014-11-22, 16:56)kaiseruk Wrote: At the moment when i click open pdf using openelec (x64 linux) that popup doesnt show me file directories to allow me to select a pdf. It actually says Program Addons" and that just lists the program addons. It did work when you first posted here so maybe something in openelec changed.

I would like to set a default pdf folder in the addon settings if possible so that when you click open pdf, you go straight to this folder.

Has there been a solution to this problem? I am having the exact same thing happen, except it has never worked on my OS 10.9.5 Kodi install.

Thanks!
William
Huh


RE: PDF Reader | HQ Online - i96751414 - 2015-02-13

This is really strange, because here when i click, it opens the folder menu (C:/, D:/, etc)..


RE: PDF Reader | HQ Online - kaiseruk - 2015-02-15

Updated to kodi (again openelec x64) and still have this issue.

Also, when it did work, for the pdf files that i tried it didnt load the pdf fully. Think it loaded the pictures etc but not the text.


RE: PDF Reader | HQ Online - teeedubb - 2016-02-10

Hi i96751414,

Thanks for this addon, works great for viewing PDF's from my addon.

Is your repo still online? The link in the first post is dead. In the meantime I am hosting this addon in my repo.

Also, when calling this addon from a video addon a different method is required due to different content types (images wont display in a video plugin):

Code:
pdf_url = 'plugin://plugin.image.pdfreader/' + '?' + urllib.urlencode({'mode': '1', 'url': 'file_path', 'name': 'pdf_name')})
xbmc.executebuiltin('ActivateWindow(Pictures, %s, return)' % pdf_url)

Thanks again.


RE: PDF Reader | HQ Online - Gweilojake - 2016-02-21

Hello... I am also attempting to locate the PDF Reader add-on and installation. I attempted to install teeedubb "my repo" file (by the way, thanks for posting teeedubb). I encounter a "structure error" that prevents installation. Any suggestions or alternatives suited for a noviceHuh? Thanks, again! Jake


RE: PDF Reader | HQ Online - teeedubb - 2016-02-21

Direct link:

https://github.com/teeedubb/teeedubb-xbmc-repo/blob/master/plugin.image.pdfreader/plugin.image.pdfreader-1.0.2.zip?raw=true