Skip to content
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

PDF render SyntaxHighlight #16

Open
AlucardleVash opened this issue May 27, 2014 · 1 comment
Open

PDF render SyntaxHighlight #16

AlucardleVash opened this issue May 27, 2014 · 1 comment

Comments

@AlucardleVash
Copy link

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.
capture decran 2014-05-27 a 15 16 27

@FrankWSamuelson
Copy link

I have this same problem. There is no highlighting on the pdf rendering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants