Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Render PDF on a Blackberry?

We are using Blackberries to display PDF reports. Here are background details on the problem:

  • The PDF reports are created using JasperReports.
  • Report format can be changed.
  • Different report formats are available (as per the feature set of JasperReports).
  • The PDF reports are on a website, too, so retaining a single source is ideal.
  • The page setup is in Landscape.

Here are the issues we have encountered:

  • Users cannot see a full line of text on the Blackberry.
  • The size of the PDF and UI makes reading difficult, at best.
  • The menu option to convert the PDF to text loses too much formatting to be useful.
  • The text is blurry (and too small).

Here are solutions we have thought about:

  • Create a second report (not ideal) in text or HTML format.
  • Simplify the original report format (not really an option, given the amount of data).

What other options are there for making a report available on the Blackberry, given the constraints of JaserReports, such that the report:

  • Is legible?
  • Is formatted for readability?
  • Displays quickly?

Essentially, we'd like to make sure there are no simple solutions we have overlooked for displaying legible PDFs on Blackberries.

like image 416
Dave Jarvis Avatar asked Jun 29 '09 20:06

Dave Jarvis


2 Answers

We convert TIFFs to PDF for one of our applications, and have had mixed results with BlackBerry PDF viewers. These were our results.

Working

The following PDF readers worked for our purposes:

RepliGo Reader v1.1.1.1 - $19.95
Works fine.

DataViz Documents To Go Premium Edition v1.003.001 - $49.99
Works and includes a word wrap option to get the current zoom level to fit the available screen width, by moving text onto subsequent lines. Might fit your needs.

Non-Working

The following PDF readers did not work for our purposes:

BeamReader v1.0.8 - $17.99
BeamSuite v3.0.2 - $49.99
These couldn't open our PDF files ("Unsupported document format"). In addition they did not register as a PDF content handler, required for our application.

MasterDoc - $19.95
eOffice - $29.95
These also did not register as a PDF content handler. We had a range of problems with these, including installation issues, and not being able to open any PDFs at all.

like image 195
Dan J Avatar answered Oct 18 '22 09:10

Dan J


Try BeamReader http://www.slgmobile.com/beamreader.html

I hear it's the best at reading PDFs for BlackBerry

like image 23
George Godik Avatar answered Oct 18 '22 08:10

George Godik