Can you embed an HTML webpage in a PDF file?

前端 未结 5 1483
死守一世寂寞
死守一世寂寞 2020-12-03 18:27

A flash file can be embedded in a PDF document. Does anyone know if it is also possible to embed an HTML webpage?

Added:

  • I don\'t mean just a plain HTM
5条回答
  •  悲哀的现实
    2020-12-03 19:08

    You could reconstruct the html, css and js on the web page using php.

    Im using a plugin with a wordpress site that is pretty outdated but works very well for creating pdfs with html, css and javascript.

    it's called tcpdf

    plugins/tcpdf/tcpdf.php

    https://tcpdf.org/examples/

    the pdf is made on the fly as a function.

提交回复
热议问题