Hi, we have a usecase in which we want to embed a video in PDF while conveting from HTML to PDF. Our HTMLs files currently have ahref links which points to some videos to local disk.
I just tried Aspose.Html package and it generates from such HTML a PDF with links you can click and see a video, which works as I expected, but this doesn’t solve our problem.
What we want to achieve is to make these ahref not clickable links, but embeded videos inside PDF after the conversion from HTML to PDF. I see that using just Aspose.HTML package is not enough, please correct me if I am wrong.
Also, I saw that adding video to PDF may be achieved by using package Aspose.PDF. In general, ideal solution would be:
- Find HTML element by some ID
- Embed video as a child of this element
- Continue with others HTML elements
- Generated PDF after conversion, has all videos embeded directly in PDF file
Please indicate tools/libraries you own, with the help of which, we can achieve our goal.
Thanks in advance!