Forum Discussion
GenaSea
1 year agoRegular Visitor
Converting multiple docx to pdf in Fabric Notebook | Installing pdf-engine
I'm using a fabric notebook with pyspark and I need to convert multiple docx files that are saved in a Fabric Lakehouse file folder to pdf and save them in a new folder. I've tried: msgraph with...
nilendraFabric
1 year agoSuper User
Hi GenaSea
Try LibreOffice in headless mode. This approach works in cloud environments and preserves formatting without requiring Microsoft Office.
Yashashwy
1 year agoNew Member
Hi can you give me the code for it