Retrieve a list of document attachments from your Emails, Outlook data files, archives and Pdf documents with GroupDocs.Viewer for .NET...attachments: emails, Outlook data files, archives, and PDF documents...
GroupDocs.Parser provides the functionality To open the password-protected documents.
The following are the steps To work with password protected documents.
Instantiate the LoadOptions object; Set password in LoadOptions(String) construcTor; Create Parser object and call any method. The following code sample shows how To process password protected documents.
try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...
The SetProperties method is used To update or add metadata. You can easily add metadata To phoTos, Pdfs or you can update or add data To mp3 files....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...
The articles below explain that how To extract data from various file formats...Extract data from PDF documents Extract data from Emails Extract data...
Learn about redaction API methods To reject or approve specific changes during redaction process...formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...
GroupDocs.Parser provides the functionality To handle loading of HTML external resources.
Here are the steps To handle loading of HTML external resources.
Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how To handle loading of HTML external resources.
// Create an instance of ParserSettings To pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class To generate spreadsheet page previews try (Parser parser = new Parser(Constants....data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...
An interface is used To receive the information about errors, warnings and events which occur while data extraction....data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...
Render Email attachments with GroupDocs.Viewer for .NET in the same way as you would render any other documents...attachments: emails, Outlook data files, archives, and PDF documents...