| Author |
accessing a pdf file using file upload
|
Arian Gerryts
Greenhorn
Joined: Mar 22, 2012
Posts: 11
|
|
I want to access a pdf file for the purpose of splitting it by using JFileChooser but PdfReader cannot read the file. The IOException reads "Publishing Letter.pdf not found as file or resource".
Is it possible to access the pdf file by using the JfileChooser for the purpose of splitting it?, how would I do it?
|
 |
William P O'Sullivan
Ranch Hand
Joined: Mar 28, 2012
Posts: 860
|
|
Where is the file?
Where are you executing the Class from?
Without a full path, it could be looking in the wrong place(s).
WP
|
 |
 |
|
|
subject: accessing a pdf file using file upload
|
|
|