Thanks for posting your question in the Microsoft Q&A forum.
I'd try MS Graph API:
** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
I need to analyze the docx files using the Azure AI Document Intelligence client library for Python - version 1.0.0b4.
What I have observed is that when I convert the docx file to a pdf I am able to get better metadata of that pdf file including page numbers.
Below attached image is result of a pdf file.
This is not the same for the docx files where I get only one document element which includes entire docx file information.
I am looking for an API that can convert MS-DOCX file to PDF on linux machines(Azure app service).
I tried libreoffice(soffice) but there is mismatch in page format for MS-DOCX and libreoffice converted documents.
In the Azure AI | Document Intelligence Studio there is an option "print to PDF" for non pdf files. I was wondering if I could get any Azure API service to convert docx file to pdf.
Please help with any solution.
Thanks for posting your question in the Microsoft Q&A forum.
I'd try MS Graph API:
** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **