Copy link to clipboard
Copied
I need a solution to convert word (doc and docx) files into its corresponding PDF format. Application is built on (frontend - react and backend - .Net6). I used "Adobe.PDFServicesSDK" pakage and used "create PDF from Microsoft Office Docs (Doc and Docx ...)".
I have created necessary items like CLIENT ID/ORGANIZATION ID/CLIENT SECRET and the authentication is working fine. I could sucessfully convert some owrd files to PDF. But when I tried to convert some Word files (docx) with large number of pages (300 pages), I am getting a timeout exception message from the application.
Please help me to find out the issue.
Have something to add?