@medicus.ai/medicus-report-pdf-generator

1.0.298 • Public • Published

Medicus Pdf Generator

This package is a stand-alone lightweight nodejs library for generating medical reports in a PDF format.

Installation

using this command.

npm install @medicus.ai/medicus-report-pdf-generator

Usage

const {generateMedicusPDF} = require('@medicus.ai/medicus-report-pdf-generator');

async function generatePDF(json) {
   try {
        const data = await generateMedicusPDF(json);
        return data;
    }
    catch (e) {
        throw new Meteor.Error(500, 'error', e);
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @medicus.ai/medicus-report-pdf-generator

Weekly Downloads

133

Version

1.0.298

License

ISC

Unpacked Size

3.29 MB

Total Files

166

Last publish

Collaborators

  • dev.medicus.ai
  • hisham.kassar47