Goodmorning, I have a question about pdfbox. I create a pdf but when I have to save it there is an error : "java.io.FileNotFoundException" This error appear when i try to save the pdf online with a url like http://test/example.pdf If I try to save the pdf in the local system with url like C:/Users/example.pdf there is no problem. I use the method document.save(String name);
- Save a pdf online Luigi Bulanti
- AW: Save a pdf online Tilman Hausherr