Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Please find the sampled link from https://www.syncfusion.com/downloads/support/directtrac/general/ze/vue-ej2-es5-error-resolved-1944274537.zip .

1) The reported issue is reproduced in with NPM and CDN packages
NPM: "@syncfusion/ej2-vue-es5": "^18.1.42"
CDN: http://cdn.syncfusion.com/ej2-vue-es5/dist/ej2-vue.min.js
2) pdfTrueTypeFont API is in ej2-pdf-export source. It’s not depends on ej2-grid source.
3) The same issue has reproduced in previous versions too.

Note: To reproduce this issue, please uncomment the below lines and use the above mentioned CDN link or NPM package for ej2-vue-es5.
var pdfExportProperties = {
theme: {
header:

{font: new ej.pdfexport.PdfTrueTypeFont(window.adventProFont, 12) }

,
caption:

{ font: new ej.pdfexport.PdfTrueTypeFont(window.adventProFont, 10) }

,
record:

{ font: new ej.pdfexport.PdfTrueTypeFont(window.adventProFont, 9) }

}
}
grid.pdfExport(pdfExportProperties);