public interface PrintService
| Modifier and Type | Method and Description |
|---|---|
Asset |
createCatalog(java.lang.String name,
java.util.List<Asset> pages,
Resource parent)
Creates a brochure using multiple assets
|
Job |
createExportJob(Asset master,
java.util.List<PrintFormat> formats)
Creates a sling job for exporting pdf & indd rendition of asset if the print rendition exists
|
java.util.List<Asset> |
createPages(java.util.List<java.lang.String> products,
Asset master,
Resource parent)
Creates multiple assets corresponding to products using master asset
|
Job createExportJob(Asset master, java.util.List<PrintFormat> formats) throws PersistenceException
master - asset for which print mapping is already defined as a renditionformats - list of export formatsPersistenceExceptionjava.util.List<Asset> createPages(java.util.List<java.lang.String> products, Asset master, Resource parent) throws PersistenceException
products - list of paths for commerce productsmaster - asset for which print mapping is already defined as a renditionparent - parent resource where new assets are to be createdPersistenceExceptionAsset createCatalog(java.lang.String name, java.util.List<Asset> pages, Resource parent) throws PersistenceException
pages - ordered list of assets to be part of brochureparent - parent resource where new assets are to be createdPersistenceException"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"