Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dragon2733

    Blob to pdf

    Thanks! I have been looking at it so long I don't see things that I should.
  2. dragon2733

    Blob to pdf

    bytes has a length of 40166. outStrm is null....
  3. dragon2733

    Blob to pdf

    The blob is a PDFStream. The npe occurs on outStrm.write(bytes);
  4. dragon2733

    Blob to pdf

    I need to read a blob from the oracle database and display it as a PDF. I have included the code I am using, however, I am getting a nullpointer exception when trying to write the blob. What am I missing? Is there a better way to do this? Thanks! InputStream inStrm = null; OutputStream...

Part and Inventory Search

Back
Top