Package it.eng.spagobi.engines.exporters

Examples of it.eng.spagobi.engines.exporters.DocumentCompositionExporter


      IEngUserProfile profile=getUserProfile();

      // CALL EXPORTER
      logger.debug("call exporter");
      DocumentCompositionExporter exporter=new DocumentCompositionExporter();
      tmpFile=exporter.exportDocumentCompositionPDF(tmpFile,docCompConf, document, profile, currentConfigurationsMap, documents, defaultStyle);

      String outputType = "PDF";

      String mimeType = "application/pdf";
View Full Code Here

TOP

Related Classes of it.eng.spagobi.engines.exporters.DocumentCompositionExporter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.