|
@@ -1375,7 +1375,7 @@ function checkBlob(config){
|
|
|
function printForm(config){
|
|
|
|
|
|
let doc=new PDFDocument();
|
|
|
- doc.fontSize(25).text("Some text with standard font Andrej!", 100, 100);
|
|
|
+ doc.fontSize(25).text("Some text with standard font Andrej (1)!", 100, 100);
|
|
|
doc.end();
|
|
|
let stream = doc.pipe(blobStream()).on("finish",function(){
|
|
|
blob=stream.toBlob("application/pdf");});
|