Hello to all,
I am using c# window application framework 3.5 .I am working on the graphics search engine . Now i want to get the .ai (Adobe illustrator)files properties so please help me how to get .ai files properties?????
Standard API to access the OS level properties should work, if you are looking more than that, custom implementation or any third party library has to be used.
http://msdn.microsoft.com/en-us/library/system.io.fileinfo.aspx
Illustrator file is not just simple one image, that there will be a single image height, width and bit depth available. Illustrator file is made of two components, one is PDF and another is Illustrator private data called PGF. PDF spec is available to everyone while PGF has very limited documentation, but both of them are vector based format, it can contain paths, images, gradient, text etc. They can have multiple pages of varied sizes and each page can have multiple images. So there is no single image height, width or bit depth for the entire file in total.
North America
Europe, Middle East and Africa
Asia Pacific