Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Nov 4, 2024
1 parent 5902fba commit efd1a1e
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# ACadSharp.Pdf
ACadSharp.Pdf ![Build&Test](https://github.com/DomCr/ACadSharp.Pdf/actions/workflows/build_n_test.yml/badge.svg) ![License](https://img.shields.io/github/license/DomCr/ACadSharp.Pdf) ![nuget](https://img.shields.io/nuget/v/Acadsharp.Pdf) [![Coverage Status](https://coveralls.io/repos/github/DomCR/ACadSharp.Pdf/badge.svg?branch=master)](https://coveralls.io/github/DomCR/ACadSharp.Pdf?branch=master)
---

Library to generate Pdf files from dwg and dxf files read by [ACadSharp](https://github.com/DomCR/ACadSharp).

# Beta status

- Missing entities:
- HATCH
- TEXT
-
- HATCH:
- https://github.com/DomCR/ACadSharp.Pdf/pull/7
- TEXT | MTEXT | ATT
- https://github.com/DomCR/ACadSharp.Pdf/pull/8
- DIMENSIONS
- https://github.com/DomCR/ACadSharp.Pdf/pull/9
- INSERT
- https://github.com/DomCR/ACadSharp.Pdf/pull/10
- UNDERLAY | PDF | IMAGE
- https://github.com/DomCR/ACadSharp.Pdf/pull/11
- MLINE
- MULTILEADER
- RAY
- ELLIPSE
- TOLERANCE
- XLINE

0 comments on commit efd1a1e

Please sign in to comment.