writer icon indicating copy to clipboard operation
writer copied to clipboard

A JavaScript dxf generator written in TypeScript.

Results 18 writer issues
Sort by recently updated
recently updated
newest added

When I use addText() to add text with chinese characters, they are displayed as ?. How can I write chinese correctly?

I'm using this package in a typescript project and i'm not able to use `.addImageDef` I'm getting the error `Property 'addImageDef' does not exist on type 'DxfWriter'` Below is the...

i add many image to cad but when i save to dwg or restart my computer file cad receive only last image. If I open the dxf file immediately it...

Could you help me out with .net objectArx ?? I would like to create a layout with 6 views in it(Top, Front, Left, Right, Bottom , Back ). The views...

``` dimStyle.DIMTXSTY = "16";//Equal to the default Dimstyle handle. Without it, the annotation style will not be correctly displayed. ``` what do you think

[block.zip](https://github.com/dxfjs/writer/files/11206806/block.zip) in autocad Double-click the edit block, save it, and it will be displayed

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...

Feature

Hi, I am trying to add images to dxf with different dimensions, setting different width and height. I found out that if I set smaller values to width and height,...

Hello, i have a problem when i use : ` let imgRef = this.dxf.addImage('map.png', 'map.png',{x:10,y:10,z:0},800,800,1,0)` I also try: ` let imgRef = this.dxf.addImage('.\\map.png', 'map.png',{x:10,y:10,z:0},800,800,1,0)` But when i try to open...