public interface PrintService
Modifier and Type | Method and Description |
---|---|
Asset |
createCatalog(String name,
List<Asset> pages,
Resource parent)
Creates a brochure using multiple assets
|
Job |
createExportJob(Asset master,
List<PrintFormat> formats)
Creates a sling job for exporting pdf & indd rendition of asset if the print rendition exists
|
List<Asset> |
createPages(List<String> products,
Asset master,
Resource parent)
Creates multiple assets corresponding to products using master asset
|
Job createExportJob(Asset master, List<PrintFormat> formats) throws PersistenceException
master
- asset for which print mapping is already defined as a renditionformats
- list of export formatsPersistenceException
List<Asset> createPages(List<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 createdPersistenceException
Asset createCatalog(String name, 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 © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"