Why is SaveToZipFile deprecated in the new version. Is there a replacement?
We are currently using this object to save documents/display from a web container.
It is currently Sun Feb 23, 2025 4:10 am
$.ajax({
type: "POST",
url: "/PrintDocument/PrintServlet?type=pdf",
data: 'htmlContent='+ escape(someDataToServlet),
success: function(data){
alert(data);
// To-do block to oepn the PDF
},
error:function (data){
}
});
Total posts 10142 • Total topics 2852 • Total members 2083