Is there any pdf reader for psp exist?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
clip
Posts: 3
Joined: Mon Jul 25, 2005 4:38 am

Is there any pdf reader for psp exist?

Post by clip »

or someone is developing one?
rest05
Posts: 12
Joined: Sat Jul 09, 2005 12:09 pm

yea

Post by rest05 »

i need one too, i was trying pixie but i dont really find it useful.
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

search for ebook in the forums.
Lego of my Ago!
sasq
Posts: 16
Joined: Wed Jun 29, 2005 7:59 am

Post by sasq »

There are none and I don't think one will turn up in the foreseeable future - the best soloution is probably to convert PDF to JPG and view it as pictures.

(You really should try to learn what is hard to do and what is not. Rendering PDFs is hard.)
clip
Posts: 3
Joined: Mon Jul 25, 2005 4:38 am

Post by clip »

yes, I guess it's hard.
how about a .chm reader?
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

clip wrote:yes, I guess it's hard.
how about a .chm reader?
Nope, but would be glad to hear when you are finished with making it :)
Lego of my Ago!
sexdwarf
Posts: 34
Joined: Thu Jul 14, 2005 12:07 am

Post by sexdwarf »

i've got plans to work on a pdf reader once i get my wave library completed (tonight)...
...isn't it nice, sugar and spice...
...luring disco dollies to a life of vice...
rest05
Posts: 12
Joined: Sat Jul 09, 2005 12:09 pm

nice

Post by rest05 »

i've got plans to work on a pdf reader once i get my wave library completed (tonight)...
nice to hear this hope it happens
Arwin
Posts: 426
Joined: Tue Jul 12, 2005 7:00 pm

Post by Arwin »

the format description is available, at least. In theory, it seems to be doable - you could start with just displaying the text and then work your way up. And the good thing is that the fonts are usually embedded, and if the Pixie reader comes with sources, that'd be a great place to start.

I've actually been looking into pdfs a bit before. The simple ones I have no problems with, but the ones I don't quite understand is the ones where the text consist of weird streams. How are they encoded? The documentation doesn't really say much about it - if it had really been just text with layout then I should be able to see the characters as ansi, but unlike the pdf descriptor tags (subject, author, renderware, etc.) I can't decypher them. I don't recognise them as transposed unicode either, so what remains is that I guess that PDFs created by converting PostScript printout doesn't in fact contain characters but it contains graphics descriptors with lines and coordinates of fonts that have been drawn by the computer and are sent as vector graphics data to the printer. This is then converted to a description that the PDF document can read.

Anyone care to enlighten me?
sasq
Posts: 16
Joined: Wed Jun 29, 2005 7:59 am

Post by sasq »

First of all you I think the idea if writing a pdf-renderer from scratch is pretty insane, especially if you want it to render somewhat correctly. Rendering text "properly" is very tricky as I've come to realize lately.

chm is just packed html so thats equivalent of wrting a html browser, again not something you do over a weekend.
mirrorsawlljk
Posts: 5
Joined: Sun Jul 17, 2005 4:46 am

Post by mirrorsawlljk »

Doesn's openoffice have a PDF rendering engine? That's open source, so it might be something to look at for example code.
liquid8d
Posts: 66
Joined: Thu Jun 30, 2005 6:29 am

Post by liquid8d »

Just to hold anyone over until someone does.. just found this today..

http://pdf2psp.sourceforge.net/

Converts pdfs to images and gives some options for image layout

EDIT: MacOS X only

LiQuiD8d
clip
Posts: 3
Joined: Mon Jul 25, 2005 4:38 am

Post by clip »

sexdwarf wrote:i've got plans to work on a pdf reader once i get my wave library completed (tonight)...
cool! keep us updated, I think it will be extremely valuable!
User avatar
jpadams
Posts: 23
Joined: Sat Jul 02, 2005 1:59 pm
Location: Los Angeles
Contact:

Post by jpadams »

you might want to look at this ?
http://poppler.freedesktop.org/
its a PDF rendering lib opensourced
sexdwarf
Posts: 34
Joined: Thu Jul 14, 2005 12:07 am

Post by sexdwarf »

jpadams wrote:you might want to look at this ?
http://poppler.freedesktop.org/
its a PDF rendering lib opensourced
i'm trying to stay away from anything x based, and am working with a library at the moment that should be an easy port... rendering things properly is what i am concerned about...
...isn't it nice, sugar and spice...
...luring disco dollies to a life of vice...
Arwin
Posts: 426
Joined: Tue Jul 12, 2005 7:00 pm

Post by Arwin »

sexdwarf wrote:
jpadams wrote:you might want to look at this ?
http://poppler.freedesktop.org/
its a PDF rendering lib opensourced
i'm trying to stay away from anything x based, and am working with a library at the moment that should be an easy port... rendering things properly is what i am concerned about...
If there is anything I can do to help ...
Post Reply