Questions tagged [icepdf]

Questions related to ICEpdf, an open source Java PDF engine for viewing, printing, and manipulating PDF documents. The ICEpdf API is 100% Java-based, lightweight, fast, efficient, and very easy to use.

ICEpdf is an open source Java PDF engine for viewing, printing, and manipulating PDF documents. The ICEpdf API is 100% Java-based, lightweight, fast, efficient, and very easy to use.

More details at http://www.icesoft.org/projects/ICEpdf/overview.jsf

63 questions
0
votes
1 answer

Cannot open remote pdf using ICEpdf

I am trying to display a remote pdf in JFrame using ICEpdf. I copied the code from their website to get started, which is: import org.icepdf.ri.common.SwingViewBuilder; import org.icepdf.ri.common.MyAnnotationCallback; import javax.swing.*; class…
Vipul Tyagi
  • 547
  • 3
  • 11
  • 29
0
votes
0 answers

View pdf files in a JavaFX app with ICEpdf?

I have seen many topics about it but most of it is old. I am a new Java learner and have tried to build my first project so that I can apply what I have learned, the idea of the project is simple and it is a program that brings all the PDF files…
ismael
  • 3
  • 2
0
votes
1 answer

Problem with displaying the ICEPDF toolbar

I am working on an application where I have to display a pdf in a viewer integrated into the application. To do this I use the ICEPDF library through a SwingNode because I use JavaFX. My problem is that the pdf loads correctly while the panel where…
0
votes
1 answer

ICEpdf - MissingResourceException: Can't find bundle for base name org.icepdf.ri.resources.MessageBundle, locale de_DE during application start

Application uses ICEpdf and sometimes printing is not possible after its start. After restart it works fine, but doing it every time is tedious. Exception in the log says: ..... (own created exception) ..... nested exception is:…
SoldierKB
  • 49
  • 1
  • 2
  • 11
0
votes
1 answer

Can't generate PDF with ITEXT in packaged Javafx or jar executable

This problem has been choking me for quite some time now precisely more than a month now.i tried developing a small Javafx application and I used ITEXT 5.3 version and everything works just fine where i used icepdf for displaying the generated PDF…
0
votes
0 answers

JPEGImageDecoder not found when using ICEPDF

I'm getting a Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/image/codec/jpeg/JPEGImageDecoder When using the ICEPDF like it's used here Java PDF Viewer It has worked previously, there's been no change in any code of this part…
Beast Julian
  • 63
  • 10
0
votes
2 answers

Change ICEPDF Look And Feel in Java

I am using IcePDF as PDF viewer, with the PropertiesManager I can enable/disable functionalities like for example : SwingController controller = new SwingController(); PropertiesManager properties = new…
Azrix
  • 99
  • 1
  • 10
0
votes
0 answers

Settings for Bookmark in ICEPDF Java

I'm using the pdf viewer IcePDF, but when I'm running my application, the bookmark isn't available. I tried with others PDF and it works when the table of content is on the first page only. Can someone help me to find the settings of this…
Azrix
  • 99
  • 1
  • 10
0
votes
1 answer

icepdf not render on linux instance in JFrame

I am using icepdf in my web project. It works fine when I run this project in eclipse and also run when I use this project war on tomcat version 8/9. But when I deploy this war in Linux instance all goes fine but pdf does not render in JFrame. My…
0
votes
1 answer

icepdfcore keeps JFrame opened in the background

I know my problem is a bit of weird, but I'm currently working on a java swing app that opens a pdf from a filechooser in another jframe using icepdfcore This is my code : private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) { …
Amine Messaoudi
  • 2,141
  • 2
  • 20
  • 37
0
votes
3 answers

Java application crashing and producing an error log file

I have a java application that uses ICEpdf to render pdf documents. Recently, java has been crashing and producing this error log: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at…
MBU
  • 4,998
  • 12
  • 59
  • 98
0
votes
0 answers

PDF to Tiff Error: sun.awt.image.ImageFormatException: Didn't expect more than one scan

Please suggest how to solve below error,while converting pdf to tiff.The pdf has multiple pages with scanned (Example Application form scanned and converted to PDF).Issue with if a pdf page has two or more scanned images in a single pdf page then…
Raj
  • 677
  • 3
  • 8
  • 16
0
votes
2 answers

ICEPDF hide pagenav , last page and first page

I worked to show pdf in javafx with icepdf libraries.Everything success,but ı don't want to see 'First Page' and 'Last Page' buttons in toolbar.API docs show how to hide page navigator completely. …
Cankay87
  • 3
  • 7
0
votes
1 answer

Limit rendered image size in icepdf

While rendering a bunch of PDFs to images, icepdf seemingly randomly bombs out with an OutOfMemoryError. Trying to track this down I find two things: Close to the OOM it rendered an A0 page or similarly large document pages With eclipse memory…
Harald
  • 4,575
  • 5
  • 33
  • 72
0
votes
1 answer

How to disable Icepdf to call URL for MessageBundle?

I have an question about IcePDF. I'm using it for the applet printing. I found that the IcePDF will try to load the MessageBundle by calling the following URLs which does not exist and 404 results finally. 160.68.1.1 - - [27/Jul/2016:11:22:13 +0800]…
Ernie
  • 1
  • 1