Password Protected PDF / PDF Text

Is it possible to provide a password when loading a protected PDF into a TMSFNCPDFViewer?

Also, in November you addressed the issue of accessing the text in the PDF. Has this been done?

Thanks

Hi,

The underlying JavaScript library allows a password parameter. We'll check to add support for this in TTMSFNCWXPDFViewer.

It's possible to retrieve the text from the PDF per page. You can use TTMSFNCWXPDFViewer.GetPageAsText to request the text and in the OnGetPageText event you can get access to the text.