Posted 6 October 2023, 11:23 am EST
We noticed our SupportAPI isn’t releasing resources after calling the dispose() method on our PDF Viewer. We noticed there’s also a close method (https://www.grapecity.com/documents-api-pdfviewer/api/classes/GcPdfViewer.html#close) on the viewer so we also tried calling that with the same results. What’s the proper way to close a PDF while releasing the server resources?
We found a close endpoint on the SupportAPI server but it doesn’t seem to be called by any of the built-in viewer methods. Are we supposed to make a request to that endpoint directly?
Thanks