[
https://issues.apache.org/jira/browse/PDFBOX-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13946898#comment-13946898
]
brijesh commented on PDFBOX-1994:
---------------------------------
I am using pdfbox-1.8.4.jar from the following link.
http://www.apache.org/dyn/closer.cgi/pdfbox/1.8.4/pdfbox-1.8.4.jar
I have one more doubt,
i tested the code in my local machine having java 6. then created .jar and then
created .exe using Launch4J . then i deployed the code having j2re1.4.( server
having j2re1.4 not jdk ).
if the version is the difference , they will show error right ? . but i dint
get any kind of exception. so how can be live that it is java version related??
> PDDocument.load(filename.pdf) hangs for pdf files having size
> -------------------------------------------------------------
>
> Key: PDFBOX-1994
> URL: https://issues.apache.org/jira/browse/PDFBOX-1994
> Project: PDFBox
> Issue Type: Bug
> Affects Versions: 1.8.4
> Reporter: brijesh
>
> The below code i am using for loading my pdf. but my pdf file is not a zero
> sized files and having full permission and it is not a corrupt file also. but
> i ddint get any error after code. it just hangs.
> it is working in local, but not working in server .
> (created ,jar files and then exe, then the .exe will excuted in the server)
> java using 1,4
> PDDocument pdf=PDDocument.load("d:\\filename.pdf");
> pdf.print();
> please provide me why the same code is not working in server.
--
This message was sent by Atlassian JIRA
(v6.2#6252)