dxfjs / writer

A JavaScript dxf generator written in TypeScript.
https://dxf.vercel.app
MIT License
83 stars 17 forks source link

question about updating existing dxf #12

Open he-yang opened 2 years ago

he-yang commented 2 years ago

hi, i am working on an application which can automatically add text to existing dxf drawings.

I notice your application "dxf" can create new dxf file, would it be possible if you read existing dxf files first and then I put some new TEXTs to the dxf file, later export as a new dxf ?

tarikjabiri commented 2 years ago

Hi

Yeah currently the lib generate only new dxf content

I am planing to add a dxf parser to the lib in the future. For that purpose a rewrite of the lib is needed.

he-yang commented 2 years ago

wow. I just noted you are moving forward to 2.0.0. Great.

tarikjabiri commented 2 years ago

Yeah it's already v2.1.0, I have a new repo parser but it's not yet completed.

DeepankarGupta13 commented 1 year ago

Hi, I am using text but I am not able to rotate the text. can you pls help me with this?

DeepankarGupta13 commented 1 year ago

the above issue is fixed by @tarikjabiri .

sonikdesign commented 1 year ago

Hi, what is the latest update on this feature?

tarikjabiri commented 1 year ago

Actually no update here, but there is a seprate repo for parsing dxf, you can use that to parse the dxf and use the writer to write after