次のコードがあります。結果は、目に見えるテキストが含まれていないpdfです。(HTMLのインラインスタイルで色を変更しても、背景と同じ色でレンダリングされると思います)
var client = require("jsreport-client")('https://localhost:443');
var output = '<html><body><h1 style="color:blue;margin-left:30px;">This is a heading.</h1></body></html>';
client.render({
template: { content: output }
}, function(err, pdfResp) {
pdfResp.pipe(res);
});
PDF のコンテンツをコピーしてテキスト パッドに貼り付けると、結果は次のようになります。
<code>ihsish issi aa gheadinhadinge
それを解決する方法はありますか?