高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】2.7.2 svg output ole excel table
2.7.2 svg output ole excel table
2.7.2 svg output ole excel table
hi,
i am using dwgdirect 2.7.1 odamfcapp to export the attached drawing to a svg but the output that not export the ole excel table.
please see the attached files and compare "embededtable_dwg.jpg" => odamfcapp view of drawing with "embededtable_svg.jpg" => no excel table exported.
could you advice on how to export the the ole excel table.
the compiler i am using is "microsoft visual c++ 2005".
regards.
luis
attached images
does odamfcapp export the file with ole ok?
if yes than most probably your application is missing odoleitemhandler module.
see developer's guide/binary components and naming conventions/ole2frame vectorization support.
sergey slezkin
to export ole you should implement exrastermodule::saverasterimage() either using snowbound or some other raster library.
vladimir
2.7.2 svg output ole excel table
quote:
originally posted by sslezkin
does odamfcapp export the file with ole ok?
no, odamfcapp.exe does not export the ole, you can see the out put of odamfcapp in "embededtable_svg.jpg"
also when i use "...\exe\vc8dllrwd\odamfcapp.exe" which comes from "dd_vc8dllrwd.zip" and open "embededtable.dwg" and then try vectorize from the tool bar i get an error message:
"object of class odgirasterimage can' be cast to odrasterconvertpe. "
exporting the file to svg i get the following results:
quote:
<?xml version="1.0" standalone="no"?>
<defs >
<clippath id="clipid0" >
<path d="m0,768 1024,768 1024,0 0,0 z" />
</clippath>
</defs>
<g stroke-width="0.1" clip-path="url(#clipid0)" fill="none" stroke="rgb(0,0,0)" />
<g stroke-width="0.25" clip-path="url(#clipid0)" fill="none" stroke="rgb(255,0,0)" >
<polyline points="114.564,489.195 909.427,489.195 909.427,278.79 114.564,278.79 114.564,489.195 " />
</g>
</svg>
as you can see it is only the red rectangle that frame the embeded excel table.
regards,
luis
|