Search found 4 matches

by MarkItkonen
Tue Feb 21 2006
Forum: Visual Basic Community
Topic: Save a document to MemoryStream instead of a file
Replies: 5
Views: 23241

Thanks again Jose...but I hate to bug you again.

I feel like we are getting closer. I see now where those interface definitions came from. I am still missing the source for GetOcx. The only reference in help is to AXHOST which provides wrappers for active x controls. I hope this is not getting tedious for you. Thank you in advance. Mark Itkonen Su...
by MarkItkonen
Mon Feb 20 2006
Forum: Visual Basic Community
Topic: Save a document to MemoryStream instead of a file
Replies: 5
Views: 23241

That helps...but I am still stuck...

Thank you for your help on this. Maybe you can help me finish this problem by helping me find where IPersistStreamInit is defined. I also can't find CreateStreamOnHGlobal defined in any library. We (Sungard) are using .NET and Visual Basic. Thanks again... Mark Itkonen Dim memStream As System.Runtim...
by MarkItkonen
Thu Feb 16 2006
Forum: Visual Basic Community
Topic: Save a document to MemoryStream instead of a file
Replies: 5
Views: 23241

Further clarification...I need to save it as a pure PDF.

As further clarification I need to save this as a pure PDF image to memory which I can then read from memory and create a PDF file without further modification. Unless I use the Amyuni "save" method, the document retains some Amyuni components which are then rejected by
Adobe.
by MarkItkonen
Wed Feb 15 2006
Forum: Visual Basic Community
Topic: Save a document to MemoryStream instead of a file
Replies: 5
Views: 23241

Save a document to MemoryStream instead of a file

In Visual Basic is it possible for me to use the save option to save my document to a memorystream object instead of a file. I would prefer not to use the ole style process which is indirectly touched on in the documentation under "load" from memory.