Sorry for my mistake. It is working fine. In our server we have some issues i guess. Due to that anchor tag is not working
vijayraman96
@vijayraman96
Posts made by vijayraman96
-
RE: Urls not working in password protected pdf
-
RE: Urls not working in password protected pdf
Can i have your official email , i cant able to upload my pdf here.
The pdf you have mentioned is not password protected. After downloading It was not the password protected. -
RE: Urls not working in password protected pdf
The Admin, the anchor tags and the pdf you generated are absolutely working fine.
The anchor tags are working fine under the normal conditions
While the pdf is protected by password , my anchor tag links are changed or disabled which are unclickable. -
RE: Urls not working in password protected pdf
Hi Admin, If I generate the pdf with the password protected, anchor links are not working but when it is generated without the password protected , the anchor links are working fine.
I am using the @jsreport/nodejs-client .
-
Urls not working in password protected pdf
When the pdf is protected by password, the urls are not working. The following are options I have used,
let reportTemplate = { template: { chrome: { format: "A4", printBackground: true }, content: htmlContent, engine: 'handlebars', recipe: 'chrome-pdf', pdfPassword: { password: 123456, ownerPassword: 123456, printing: "LowResolution", modifying: false, fillingForms: false, copying: false, print: true, } }, }
-
RE: Letter-spacing issue in font
https://playground.jsreport.net/w/vijayraman96/13PgY9_3
Here is my code you can check here -
RE: Letter-spacing issue in font
let reportTemplate: JSReportCore.Request = {
template: {
chrome: {
format: "A4",
printBackground: true
},
content: template_url,
engine: 'handlebars',
recipe: 'chrome-pdf',
pdfPassword: {
password: userPassword,
ownerPassword: userPassword,
documentAssembly: true,
printing: "HighResolution",
modifying: false,
fillingForms: false,
copying: false,
contentAccessibility: false
}
},
};
I am using @jsreport/nodejs-client package. The following are the options i am using. -
RE: Letter-spacing issue in font
I am using handlebars engine, chrome-pdf recipe, and in chrome-pdf we are using Pdf format. I have attached the image below!!
In between n and s there is some space.
0_1706857722024_MicrosoftTeams-image (1).png -
Letter-spacing issue in font
On different browsers , font has letter spacing issues. Few times it is coming correct but few times it is showing letter spacing css issues