You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the following lines in the MacOSX 10.8/node 0.10.26/markdown-pdf2.2/phantomjs1.9.7 and Ubuntu 12.04 server/node 0.10.26/markdown-pdf2.2/phantomjs1.9.7
markdownpdf = require("markdown-pdf");
markdownpdf().from.string("some words here").to("/www/sach/Download/1.pdf",function(){
console.log("done");
});
And i got different files
Under MacOSX, the pdf cannot be selected and i thought it was images render by phantomjs
But under ubuntu, i got pdf with words that could be selected and then the chinese word cannot be displayed normally no matter i use utf-8 or gb2312 charset in hb5 template...
SO How could i got pdf (with images) under ubuntu...???
The text was updated successfully, but these errors were encountered:
I run the following lines in the
MacOSX 10.8/node 0.10.26/markdown-pdf2.2/phantomjs1.9.7
andUbuntu 12.04 server/node 0.10.26/markdown-pdf2.2/phantomjs1.9.7
And i got different files
Under MacOSX, the pdf cannot be selected and i thought it was images render by phantomjs
But under ubuntu, i got pdf with words that could be selected and then the chinese word cannot be displayed normally no matter i use utf-8 or gb2312 charset in hb5 template...
SO How could i got pdf (with images) under ubuntu...???
The text was updated successfully, but these errors were encountered: