Marwan
07/07/2022, 8:52 AMlet template = "";
template += '<?xml version="1.0"?>';
template +=
'<!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd">';
template += "<pdf>";
template += "<head>";
template +=
'<link name="NotoSans" type="font" subtype="truetype" src="${nsfont.NotoSans_Regular}" src-bold="${nsfont.NotoSans_Bold}" src-italic="${nsfont.NotoSans_Italic}" src-bolditalic="${nsfont.NotoSans_BoldItalic}" bytes="2"/>';
template += "<macrolist>";
template += '<macro id="nlheader"></macro>';
template += '<macro id="nlfooter"></macro>';
template += "</macrolist>";
template += '<style type="text/css">';
template += "* {font-family: NotoSans, sans-serif;}";
Is that pattern common?Darren Choo
07/07/2022, 10:15 AMMarwan
07/07/2022, 11:02 AMMarwan
07/07/2022, 11:08 AMDarren Choo
07/07/2022, 11:51 AMtexmc
07/07/2022, 1:04 PMdbarnett
07/07/2022, 2:11 PMMarwan
07/07/2022, 2:21 PMbattk
07/07/2022, 5:12 PMbattk
07/07/2022, 5:12 PMMarwan
07/07/2022, 5:58 PMbattk
07/07/2022, 5:59 PMMarwan
07/07/2022, 6:01 PM