Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
kahl_dre
Partner - Contributor II
Partner - Contributor II

ServerSideExportEX to Bitmap Export not Working

Hi All,

I am trying to do a ServerSideExportEx to a bitmap.

Here is my code:

set obj = ActiveDocument.GetSheetObject("EXPORT")

obj.ServerSideExportEx "c:\temp\Image.bmp", "", 2

It does not export an actual image, it is always text. When I open the image file in Notepad, it is just a text export.

What am I missing?

0 Replies