| View previous topic :: View next topic |
| Author |
Message |
clip
Joined: 25 Jul 2005 Posts: 3
|
Posted: Mon Jul 25, 2005 4:44 am Post subject: Is there any pdf reader for psp exist? |
|
|
| or someone is developing one? |
|
| Back to top |
|
 |
rest05
Joined: 09 Jul 2005 Posts: 12
|
Posted: Mon Jul 25, 2005 5:14 am Post subject: yea |
|
|
| i need one too, i was trying pixie but i dont really find it useful. |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Tue Jul 26, 2005 12:20 am Post subject: |
|
|
search for ebook in the forums. _________________ Lego of my Ago! |
|
| Back to top |
|
 |
sasq
Joined: 29 Jun 2005 Posts: 16
|
Posted: Tue Jul 26, 2005 1:10 am Post subject: |
|
|
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.) |
|
| Back to top |
|
 |
clip
Joined: 25 Jul 2005 Posts: 3
|
Posted: Tue Jul 26, 2005 4:01 pm Post subject: |
|
|
yes, I guess it's hard.
how about a .chm reader? |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Wed Jul 27, 2005 1:26 am Post subject: |
|
|
| 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! |
|
| Back to top |
|
 |
sexdwarf
Joined: 14 Jul 2005 Posts: 34
|
Posted: Wed Jul 27, 2005 1:49 am Post subject: |
|
|
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... |
|
| Back to top |
|
 |
rest05
Joined: 09 Jul 2005 Posts: 12
|
Posted: Wed Jul 27, 2005 4:07 am Post subject: nice |
|
|
| Quote: | | 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 _________________ www.hackmypsp.com |
|
| Back to top |
|
 |
Arwin
Joined: 12 Jul 2005 Posts: 426
|
Posted: Wed Jul 27, 2005 8:09 am Post subject: |
|
|
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? |
|
| Back to top |
|
 |
sasq
Joined: 29 Jun 2005 Posts: 16
|
Posted: Wed Jul 27, 2005 9:56 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
mirrorsawlljk
Joined: 17 Jul 2005 Posts: 5
|
Posted: Wed Jul 27, 2005 12:53 pm Post subject: |
|
|
| Doesn's openoffice have a PDF rendering engine? That's open source, so it might be something to look at for example code. |
|
| Back to top |
|
 |
liquid8d
Joined: 30 Jun 2005 Posts: 66
|
Posted: Wed Jul 27, 2005 1:37 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
clip
Joined: 25 Jul 2005 Posts: 3
|
Posted: Wed Jul 27, 2005 4:37 pm Post subject: |
|
|
| 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! |
|
| Back to top |
|
 |
jpadams

Joined: 02 Jul 2005 Posts: 23 Location: Los Angeles
|
|
| Back to top |
|
 |
sexdwarf
Joined: 14 Jul 2005 Posts: 34
|
Posted: Thu Jul 28, 2005 5:17 am Post subject: |
|
|
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... |
|
| Back to top |
|
 |
Arwin
Joined: 12 Jul 2005 Posts: 426
|
Posted: Thu Jul 28, 2005 6:38 am Post subject: |
|
|
| 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... |
If there is anything I can do to help ... |
|
| Back to top |
|
 |
|