Hi @DivyaVani-5514 as mentioned in Stack Overflow: "a PNG is a bitmap. A DWG is a 2d/3d CAD file. You may be able to convert them but the resulting DWG is probably not going to have the data needed by a mapping tool"
"Also adding your question Copied from Stack Overflow"
Prerequisites
To create indoor maps:
=>Make an Azure Maps account =>Obtain a primary subscription key, also known as the primary key or the subscription key. =>Create a Creator resource =>Download the Sample Drawing package.(https://learn.microsoft.com/en-us/azure/azure-maps/tutorial-creator-indoor-maps)
Requirement: 1). I have sample .PNG image. I wanna convert this to .DWG and After conversion , I should be able to edit data in .DWG Is it possible ??
2). As you see above azure maps team provided some sample "Sample Drawing Package" for indoor map. This package you can download from the above link. If you download and open, there you can see 3 .dwg files (Basement.dwg,Ground.dwg, Level_2.dwg) along with manifest.json file. So, How can I generate my own manifest.json file relates to converted (.PNG to .DWG) file?
NOTE: I have used https://www.reaconverter.com/convert/png_to_dwg.html and https://www.3ds.com/products-services/draftsight-cad-software/download-draftsight/?wockw=Draftsight for converting .png to .dwg
Sample png file : Floor03 Vertical.png, After conversion dwg file : ConvertedFile.dwg
So, I request anyone suggest how can I get my own (conversion .png to .dwg) drawing_package along with manifest.json data ?