corymickelson / NoPoDoFo

node pdf native bindings
GNU Affero General Public License v3.0
26 stars 6 forks source link

Typescript types seem to be incomplete / incorrect #103

Open taxilian opened 4 years ago

taxilian commented 4 years ago

There seem to be things missing or incorrect from the typescript library and/or documentation; seems like a StreamDocument extends Document? but the types say otherwise... and the types don't have a NDocument...

Is there something I can do to help the situation?

taxilian commented 4 years ago

for now I'm working around it by forcing it to think a StreamDocument is a Document for drawing purposes...