Hi JR
Probably the easiest way is just to test whether the page contains text:
// Enable the "Export Text" button if page contains text
btnSaveText.Enabled := Length( ImageEnView1.PdfViewer.GetText( 0, 100 )) > 10;
Nigel
Xequte Software
www.imageen.com