We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have a trouble when i want to generate a pdf from the example on mac os. I have : pdftk 2.02 phamtomjs 1.9.7
I clone the git repository and just change in phantom-slippy-to-pdf.js : page.paperSize = { width: viewport.width * 1.5, height: viewport.height * 1.5 + 30 }; with : page.paperSize = { width: viewport.width * 1.8, height: viewport.height * 1.8 + 30 };
But syntaxhighlight don't work. You can see in the following pdf.
The text was updated successfully, but these errors were encountered:
I have this same problem. There is no highlighting on the pdf rendering.
Sorry, something went wrong.
No branches or pull requests
Hello,
I have a trouble when i want to generate a pdf from the example on mac os.
I have :
pdftk 2.02
phamtomjs 1.9.7
I clone the git repository and just change in phantom-slippy-to-pdf.js :
page.paperSize = { width: viewport.width * 1.5, height: viewport.height * 1.5 + 30 };
with :
page.paperSize = { width: viewport.width * 1.8, height: viewport.height * 1.8 + 30 };
But syntaxhighlight don't work.
You can see in the following pdf.
The text was updated successfully, but these errors were encountered: