You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 SKPictures 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.
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!
The text was updated successfully, but these errors were encountered: