본문 바로가기
카테고리 없음

마크애니 연동 관련

by 커사맨 2023. 6. 1.

마크애니 연동 관련

 

환경 : tomcat8.5

포트 : 8080

1. ActiveX 방식

http://192.168.10.62:8080/DataServer/ActiveX/mark/markany_xml.htm

 

2. 플러그인 방식
http://192.168.10.62:8080/ReportingServer/markany_noax/Sample/index.jsp

3. Zeor 클라이언트 방식
http://192.168.10.62:8080/ReportingServer/html5/sample/markany/index.jsp

 

환경 : tomcat9

포트 : 9090

Non-CustomToolbar 연동 방식
http://192.168.10.62:9090/ReportingServer/html5/sample/sample_markany.html(7 Version)
http://192.168.10.62:9090/ReportingServer8/html5/sample/sample_markany.html(8 Verison)

 

관련 연동소스 방식  

http://192.168.10.62:9090/ReportingServer/html5/sample/sample_markany_append.html


<script>
window.onload = function(){
var viewer = new m2soft.crownix.Viewer('http://192.168.10.62:9090/ReportingServer8/service', 'crownix-viewer');
viewer.openFile('markany2.mrd', '/rfn [sample.txt] /rsetcertpdfprop [C:/markany.properties]');
};
</script>