Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 3,308 for

file format conversion

(1.38 sec)
  1. 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/
  2. render_docx_to_html.zip

    demo-app/render_docx_to_html.py import os from groupdocs.viewer import License, Viewer from groupdocs.viewer.options import HtmlViewOptions def render_docx_to_html(): # Get license File absolute pa......render_docx_to_html(): # Get license file absolute path license_path =...set_license(license_path) # Load DOCX file with Viewer("./sample.docx")...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  3. 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...
  4. 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...
  5. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration in Node.js via Java....Conversion Product Solution GroupDocs...properties extracted from various formats. To get a full list of properties...

    docs.groupdocs.com/metadata/nodejs-java/working...
  6. 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...
  7. 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-...
  8. GroupDocs.Total for .NET | GroupDocs

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....Conversion Product Solution GroupDocs...over 170 document and image formats, including text documents,...

    docs.groupdocs.com/total/net/
  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. 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...