Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 3,109 for

file format conversion

(0.07 sec)
  1. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the document. For example, table of contents extraction isn’t supported for TXT Files. Therefore, for TXT File getToc method returns null. If Microsoft Office Word document has no table of contents, getToc method returns an empty collection....Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/java/extract-table-of...
  2. Use Aspose.OCR for .NET on-premise API | GroupDocs

    This article explains that how to use Aspose.OCR for .NET on-premise API....Conversion Product Solution GroupDocs...it requires a valid license file, you can always request a temporal...

    docs.groupdocs.com/redaction/net/use-aspose-ocr...
  3. Split document | GroupDocs

    This guide describes how to split document of PDF, Word, Excel, PowerPoint and many other Formats into several resultant documents using GroupDocs.Merger for Python via .NET API....Conversion Product Solution GroupDocs...Initialize class with output files path format; Instantiate object with...

    docs.groupdocs.com/merger/python-net/split-docu...
  4. 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()); // ....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Other / Working with CAD...

    docs.groupdocs.com/metadata/java/working-with-c...
  5. Scan QR Code from ODT using C#

    This guide details how to scan QR Code from ODT using C#. It includes a code example to assist you how to extract QR Code from ODT in C# for a smooth experience....Conversion Product Family GroupDocs...from ODT (Open Document Text) files using C# offers a powerful way...

    kb.groupdocs.com/parser/net/scan-qrcode-from-od...
  6. Features Overview | GroupDocs

    This artice decsribes the features of GroupDocs.Merger for .NET library. It allows you to Merge PDF, Merge JPG, Split Document, Move Page, Swap Pages of the documents....Conversion Product Solution GroupDocs...information about source document - file type, size, pages count, page...

    docs.groupdocs.com/merger/net/features-overview/
  7. Image redactions | GroupDocs

    This article shows that how to redact data of sensitive nature from images of various Formats like JPG, PNG, TIFF and others....Conversion Product Solution GroupDocs...nature from images of various formats like JPG, PNG, TIFF and others...

    docs.groupdocs.com/redaction/java/image-redacti...
  8. Extract Hyperlinks from PPTX using C#

    Learn how to extract hyperlinks from PPTX using C# for presentation analysis, content management. This topic also includes code to read hyperlinks from PPTX in C#....Conversion Product Family GroupDocs...or converting PPTX files to other formats, this guide will help...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  9. 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.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); // ....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Other / Working with CAD...

    docs.groupdocs.com/metadata/net/working-with-ca...
  10. Introducing GroupDocs.Parser for .NET | GroupDocs

    Powerful .NET document parsing API for extracting text, images, metadata, and structured data from 50+ File Formats including PDF, Word, Excel, PowerPoint. Features template-based extraction, full-text search, and enterprise-ready document processing capabilities....Conversion Product Solution GroupDocs...applications. Many popular formats are supported: PDF, DOC, DOCX...

    docs.groupdocs.com/parser/net/introducing-group...