Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 1,509 for

document management

(0.05 sec)
  1. List of supported files for GetText function in...

    Hi, I’m trying to use “GetText” function from GroupDocs.Parser, to extract text from various files. Parser generally seems to support a lot of formats: But “GetText” specifically seems to be more limited. Is there …...lot of formats: Supported Document Formats It supports DOCX,...important to note that not all document formats support this feature...

    forum.groupdocs.com/t/list-of-supported-files-f...
  2. 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.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-ca...
  3. Chart Series Coloring in Spreadsheet Document |...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Spreadsheet Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Excel 2013: Create a new Workbook. Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to view the drop-down list....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Spreadsheet Document Chart Series Coloring in Spreadsheet Document Leave...

    docs.groupdocs.com/assembly/java/chart-series-c...
  4. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Java search engine...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...examples: Free online document metadata management App Along with full...

    docs.groupdocs.com/metadata/java/adding-metadata/
  5. In-Table List in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List in Microsoft Word Document Creating a In-Table List Practicing the following steps you can create In-Table List Template in MS Word 2013. Click the on the Document where you want to insert the table. Press “Insert” tab....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Processing Document In-Table List in Word Processing Document Leave...

    docs.groupdocs.com/assembly/java/in-table-list-...
  6. Convert PDF to TIFF using Node.js

    Learn how to convert PDF to TIFF using Node.js and export PDF to TIFF in Node.js. Efficient file conversion for high-quality image outputs in your applications....especially when working with documents that need to be processed...when dealing with scanned documents, images for printing, or archiving...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  7. 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...
  8. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Common List Image in Word Processing Document |...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Word Document Creating a Common List Please follow below steps to create Common List Image Document in MS Word 2013: Insert the 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...Processing Document Common List Image in Word Processing Document Leave...

    docs.groupdocs.com/assembly/java/common-list-im...
  10. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/handling-mpeg-...