Business Transformation Customer Forum
Register
Unmasking the Reality of Operational Excellence
Register
ARIS Process Mining in action - Live Demo
Register

View all
Profile picture for user EasyAris

 

Is there any methods to output not whole model but a piece of it in the report?

Thanks.

by Vladimir Bis
Posted on Mon, 02/27/2012 - 10:56

Hi Konstantin,

try this code and change parameters in output.OutGraphicAbsolute method.

 

var g_nLoc = Context.getSelectedLanguage();    
var oModel = ArisData.getSelectedModels()[0];
var pict = oModel.Graphic(false, false, g_nLoc);
var sPath = "C:\\Program Files\\ARIS71\\server\\templates\\scriptservice\\internal\\";
var bRet = pict.Save(sPath + oModel.Name(g_nLoc) + ".jpg");
if (bRet){
  var output = Context.createOutputObject( Constants.OUTPDF, "report.pdf");
  var imageData = Context.getFile(oModel.Name(g_nLoc) + ".jpg", Constants.LOCATION_INTERNAL)
  if (imageData.length > 0){
    var image = Context.createPicture(imageData, Constants.IMAGE_FORMAT_JPG);
    output.OutGraphicAbsolute(image, -100, 0, 200, 100, false);// write scaled image (20cm x 10cm) to the output object
    output.WriteReport();
  }
}
0

Featured achievement

Question Solver
Share your expertise and have your answer accepted as best reply.
Recent Unlocks
  • BH
  • Profile picture for user Ivan.Ivanov.softwareag.com
  • Profile picture for user mscheid
  • MS
  • Profile picture for user syarafuddinhilmi
  • PacMan

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock