I have a pdf which contains 'UniCNS-UCS2-H' font,
I tried both pdfbox and pdfrenderer, they all throw exception:
Unknown encoding for 'UniCNS-UCS2-H'
and this font was included in a font file :mingliu.ttc(it's a true type collection file, I don't know does this matter ?
what can I do to let these two libraries support additional fonts...
Hi,
i'm going to make a PDF reader and i'm trying two possible solutions:
UIWebView
CGPDFDocumentRef
The first one is very simple, but is slower than the second one.
For the second one, i found a tutorial and i can view a pdf and i can zoom it with the two fingers movement. But at the moment i can't do 2 things :
1) View the PDF in ...
Hello,
I am checking the api of https://pdf-renderer.dev.java.net/
I want to convert the PDF to image at zoom level 100%.
Does any one tried that?
Thanks
...
hi guys,
I'm using PDF-Renderer to view PDF files within my java application. It's working perfectly for normal PDF files.
However, i want the application to be able to display encrypted PDF files. The ecrypted file will be decrypted with CipherInputStream, but i do not want to save the decrypted data on disk. Am trying to figure a way...