8586878889909192939495
} try { ImpressService service = new ImpressService(); ImpressDocument document = service.loadDocument(documentLocation, arguments.containsKey("hidden")); doToc(arguments, service, document); doPdf(arguments, service, document);
7576777879808182838485
if (component == null) { throw new ImpressException("Probleme de chargement du fichier " + internalLocation); } return new ImpressDocument(component); } catch (Exception e) { throw new ImpressException(e); } }