Hope someone can point me in the right direction, i am wondering if there is a way to get the original byte stream from the pdf i got using PDDocument.load(URL)? I want to save a snapshot of the original PDF without downloading it twice, or downloading it to a temporary location then loading into PDDocument and loading again to a byte stream?
Thanks! Andy P

