Is there any pdf reader for psp exist?
Is there any pdf reader for psp exist?
or someone is developing one?
nice
nice to hear this hope it happensi've got plans to work on a pdf reader once i get my wave library completed (tonight)...
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?
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?
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.
chm is just packed html so thats equivalent of wrting a html browser, again not something you do over a weekend.
-
- Posts: 5
- Joined: Sun Jul 17, 2005 4:46 am
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
http://pdf2psp.sourceforge.net/
Converts pdfs to images and gives some options for image layout
EDIT: MacOS X only
LiQuiD8d
you might want to look at this ?
http://poppler.freedesktop.org/
its a PDF rendering lib opensourced
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...jpadams wrote:you might want to look at this ?
http://poppler.freedesktop.org/
its a PDF rendering lib opensourced
...isn't it nice, sugar and spice...
...luring disco dollies to a life of vice...
...luring disco dollies to a life of vice...
If there is anything I can do to help ...sexdwarf wrote: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...jpadams wrote:you might want to look at this ?
http://poppler.freedesktop.org/
its a PDF rendering lib opensourced