Advertisement

04.08.2008 at 08:49AM PDT, ID: 23305104 | Points: 500
[x]
Attachment Details

VB print PDF file that exiasts only as a System.IO.MemoryStream

Asked by glumlun in Adobe Acrobat, Microsoft Visual Basic.Net, .NET Framework 2.x

Tags:

i am creating a pdf file from a URL usinr a simple component:

            Dim theData() As Byte = theDoc.GetData()
            Dim output As New System.IO.MemoryStream(theData)
            Return (output)

this is working great for use as attachments.
however, i now need to also print the files, id like to keep the same method, (i dont want to save a pdf to then print it) but send the output to print.
is this possible? how?
thanks
scott
Start Free Trial
[+][-]04.08.2008 at 09:08AM PDT, ID: 21306674

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.08.2008 at 09:13AM PDT, ID: 21306736

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 14-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-43 / EE_QW_2_20070628