Giter Site home page Giter Site logo

gem provided javascripts about wicked_pdf HOT 7 CLOSED

mileszs avatar mileszs commented on August 27, 2024
gem provided javascripts

from wicked_pdf.

Comments (7)

michaelschapira avatar michaelschapira commented on August 27, 2024

I am closing this one cause not clear and irrelevant.

from wicked_pdf.

unixmonkey avatar unixmonkey commented on August 27, 2024

It depends if it outputs relative or absolute pathed urls or inlines the css & javascript.

In your controller do this:
render :pdf => 'map', :show_as_html => true

Then you can right-click and view source to get the exact javascript and css paths you need. Then you can either hardcode them into your pdf view

If that doesn't work, there's a patch you can make to wicked_pdf demonstrated here:
#1

That involves creating a method "externals_to_absolute_paths", and then wrapping the pdf creation with that method to change it right before its handed off to wkhtmltopdf.

Let me know how it goes!

from wicked_pdf.

michaelschapira avatar michaelschapira commented on August 27, 2024

Thanks man, I've done what you recommend with the viewing source, and I tried a few things. Finally, I managed to make it work manually:
I render the page with the ?debug=1 flag, and render it manually through the command line with wkhtmltopdf. I am able to have it rendered (including the map) with the '--javascript-delay 3000' flag on. Apparently, the --redirect-delay is not supported with 0.10.2
Unfortunately I am not able to use this flag with wicked_pdf did you implement it?

Thanks again for your code and help :)

from wicked_pdf.

unixmonkey avatar unixmonkey commented on August 27, 2024

redirect-delay should be supported. The code is in the option parser to support it specifically.

render :pdf => 'some_pdf', :redirect_delay => 3000

Please let me know if this helps.

from wicked_pdf.

michaelschapira avatar michaelschapira commented on August 27, 2024

redirect-delay is supported, but does not make the job.
that's what I have in my controller :

def pdfize
render :pdf => "my_pdf", :show_as_html => params[:debug].present?, :layout => "pdf", :redirect_delay => 3000
end

when I make the call the pdfize action (http://host/obj/2/2.pdf), I don't get a pdf in the borwser like if nothing was generated.
If I remove the :redirect_delay option, a pdf is generated without the javascript part.

Now, let move on the command line.
wkhtmltopdf -s A4 --enable-javascript --javascript-delay 3000 "http://192.168.0.251:9080/prospects/2/2.pdf?debug=1" test.pdf

It does generate the pdf, I can download it and the javascript part is there and formated as expected.

Does it make any sense to you ?

from wicked_pdf.

unixmonkey avatar unixmonkey commented on August 27, 2024

I have just verified that redirect_delay works just fine for me. I set the delay to be a full minute, and at the end of the minute it rendered.

I'm using wicked_pdf 0.7.0, and the wkhtmltopdf-binary gem version 0.9.5.1

If you run this in development mode with script/server or mongrel, when you request a pdf, a log of the wkhtmltopdf command string generated is printed to stdout. Check that out to see if it is doing what you mean for it to.

from wicked_pdf.

michaelschapira avatar michaelschapira commented on August 27, 2024

OK! Well I installed wkhtmltopdf on my system not as a gem on the one side, and I apparently bundler downloaded the 'wicked_pdf 0.6.0 9684b09' from github on the other side ...

I will come clean with all of that and I'll keep you posted.

Thanks again.

from wicked_pdf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.