开发者

How to find and retrieve video content in a pdf file via mupdf library for Android

I need to check if a Richmedia content (video embedded in a pdf file) is available in a pdf file or not via mupdf library for an android application.

If it is then I need to retrieve the stream content via pdf parsing and convert in to a byte array 开发者_Go百科and run the video found in the pdf.

Is this possible?


MuPDF does not support embedded video. You can still use the library to examine the PDF object structure and extract data streams from PDF files. Look at the "pdfshow" and "pdfextract" tools for inspiration.


You could try using iText for android, although it seems to be a constrained version. There is a post on how to extract media objects from pdf files with iText here.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜