I am using java and RCP and I am trying to show pdf Document with Acrobat on my views. I don't need to change them. I have this error with this code. Any idea how to resolve this problem?. P.s.: it works good same times.
- Genius PDF Reader. Genius PDF Reader is a free PDF Reader & Converter which also reads eBooks and Comic Books. Open instantly PDF, EPUB, MOBI, DJVU, CBR, CBZ, FB2, CHM and images files. Genius PDF is a lightweight and versatile reader for all your digital documents.
- Java reader free download - Barcode Reader for Java, VeryPDF Free Java PDF Reader, Bytescout BarCode Reader SDK for Java, and many more programs.
Best Document / PDF Reader for Java Mobiles. Now, some of the applications are available to run PDF files on your Java mobile. The application comes in JAR format. Install our CommentSafe WordPress Plugin for FREE to protect your WordPress site from bots and spammers.
Regards,Haythem
Boris Pavlović2 Answers
Have a look at these free pdf renderer ...
Some links ...
Pdf Reader For Windows Mobile
http://www.icepdf.org/ (now at http://www.icesoft.org/java/projects/ICEpdf/overview.jsf - Apache 2 Open Source)
http://www.jpedal.org/support_siEclipse.php (now at https://www.idrsolutions.com/jpedal/ - commercial)
https://java.net/projects/pdf-renderer (still available https://github.com/yarick123/pdf-renderer - LGPL-2.1)
UPDATE
As per http://www.icepdf.org/ ,
ICEpdf is an open source Java PDF engine that can render, convert, or extract PDF content within any Java application or on a Web server.
For basic functionality you have to include icepdf-core.jar
and icepdf-viewer.jar
in your class path. Depending upon the requirement you can also add the SVG support.
Taken from iceface sample folder:
The above code helps you in displaying a PDF on a swing component. You can do the same in the SWT environment (have a look at SwingViewBuilder
.. kind of hard, but will SWT look and feel ) or use org.eclipse.swt.awt.SWT_AWT
(kind of easy... but will have swing + swt look and feel)... though both approach will solve your purpose. Also check the applicable licenses in the license folder.
Hope this will help.
FavoniusFavoniusHere is another free, small and powerful PDF Viewer based on Eclipse SWT and jPod Renderer — JPview. It has strong rendering and low memory usage.
Sergey Brunov