kohheepeace / docusaurus-pdf

Generate PDF for docusaurus
https://drive.google.com/file/d/19P3qSwLLUHYigrxH3QXIMXmRpTFi4pKB/view
113 stars 18 forks source link

.Gif images are not preserved in exported PDF #28

Open cramatt opened 3 years ago

cramatt commented 3 years ago

I noticed in the export PDF Gif images seem to be converted to JPEGs. Is there a way to keep them as Gifs? Of course this would assume PDFs support embedding Gifs...

kohheepeace commented 3 years ago

@cramatt I will investigate! thanks for issue report!

The newest PR may solve this issue #27 => Tried but it didn't work.

kohheepeace commented 3 years ago

I have no idea how to keep GIF in PDF. Maybe it is good to ask https://github.com/puppeteer/puppeteer first if it is possible to generate GIF embedded PDF.