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
-1
votes
1 answer

Cannot print multiple copies of a PDF in Java

For the past month or two, I have been tearing my hair out with this. I need to print multiple copies of a PDF file in Java. I have tried multiple libraries, including Apache PDFBox, IcePDF and others, I have tried many codes I have been able to…
kubik369
  • 11
  • 1
  • 1
-1
votes
1 answer

Opening PDF in JFrame

I am making a PDF reader using java and I want to open the PDF file in my own application's JFrame so that I can make my own features. Is there a way to do that? I am using "iText","pdfBox", and "ICEpdf" to manipulate the PDF document.
natcomp256
  • 706
  • 7
  • 13
-2
votes
1 answer

Can anyone help me out with the errors in this code for displaying PDF in Java swing?

This code is to view a PDF in swing, but as I open any PDF the content is not visible and blank pages appear. I am using icepdf core and viewer jar files. public class PDFView{ public static void main(String[]args) { SwingController…
1 2 3 4
5