This should be ridiculously simple, but....
I need to write a java application that can open a connection to a PDF
file and copy it to the hard drive.
I *think* the way to do this is with a
"DataInputStream"/"DataOutputStream" process, but even if I convert
everything to byte format, the resulting copied files will not open in
Adobe Reader....
Can anyone help me? Has anyone don't this type of thing before?
.
Relevant Pages
- Re: pdf in java Viewing... Not a good experience
... BUT I need to know the external pdf viewers name ... I can use the java viewer from Adobe 1998 ... BUT it shows an initial Adobe licence screen every time, ... (comp.lang.java.gui) - Re: [VulnWatch] The Java applet sandbox and stateful firewalls
... Is the Java Sandbox able to create outgoing connections on ports like 445? ... >This is a passive attack. ... The applet initiates a TCP connection back to the originating ... > A FTP server on the same machine that hosts the originating web ... (Bugtraq) - [Full-disclosure] Re: [VulnWatch] The Java applet sandbox and stateful firewalls
... Is the Java Sandbox able to create outgoing connections on ports like 445? ... >This is a passive attack. ... The applet initiates a TCP connection back to the originating ... > A FTP server on the same machine that hosts the originating web ... (Full-Disclosure) - Re: Printing PDF with Java
... Could you support me with an example of java code to print an IFS PDF ... I found an open source project PDFBOX and am trying to implement ... int RecordLength = Integer.valueOf.intValue; ... (comp.sys.ibm.as400.misc) - Re: Accessing DB2 with Java?
... Seems to me that you might want to sniff the connection to see what's ... We downloaded and installed the Java SDK ... got from IBM. ... connect to the JDBC listener on the IBM, ... (comp.sys.hp.mpe) |
|