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
vote
2 answers

IcePDF viewer customization help

I am trying to integrate ICEpdf viewer into an existing Java Swing application. The requirements are that I want to eliminate the top and bottom tool bars and the scroll bar, which I have already done. The problem is that I also don't want it to…
MBU
  • 4,998
  • 12
  • 59
  • 98
1
vote
1 answer

Using ICE PDF viewer pdf is not changed inside a jinternal frame

Am using icepdf to show pdf on my swing application. I have external buttons for pdf navigation. I need to navigate so many pdfs, but inside the same panel without closing. My code for Icepdf: public static void pdfviewerICE(currentpdfurl) { …
user4574895
1
vote
0 answers

Image quality in pdf is not good

I am using icePdf to as a pdf viewer. I have a sample PDF file which has an Image. When i open it with icePdf viewer , the image quality is not very good. Image is not very clear. Here is the code. Can anybody suggest me how to increase the image…
Vishal Thakur
  • 141
  • 4
  • 16
1
vote
0 answers

Read annotations created using acrobat reader with icepdf

I was successful in extracting highlight annotations created using icepdf viewer. But my question is, whether it is possible to extract highlighted text created using acrobat reader with icepdf?
Nidhin Joseph
  • 1,461
  • 3
  • 15
  • 32
1
vote
1 answer

Search for sentences and get the line number using icepdf

I tried searching sentences with icepdf.And got the right results most of the time.But the problems i am facing now are I failed on searching for sentences which starts with one line and ends in the next line. Is there any solution for finding the…
Nidhin Joseph
  • 1,461
  • 3
  • 15
  • 32
1
vote
1 answer

Java DOCX file Viewer

Currently I'm developing an application that allows users to create a template and generate it into a DOCX file. The application needs to be able to display to users the changes in the template as the user is creating it. The approach I tried was…
1
vote
1 answer

Java EE PDF Viewer

I have a JSF/Icefaces project and currently I'm looking for a pdf viewer. There is a library called icepdf and it seems to be a Swing library. Are there any other Java based libraries for viewing pdf files in the web browser? Can we use the icepdf…
sura2k
  • 7,365
  • 13
  • 61
  • 80
1
vote
1 answer

Using IcePDF or PDFBox to generate HTML page from PDF

I want to use IcePDF or PDFBox to extract content from PDF. But I don't now the way to continue generating HTML web pages from the text and images extracted.
Tayba
  • 148
  • 1
  • 2
  • 11
1
vote
2 answers

PDF to Image convert high size image

I am using below code to convert PDF to PNG image. Document document = new Document(); try { document.setFile(myProjectPath); System.out.println("Parsed successfully..."); } catch (PDFException ex) { …
Fahim Parkar
  • 30,974
  • 45
  • 160
  • 276
0
votes
1 answer

icepdf applet viewer blank

After searching for a while, I can't seem to find specific information on ICEPDF applet viewer issue I'm having. I successfully used ant build to build the dist folder, i signed the jar files, uploaded to my server. I can't figure out why I keep…
AfDev
  • 1,240
  • 19
  • 21
0
votes
0 answers

using IcePDF 6.3.2 in java for showing documents. But how can I read the page layout for a org.icepdf.core.pobjects?

Upgraded IcePDF, but layout management has changed? How do I read pagelayout in IcePDF V.6.3.2 Thanks for any help input, regards Per In version 4.2.2 I used to do typeless like this: Catalog catalog = document_.getCatalog(); Object tmp =…
PeJ
  • 1
  • 1
0
votes
0 answers

Icepdf should help me to show a pdf in java, but it does not work

I have got a problem with Icepdf. I would like to show a pdf with icepdf, but it does not work. I think the Swing Controller makes a problem, but that's not clearly shown from the debugger. Here is the code import java.io.File; import…
PePe
  • 1
0
votes
0 answers

ICEpdf viewer not rendering fonts properly

I have a class to test an ICEpdf viewer in a JFrame with ICEpdf 6.2.2, the newest in the maven repository. When I open the PDF I'm trying to render in Ubuntu's default PDF viewer it displays correctly, however, when displayed in the ICEpdf viewer…
user12152813
0
votes
0 answers

JAVA SWING ICEPDF pdf not showing whole content

I am creating one small desktop application using SWING where i have one requirement to show PDF in preview panel. For achieve this requirement i am using ICEPDF library with below versions