PDF Not Viewing Properly
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
PDF Not Viewing Properly  XML
Forum Index -> ICEpdf General
Author Message
jaydeepsingh

Joined: 28/12/2011 01:29:26
Messages: 1
Offline




I have some PDf's which is Not Opening Properly In ICEPDF Viewer while It Is Opening in Adobe Reader correctly.
in ICePDf Viewer It Is Showing Different Character's or Blank Page Instead Of Actual Text..it Is same Happening With Images too..I need Help Regarding This that why I am unable To Open These Pdf's in ICEPDF viewer.....

//code snap
Code:
 public Main()
 {
 	SwingController controller=new SwingController();
 	controller.openDocument("d:\\q.pdf");
 	SwingViewBuilder factory=new SwingViewBuilder(controller);
 	JPanel ViewerComponetPanel=factory.buildViewerPanel();
 	getContentPane().add(ViewerComponetPanel);
 	pack();
 }
 


Regard:
jaydeep
 Filename sample.pdf [Disk] Download
 Description
 Filesize 78380 Kbytes
 Downloaded:  3 time(s)

patrick.corless

Joined: 26/10/2004 00:00:00
Messages: 1150
Offline


Unfortunately the PDF in question uses an embedded CID font that doesn't have any unicode information associated with it. The open source version of ICEpdf can't read the CID font and can't render it correctly.

The pro version can correctly read and render the PDF.
[Email]
 
Forum Index -> ICEpdf General
Go to:   
Powered by JForum 2.1.7ice © JForum Team