Giter Club home page Giter Club logo

draft-js-export-pdfmake's Introduction

DraftJS: export ContentState to pdfmake content object

Travis Status

This is a tool to convert DraftJS ContentState to pdfmake content object.

Available Commands

  • yarn build compiles the src folder into lib
  • yarn output generates an output.pdf in the root path
  • yarn test runs the test =)

Installation

yarn add draft-js-export-pdfmake

Contributing

If you want to help out, please open an issue to discuss or just go ahead and submit a PR.

License

This software is BSD Licensed.

draft-js-export-pdfmake's People

Contributors

juliobetta avatar rodolfobarretoweb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

draft-js-export-pdfmake's Issues

Single spaces between styled words being filtered out

When I create some text, e.g. 'this is bold italic' the output results in 'this is bolditalic'
I.e. the space is removed.
The ranges returned from draft-js-utils are correct.
I suspect the filter statement in stateToPdfMake.js#L122

For what reason is that filter there?

Text alignment not working

My draftjs block look like this:

{
"key": "6daf",
"text": "Title of the para",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [
{
"offset": 0,
"length": 17,
"style": "color-rgb(0,0,0)"
},
{
"offset": 0,
"length": 17,
"style": "bgcolor-rgb(255,255,255)"
},
{
"offset": 0,
"length": 17,
"style": "fontfamily-Open Sans", sans-serif"
},
{
"offset": 0,
"length": 17,
"style": "BOLD"
},
{
"offset": 0,
"length": 17,
"style": "UNDERLINE"
},
{
"offset": 0,
"length": 17,
"style": "fontsize-18"
}
],
"entityRanges": [],
"data": {
"text-align": "center"
}
}

Text alignment is center. but when convert to StateToPdfMake using "draft-js-export-pdfmake", text not align center.

Move dependencies to peerDependencies

Using this library in an app that has draft.js in it results in the library being included twice. Should the dependencies not be peerDependencies?

draft_bundle

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.