Open KyleeChangg opened 3 months ago
It is a complicated process and to my knowledge, there is no public .NET solution for this, which is why my company needed to create this system from scratch. Our system uses SKIA as the PDF creation engine.
The process is as follows: Convert all the simple objects to their equivalent SKIA counterparts. Render the blocks into SKPicture
s then apply the transformation matrix to them to place them into the correct location. Rendering the text is also a bit tricky as you have to parse MText values. I have an old version of our parser located in this PR.
Hi @KyleeChangg
The current state of the library doesn't allow to export the file in PDF, I might take a look after the v1 is released.
It not functional yet but I started to take a look:
As the title suggests, I currently have a cadDocument but cannot find in the documentation how to convert this document into a pdfFile. Any help would be appreciated, thanks!