Expand my Community achievements bar.

unzipArchive error

Avatar

Level 1

Hi,

unzipArchive api of ConvertPDFService gives following error

com.adobe.livecycle.convertpdfservice.exception.ConvertPdfException: ALC-CNP-001-202: Error creating directory; nested exception is:
com.adobe.livecycle.convertpdfservice.exception.ConvertPdfException: ALC-CNP-001-202: Error creating directory

I am using in following way

ProxyConvertPDFService.

BLOB createdDocument = svc.toImage(inDoc, spec);

svc.unzipArchive(createdDocument, "d:\\tmp\\test");

Please help me on this.

Regards,

Arvind

0 Replies