Hi There,
We would like to know how to convert a document with a video inside it in to a pdf. Here with I have attached a sample document for your reference. This document has a windows media player referring to a video in a local network share. I was trying to convert it as a pdf using following snippet.
Document doc = new Document(“Claim-000029_1.docx”);
com.aspose.words.PdfSaveOptions options = new com.aspose.words.PdfSaveOptions();
options.getOutlineOptions().setHeadingsOutlineLevels(3);
options.getOutlineOptions().setExpandedOutlineLevels(1);
doc.save(“Claim-000029_1.pdf”,options);
But the out put pdf does not have the media player icon or the video in it. Request you to help us to convert this document to pdf.
Thanks,
Manikandan
Claim-000029_1.zip (295.9 KB)