Sort Score
Result 10 results
Languages All
Labels All
Results 6,781 - 6,790 of 40,441 for

documents

(0.32 sec)
  1. Working with Table Reports - Highlighted Rows |...

    Articles in this section...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Highlighted Rows in Word Processing Document In-Table List with Highlighted...

    docs.groupdocs.com/assembly/java/working-with-t...
  2. Document Parser Oplossing voor eindgebruikers &...

    Parseer documenten, spreadsheets, presentaties, e-mails, archieven en meer om tekst, afbeeldingen, metagegevens of codering te extraheren....App & API Gebaseerde Document Parsing Oplossing Extraheer afbeeldingen...

    products.groupdocs.app/nl/parser
  3. Introducing GroupDocs.Signature for .NET | Docu...

    Introduction to GroupDocs.Signature for .NET - what is it and why to use...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...digital signatures to various document formats such as PDF, DOCX/DOC...

    docs.groupdocs.com/signature/net/introducing-gr...
  4. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Please visit the following documentation section for more information:...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...NET / Developer Guide / Edit document / Edit PowerPoint Presentations...

    docs.groupdocs.com/editor/net/inserting-edited-...
  6. How to sign Excel spreadsheets and their macros...

    This guide describes how to sign Excel workbooks and/or macros in them using C#. Sign your spreadsheets with digital certificate using GroupDocs.Signature .NET API by GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...a path to the source document or document stream. Create the object...

    docs.groupdocs.com/signature/net/how-to-sign-ex...
  7. Working with GroupDocs.Assembly Engine | Docume...

    About this section The articles in this section will be talking about technical concepts to be considered when creating document templates in order to generate your required reports. After going through this section, hopefully you will understand the template syntax, composing expressions and other C# syntax supported programming elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...be considered when creating document templates in order to generate...

    docs.groupdocs.com/assembly/net/working-with-gr...
  8. Use PDF redaction filters | Documentation

    This article explains that how to set page-level scope to PDF redactions....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...of the last page in a PDF document. final Redactor redactor =...

    docs.groupdocs.com/redaction/java/use-pdf-redac...
  9. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/getting-known-p...
  10. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/working-with-me...