Select to view content in your preferred language

How to attach a .pdf file to each feature class in a geodatabase?

4395
2
05-21-2010 11:43 AM
srikanthmatta
Emerging Contributor
Hello
i am looking for a way to attach a pdf file to each of the feature classes in the geodatabase in ArcGIS 9.3.  Help is appreciated.

Thanks
0 Kudos
2 Replies
AlexeyTereshenkov
Deactivated User
Hi,

The simlest way to do this is to create a new field for a feature class, and populate it with the UNC string path to the pdf file you want this feature class will be connected to.

If you use ArcGIS 10, I would recommend taking a look at enabling attachments.
URL: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001t000003vt000000.htm

The task can be implemented as well programmatically while creating a relationship class between a pdf file and a feature class.
0 Kudos
AJR
by
Frequent Contributor
Do you want to attach a pdf to the feature class (a.k.a. layer), or to the features within the feature class?
0 Kudos