I was able to successfully extract five adobe PDFs from an Excel workbook using the following link:
http://www.aspose.com/docs/display/cellsnet/Extract+Ole+Objects+from+Workbook
The .pdf's are named based on the Ole xx file name (outOLE0.pdf, outOLE1.pdf, outOLE2.pdf,etc) Is there a way to determine the row/column of the OLE objects, so that I can name the file more appropriately? I wanted to name ExcelFileName, concatenated, with a value in a row/cell (or similar). For example, ExcelTest-F2.pdf, ExcelTest-K2.pdf, ExcelTest-M2's value.