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

file format conversion

(0.97 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. Hello, World! | GroupDocs

    Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example....Conversion Product Solution GroupDocs...information from various document formats. A wide range of makes it versatile...

    docs.groupdocs.com/redaction/python-net/hello-w...
  3. Shapes in spreadsheet document | GroupDocs

    The watermarking API enables you extracting inFormation about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text Formatting, Replacing text for particular shapes, Replacing shape image and more....Conversion Product Solution GroupDocs...shapes with particular text formatting, Replacing text for particular...

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  4. 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-...
  5. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the inFormation contained in the document....Conversion Product Solution GroupDocs...signatures based on certificate files and ability to support digital...

    docs.groupdocs.com/signature/java/features-over...
  6. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Tables are represented by “table” tag. For more details, see Extract text structure. Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT Files. Therefore, for TXT File getStructure method returns null. If Microsoft Office Word document has no text, getStructure method returns an empty org....Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/java/extract-tables-f...
  7. 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...
  8. Create PDF with Image Redaction | GroupDocs

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Conversion Product Solution GroupDocs...save it as a rasterized PDF file (containing images of the original...

    docs.groupdocs.com/redaction/python-net/create-...
  9. 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 Java API....Conversion Product Solution GroupDocs...Initialize class with output files path format; Instantiate object with...

    docs.groupdocs.com/merger/java/split-document/
  10. 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 API....Conversion Product Solution GroupDocs...Initialize class with output files path format; Instantiate object with...

    docs.groupdocs.com/merger/net/split-document/