• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

pdf viewer in J2ME

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I am working on an application in which I made web service which produces reports in .pdf format and I have made a J2ME client for that as well. How can I view the .pdf format reports in J2ME. I am using the Base64 conversion for the data transfer from web services to J2ME client.

regards
Lokesh
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can't. PDF is a very complex format and needs a complete application to be readable, not just some library code. Some devices come with PDF readers - including my latest phone. Many do not.

Actually, I don't like PDF on pocket-sized mobile devices, because it can't adjust the viewable space to fit the smaller screens of pocket mobile devices. It's like trying to read a book through a keyhole.
 
reply
    Bookmark Topic Watch Topic
  • New Topic