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

embed icepdf into jpanel

I'm working on a java application that can display pdf using Icepdf, suppose I've made the application layout as follows. and I want to paste pdfviewer icepdf on JPanel that has been provided. I've been looking and trying to attach icepdf by adding…
0
votes
3 answers

Using ICEpdf "inside" java program

We have created a program as a uni assignement and wish to use ICEpdf or some other pdf viewer for java. We have created different tabs, and in one the user can select a pdf file to "upload" and view. The issue is that we wish to make it so that the…
Ema Black
  • 63
  • 1
  • 12
0
votes
1 answer

Java ICEpdf default font settings

I am using ICEpdf Free version for view PDF but there are bugs in font. In places where is in PDF document used embeded subset of font are incorrect chars for Czech language. Is there any way how set the default font for ICEpdffor render if the used…
Jakub
  • 77
  • 1
  • 9
0
votes
2 answers

Java application crash when uses icepdf library

In my application I use the library icepdf. when you create a class of applications is broken and creates a log file. Help in solving problems Log file: # # A fatal error has been detected by the Java Runtime Environment: # # …
0
votes
1 answer

How to remove ICEpdf temporary files after application has finished working?

I use ICEpdf library for PDF displaying at my desktop java application. Application adds annotations to PDF at runtime, but without changing original files — changes are displayed only during one 'session'. I recently discovered that application…
Poliakoff
  • 1,592
  • 1
  • 21
  • 40
0
votes
1 answer

How to remove thin back frame around pdf page at ICEpdf?

I'm making PDF displaying application with ICEpdf. I an trying to make some fancy layout according to good design practices. I use this code System.getProperties().put("org.icepdf.core.views.background.color",…
Poliakoff
  • 1,592
  • 1
  • 21
  • 40
0
votes
0 answers

want to impose predefined rectangle on PDF and save to those data to excel in java. How Can i do that in java?

I want to impose predefined size rectangle on PDF. So I can scan those data which come under that rectangle on that PDF and want to save those data in to the excel sheet. How can I do that in java?
Neel
  • 233
  • 5
  • 18
0
votes
1 answer

Icepdf annotation let page disappear

I'm developing an application that use Icepdf to show a pdf and draw something upon it. I have a square annotation floating over the page but i have a nasty issue. If i change page and come back to the page where the annotation is visible, if i move…
Razlo3p
  • 455
  • 2
  • 7
  • 28
0
votes
0 answers

Get text from a section of a pdf page with IcePdf

I'm writing some java classes to test some libraries about the issue to extract text of a portion of a pdf page. I tested iText and PDFBox. Now I want to write a class using IcePdf, but I don't know how to do because I can extract the full page text…
Milioli Luca
  • 309
  • 1
  • 8
  • 20
0
votes
2 answers

How to get the rectangular coordinates of the annotation using ice pdf viewer

I need to get the rectangular coordinates of the annotation using ice pdf viewer. Is there anyway to achieve this?
user4574895
0
votes
0 answers

icepdf english font dislocation overlap

icepdf PDF to image, appear english font dislocation overlap, look the image I Used jar version : icepdf.core version>4.3.4.1 icepdf.viewer 4.3.4 I want get…
hui tong
  • 1
  • 1
0
votes
1 answer

acroform field values is not working in icepdf

I am working on a project that should read a pdf file/form that contains value filled up by a Java code. form.setField("permitnumber", p.getApplicationorno()); form.setField("amountpaid", p.getAmount_app()); …
silent_coder14
  • 583
  • 2
  • 10
  • 38
0
votes
1 answer

Pdf(with type 3 fonts) to Image conversion in java

I am using icepdf to convert the pdf to image. Here is the code. import org.icepdf.core.exceptions.PDFException; import org.icepdf.core.exceptions.PDFSecurityException; import org.icepdf.core.pobjects.Document; import…
0
votes
1 answer

change LinkAnnotation to SquareAnnotation (based on given example from IcePDF)

i have a problem while using icepdf due a simple change from LinkAnnotation to SquareAnnotation. In special i have this example from the icepdf…
Smoki
  • 551
  • 2
  • 9
  • 28
0
votes
0 answers

Java Pdf Renderer support text selection and clipboard copy

Does any one know a pdf renderer for Java which supports text selection and clipboard copy the hidden text layer of pdf? In fact, I'm programing an OCR application which brings docs from the scanner and converts them to a searchable pdf and I'd…
wannas
  • 388
  • 3
  • 11