Sort Score
Result 10 results
Languages All
Labels All
Results 5,731 - 5,740 of 39,052 for

documents

(0.08 sec)
  1. Document viewer API on GroupDocs Blog | Documen...

    Document viewer API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document viewer API on GroupDocs Blog | Document Automation Solutions for .NET & J......Document viewer API on GroupDocs Blog | Document Automation Solutions...content in Document viewer API on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/fr/tag/document-viewer-api/i...
  2. Working with worksheet headers and footers | Do...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking API...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...headers and footers in an excel document You can extract about all...

    docs.groupdocs.com/watermark/net/working-with-w...
  3. Generating slides preview for presentations | D...

    This article describes how to generate a preview for any slide in an existing PowerPoint presentation in SVG format using GroupDocs.Editor for Node.js and Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...js / Developer Guide / Edit Document / Edit PowerPoint Presentations...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  4. Add point annotation | Documentation

    The page describes how to add point annotation to a document using GroupDocs.Annotation for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...basics / Add annotation to the document / Add point annotation Add...

    docs.groupdocs.com/annotation/net/add-point-ann...
  5. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...absolute or relative path to your document. Ex: @"C:\Docs\message.msg"...

    docs.groupdocs.com/watermark/net/add-watermarks...
  6. How to Run Examples | Documentation

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Watermark examples, by building your own or using our back-end or front-end examples out-of-the-box....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...will help us improve our documentation. On this page Analyzing...

    docs.groupdocs.com/watermark/nodejs-java/how-to...
  7. Remove annotation replies | Documentation

    The page describes how to remove all or specific annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...the class. Specify the input document path or stream. Call the method...

    docs.groupdocs.com/annotation/net/remove-annota...
  8. Working with Template Syntax Formatting | Docum...

    Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax Manager Contract Price <>
    <<[getName()]:upper>> <<[getContracts().sum(
    c =>
    c.getPrice())]:arabicDash>>
    <
    > Total: <<[getManagers().sum(
    m => m.getContracts().sum(
    c => c.getPrice()))]>> Download Template Get template from here. Numeric upper.docx The Code...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...will help us improve our documentation. Analyzing your prompt,...

    docs.groupdocs.com/assembly/java/working-with-t...
  9. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/working-with-c...
  10. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/handling-the-i...