Hi, I am trying to export a individual asset using AssetExportService
API . I am able to export all the unpublished assets, but when i try to
export each asset individually ,.... I am facing the issue. Below is my
JSP code :
--------------------------------------------------------------------------
<%-- Export data from PDF file. --%><% %><%@include
file="/libs/foundation/global.jsp"%><%@page import="java.util.*"
%><%@page import="java.util.List"%> <%@page session="false" %><% %><%
System.out.pr...