Replies: 3 comments 3 replies
-
@juanmiret, I don’t think this is possible, since Ruffle doesn’t understand PDF documents. But I wonder whether the latest version of Acrobat cannot play this. In any case, I think you may be able to extract videos and audios from the PDF file and play them as standalone media files. |
Beta Was this translation helpful? Give feedback.
-
There may be another approach with QPDF. PDF files may have two passwords:
If you may open your file without a password, it seems that your PDF document has only an owner password set. So, you may list the attachments with:
My sample file gives the following output:
So I may extract the file with:
You need the key (the name of the attachment inside the PDF document) to redirect the output to a file. I hope this fixes your issue. |
Beta Was this translation helpful? Give feedback.
-
I‘m afraid that a stream can be pretty anything in PDF: fonts, texts, images, metadata and many other things are streams (besides embedded files). Of course, you may try to extract the stream, but it might be encrypted too. BTW, I have been told that recent versions of Acrobat play multimedia directly ignoring the Flash part. This makes sense (at least, to me). Otherwise, they would be incompatible with their own spec. If this doesn’t work, I’m afraid I don’t know how to solve your issue (which is weirdly complicated). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a really old PDF file that has videos and audios inside, but it requires Flash player to open them. Can I use ruffle to play them somehow?
Beta Was this translation helpful? Give feedback.
All reactions