Sridhar

Results 8 comments of Sridhar

I think he means adding twitter/linkedIn/Facebook profile url as links to the mentions. Can `linkTarget` be used for your requirement @Aidenkwok?

https://gist.github.com/mgalla10/053de2471f74277e60fb908aaa3685ff The above gist, with a printer name will help replicating this issue

This issue is actually not fixed. The pdf is generated fine but the prints are not triggered with proper layout in silent mode. #41928 explains it.

For now, I have resorted back to https://www.npmjs.com/package/pdf-to-printer. While its not perfect, it helps me with most of the cases. I faced an issue with orientation, and only for Windows,...

The issue doesn't show up on all printers afaik. I found a different solution. If we pass the right page dimensions, prints came out right(without needing the external module pdf-to-printer)...

I found a different solution to this issue. If we pass the right page dimensions, prints came out right on the Zebra printers(tested on zd621 and zc10l). ``` pageSize: {...

Just to be clear, `nw-gyp rebuild --target=0.36.4` compiles without issues. If the target is over 0.37, nw-gyp starts failing.

Created a [pull request](https://github.com/tojocky/node-printer/pull/258/files) for this one.