Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 1,728 for

document management

(0.17 sec)
  1. Single Row Image in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Single Row Image in Text Document Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must show image of the manager It must show Name and age of manager Report must be generated in the Text Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Image in Text Document Single Row Image in Text Document Leave feedback...

    docs.groupdocs.com/assembly/java/single-row-ima...
  2. Working with interpreted values | GroupDocs

    Understand and extract human-readable (interpreted) values for metadata properties using GroupDocs.Metadata for Python via .NET....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...UNKNOWN and metadata . get_document_info () . is_encrypted !=...

    docs.groupdocs.com/metadata/python-net/working-...
  3. First Public Release of GroupDocs.Merger for Ja...

    We are pleased to announce GroupDocs.Merger for Java 18.8. A back-end Document manipulation API that allows to split, remove or reorder pages in a Document of supported format. Pages could be swapped or trimmed. You can also manage Documents protection. GroupDocs.Merger for Java allows to check Document protection and then set, remove or update password. Aside this, API permits to join two or more Documents of same file format into one.... A back-end document manipulation API that allows...remove or reorder pages in a document of supported format. Pages...

    blog.groupdocs.com/merger/first-public-release-...
  4. Numbered List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Email Document format. Numbered List in Email Document Creating a Numbered List Practicing the following steps you can create Numbered List Template in MS Outlook 2013. Create a new Email. Write a sentence like “We provide support for the following clients:”. Start numbered list. Save the template. Reporting Requirement As a report developer, you are required to represent the following key requirements:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...List in Email Document Numbered List in Email Document Leave feedback...

    docs.groupdocs.com/assembly/java/numbered-list-...
  5. Generate Tiling Watermarks - Enhance Document S...

    Discover the techniques to generate tiling watermarks for Documents using C#, Java, and Node.js. Enhance your Document security with this step-by-step guide....digital age, the security of documents is more critical than ever...watermark across the entire document. This guide offers a comprehensive...

    blog.groupdocs.com/watermark/generate-tiling-wa...
  6. In-Table List in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in Presentation format. Note The code uses some of the objects defined in The Business Layer. In-Table List in Microsoft PowerPoint Document Creating a In-Table List Practicing the following steps you can create In-Table List Template in MS PowerPoint 2013. Add a new presentation slide. Press “Insert” tab. Add a 2x3 table. Save your Document. Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Presentation Document In-Table List in Presentation Document Leave feedback...

    docs.groupdocs.com/assembly/java/in-table-list-...
  7. Image comparison processing time to save output...

    About 1-2 minutes to export a image Result saved image image.png (6.0 KB) My code: public static class GroupDocsApi { // Function use GroupDocs API to compare words public static Chang…...Comparison Product Family document-comparison , dotnet , csharp...OpenRead(outPut); Document document = new Document(fileStream); string...

    forum.groupdocs.com/t/image-comparison-processi...
  8. Extract Text from PPTX using C#

    This article provides an in-depth guide on how to extract text from PPTX using C#, including code example to help you efficiently do text extraction from PPTX in C#....analysis, data extraction, or document automation. In this article...will simplify handling and managing the content within PPTX files...

    kb.groupdocs.com/parser/net/extract-text-from-p...
  9. Manage XMP and EXIF Data of HEIF HEIC Images us...

    Manage XMP and EXIF data of HEIF, HEIC images using C#. Read, update, remove EXIF and XMP data using Metadata automation API within .NET applications....API to automate metadata management within .NET applications...You can also visit the documentation for the complete list of...

    blog.groupdocs.com/metadata/manage-xmp-and-exif...
  10. Working with CAD metadata | GroupDocs

    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...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-c...