I'm converting word docs to PDFs and some of the word docs have images in them. The images display as corrupted once the PDF generates. I think it's because the images might actually be objects or something. Any ideas?
I think the image might be inserted by opening the word doc, going to insert, clicking object -> object... -> create from file -> choose a word doc... and the result is corrupted after running
DocIORenderer.ConvertToPDF(wordDoc);
Hi Lokesh!
That's exactly it! I actually found a work around by switching to .NET Framework, before I was using .Net Core. If you guys fix it in Core will you let me know? Thank you!