-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependency on pdftk #13
Comments
I have a similar issue with pdftk 1.44 and phantomjs 1.4.0. I can only see the bottom half of the each slide in the PDF. No issue with background though. |
It works fine with phantomjs 1.6.1. Except that the code parts are not well converted. |
I think that's just an issue on linux, the pdf rendering is kinda voodoo, you can try to play with the numbers/multipliers on https://github.com/Seldaek/slippy/blob/master/bin/phantom-slippy-to-pdf.js#L44 and see what happens. Those numbers seem to work on windows, but they don't on linux AFAIK. It shouldn't be related to pdftk since it just merges the pages together into one single pdf. |
it's work for me to change the ration on https://github.com/Seldaek/slippy/blob/master/bin/phantom-slippy-to-pdf.js#L44. But SyntaxHighlight don't work. Any idea ? i try to set an higher valuer to delay but with no change. |
That's strange I haven't had issues with that. |
I start a new issue to don't polluting this one. |
what is the minimum version of pdftk required to render pdfs? i have pdftk 1.41 and just downloaded phantomjs 1.5.0.
when i render slides, i get half of the image grey and for long slides i see the bottom part at the top of my slide. the lower part of the slide is always blank. and data-background slides seem not to have the background image.
The text was updated successfully, but these errors were encountered: