Guest User

Untitled

a guest
Sep 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. File file=new File("<PathToPdf>");
  2. String str=FileUtils.readFileToString(file);
  3.  
  4. File writefile=new File("<PathToWritePdf>");
  5. FileUtils.writeStringToFile(writefile, str);
Add Comment
Please, Sign In to add comment