Hi,
My customer has a building-site/construction plan in plain PDF form (pure vector data). So it is not a GeoPDF or has any other spatial reference in it.
But I know the spatial point of the lower-left and upper-right corner of the PDF.
So my task is now to overlay a 2D map with this PDF.
The only thing I've found so far which is quite close is this example: https://developers.arcgis.com/net/wpf/sample-code/edit-kml-ground-overlay/
But there are a few problems with this:
- It's in 3D (but I reckon KML would work on 2D as well)
- It's KML, not PDF
- It's a bitmap, not a vector
Drawing/reproducing the data in the PDF with ArcGIS geometry-forms is impossible due to its complexity.
I have also thought about to convert the PDF to a GeoPDF, then to a KML and then loading it into my app... But thats quite a stretch! And I'm already stuck on how to put the spatial data in the PDF I have.
Any input would be appreciated.
Thanks
Soko