PDF Reader for Embedded
- 
Dear All, Does anybody knows any pdf reader for embedded linux. So that i can use it in my ARM linux.Thanks in Advance. 
- 
yea i used poppler based pdf viewer 
- 
also there is pdf viewers in qt-apps website 
- 
this is the source code of viewer i used, 
 "http://dreamerindia.com/ravivarman/pdf_viewer_ARM/":http://dreamerindia.com/ravivarman/pdf_viewer_ARM/
- 
You can get it in qt-apps.org itself 
- 
hi, 
 i am very new to qt. i want poppler pdf viewer. i got the code from doc.qt.digia.com link...
 it is compiling finely...
 when i run that it is stopping, when i debug it it is showing signal aborted....
 so please help me to solve this issue...
- 
Hi, If you run it through the debugger it will also show you where it crashed so you should start looking that to see where the problem lies. 
- 
Are you sure you are debugging a debug build and not a release one ? 
- 
Seeing only assembler code generally means that one tries to debug a release build 
