高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】excel worksheet display in dwf6
excel worksheet display in dwf6
excel worksheet display in dwf6
i insert a excel worksheet into a dwg file, and print in dwf 6 file. and i open that dwf file, find it worksheet's region only displays the worksheet's extent, doesn't have contents of worksheet.
please tell me what's reason with it? and how to deal with it?
thank you for your help.
there is a bug with exporting ole && images in 2.3.* and 2.4.1
you may fix it yourself.
in the file \exports\dwfexport\source\dwf2dc.cpp, 53
replace
#define gdi_device_name dd_t("winbitmap.gs")
with
#define gdi_device_name dd_t("wingdi.gs")
and rebuild dwfexport
vc8 project file is at
projectfiles\win32\msvc8\exports\dwf7dll\dd_dwf7ex port_dll.vcproj
(others are near)
you will also need to download dwf toolkit from autodesk, and unzip it to
\thirdparty\dwftoolkit-7.3\
vladimir
|