Index: ExtractText.java
===================================================================
--- ExtractText.java	(revision 809525)
+++ ExtractText.java	(working copy)
@@ -184,10 +184,10 @@
                     document.openProtection( sdm );
                     AccessPermission ap = document.getCurrentAccessPermission();
 
-                    if( ! ap.canExtractContent() )
+                    /*if( ! ap.canExtractContent() )
                     {
                         throw new IOException( "You do not have permission to extract text" );
-                    }
+                    }*/
                 }
 
                 if ((encoding == null) && (toHTML))
