Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 1,559 for

document management

(0.12 sec)
  1. How do I set FontDirectories in GroupDocs.Conve...

    In a previous version (22.1) I was setting the FontDirectories of the ConvertSettings object. Trying to upgrade to 24.2, this now looks like a read-only property and throws an error. How can I set this so I can use cus…...Please take a look at this document API reference . Let us know...access to our Paid Support management team. atir.tahir March 7...

    forum.groupdocs.com/t/how-do-i-set-fontdirector...
  2. Updating metadata | Documentation

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...examples: Free online document metadata management App Along with full...

    docs.groupdocs.com/metadata/java/updating-metad...
  3. Complex QR entries | Documentation

    This section contains articles with explanation how to create most popular 2D matrix barcodes using predefined data models...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Signing documents / Complex QR entries Complex...

    docs.groupdocs.com/signature/net/sign-document-...
  4. Feature request: Allow specifying FILE_FLAG_BAC...

    Hello there, We have a feature request: We’d like to be able to extract files you usually don’t have access to, via the backup privilege, which seems to not be possible with GroupDocs.Search at the moment. With Win32,…...access to our Paid Support management team. jamsharp May 6, 2025...extractedData = m_Extractor.Extract(document, extractionOptions); Am I...

    forum.groupdocs.com/t/feature-request-allow-spe...
  5. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET watermark ......Tags on GroupDocs Blog | Document Automation Solutions for .NET...in Tags on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/de/tags/index.xml
  6. Merge PPTX Presentations in Python with GroupDo...

    This article provides step-by-step instructions on merging PPTX presentations using GroupDocs.Merger for Python via .NET....Example 1: Merging Two PPTX Documents Example 2: Merging PPTX from...presentations into a single document seamlessly. Load the Source...

    blog.groupdocs.com/merger/merge-pptx-in-python/
  7. 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...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-c...
  8. Single Row Image in Presentation Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Single Row in Microsoft PowerPoint Document Creating a Single Row Please follow below steps to create Single Row Image in MS PowerPoint 2013: Creat a new presentation slide. Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Presentation Document Single Row Image in Presentation Document Leave...

    docs.groupdocs.com/assembly/java/single-row-ima...
  9. In-Table List in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Email Document format. In-Table List in Email Document Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show managers’ name. It must show the sum of contract prices against each manager....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...List in Email Document In-Table List in Email Document Leave feedback...

    docs.groupdocs.com/assembly/java/in-table-list-...
  10. Working with TORRENT files | Documentation

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

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