This example demonstrates how to load a file of a particular format using GroupDocs.Metadata for Python via .NET....Editor Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...
Retrieve and save attachments from emails, Outlook files, archives, and Pdfs....Editor Product Solution GroupDocs...Outlook data files, archives, and PDF documents. Python from groupdocs...
Learn how to detect file types of items within containers using GroupDocs.Parser for Python via .NET....Editor Product Solution GroupDocs...files by their detected format (PDF, DOCX, XLSX, etc.). Filter items...
Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for Java API....Editor Product Solution GroupDocs...outputPath = "./password-protected.pdf" PdfConvertOptions convertOptions...
The page describes how to add an underline annotation to a document using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { UnderlineAnnotation underline...
This topic explains how to search for metadata signatures within the documents with GroupDocs.Signature API....Editor Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { MetadataSearchOption options...
This article explains how to make advanced search for digital electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...signature = new Signature ( "signed.pdf" ); DigitalSearchOptions options...
This article explains how to search for QR-code electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); QrCodeSearchOptions options...
This article explains how to provide advanced options when updating Text electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...IsSignature Image Spreadsheet Pdf Presentation Word Processing...
This article shows how to obtain the history of document changes with GroupDocs.Signature API....Editor Product Solution GroupDocs...new Signature ( "sampleSigned.pdf" ); try /*JAVA: was using*/ {...