From f03bd651d89159d3c9134c5e7b0c3d91467fe514 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 10 Sep 2020 18:35:47 +0000 Subject: [PATCH] --- devdocs/specs/core-reporting.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/devdocs/specs/core-reporting.txt b/devdocs/specs/core-reporting.txt index 8a7a0251..652930a5 100644 --- a/devdocs/specs/core-reporting.txt +++ b/devdocs/specs/core-reporting.txt @@ -35,6 +35,15 @@ USEFUL REPORTING RELATED LINKS //actual render here https://github.com/jsreport/jsreport-chrome-pdf/blob/d3fe318aac3628d8cb62f86f8f71314f21745798/lib/conversion.js + + //PDF utils + https://github.com/jsreport/jsreport-pdf-utils + + They use a Mozilla library called pdfjs and their utils are basically just wrappers around using it + https://github.com/mozilla/pdf.js + + hub to docs here: + https://mozilla.github.io/pdf.js/ This is the jsreport designer libs used for reference: https://github.com/jsreport/jsreport-studio/blob/master/package.json https://jsreport.net/learn/api