Filter Password Protected Files
This section describes how to filter password-protected files.
To filter password-protected files
-
In the Java API, use the
setSourcePassword(java.lang.String pwd)
method. For example:objFilter.setSourcePassword(pwd);
where
pwd
is a null-terminated string of 255 characters or fewer.