javiereguiluz / easybook

Book publishing as easy as it should be (built with Symfony components)
https://easycorp.io/EasyBook
Other
754 stars 81 forks source link

Question about easybook embedding process to DRM pdf #109

Closed cordoval closed 11 years ago

cordoval commented 11 years ago

do you know if there is a simple way i can plug this to my blog to generate pdf's of the blog posts to download?

what do you envison for making this possible?

thanks, handshake man, vale!

javiereguiluz commented 11 years ago

Using easybook to do that would be totally overkill. I recommend you to use the excellent KnpLabsSnappy library, the KnpLabsSnappyBundle or, if you need a custom solution, use the wkhtmltopdf library.

cordoval commented 11 years ago

@javiereguiluz well in the easybook documentation there is an example of generation on the fly with DRM type of mechanism to avoid piracy, this sounds like a good thing to sent to a job wrap easybook on a process and generate the name of the customer into the pdf built-in then send it or whenever the user requests via a button on their dashboard to be sent to his email or process to download. I guess there is a library written by igorw or something to download large files without locking the browser?

cordoval commented 11 years ago

wow i guess github took away the rights to reopen a ticket from the users interesting

javiereguiluz commented 11 years ago

@cordoval Is this the library/bundle that you are looking for?

https://github.com/igorw/IgorwFileServeBundle

cordoval commented 11 years ago

@javiereguiluz i was thinking int hat, but i wanted some confirmation maybe you have done all of this already

so i guess my idea of processing offline with queue and doing DMR on the pdf is not that pulled of the hairs :baby: