T
Tim Kuehn
Guest
I've done some more exploring and this gets me a copy of the PDF I'm looking for: oPDFBucket = CAST(oResponse:Entity, OpenEdge.Core.ByteBucket). oPDFMemptr = oPDFBucket:GetBytes(). oFileOutput = NEW FileOutputStream("c:\tmp\bol.pdf"). oFileOutput:Write(oPDFMemptr:Value, 1, oPDFMemptr:Size). oFileOutput:Close().
Continue reading...
Continue reading...