@accordproject/markdown-pdf

0.16.22 • Public • Published

PDF Transformer

Use PdfTransformer to transform a PDF to a CiceroMark DOM and vice a versa. Combined with the @accordproject/markdown-cicero transformations this can be used to convert Markdown text to and from PDF.

Installation

npm install @accordproject/markdown-pdf --save

Usage

Transform a PDF to CiceroMark

const PdfTransformer = require('@accordproject/markdown-pdf').PdfTransformer;
pdfTransformer = new PdfTransformer();
const json = pdfTransformer.toCiceroMark(pdfBuffer);

Transform CiceroMark to a PDF

const PdfTransformer = require('@accordproject/markdown-pdf').PdfTransformer;
pdfTransformer = new PdfTransformer();
const options = {};
const outputStream = fs.createWriteStream(`./test.pdf`);
pdfTransformer.toPdf(ciceroMarkJson, options, outputStream );

License

Accord Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Accord Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.

© 2017-2020 Clause, Inc.

Package Sidebar

Install

npm i @accordproject/markdown-pdf

Weekly Downloads

277

Version

0.16.22

License

Apache-2.0

Unpacked Size

10.7 MB

Total Files

33

Last publish

Collaborators

  • mttrbrts
  • dselman
  • dianalease