Sort Score
Result 10 results
Languages All
Labels All
Results 4,411 - 4,420 of 5,967 for

groupdocs.viewer,

(0.45 sec)
  1. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution.

    docs.groupdocs.com/metadata/java/find-metadata-...
  2. Convert page layout formats | GroupDocs

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET....This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET.

    docs.groupdocs.com/conversion/net/convert/page-...
  3. 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()); // ....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()); // .

    docs.groupdocs.com/metadata/java/working-with-c...
  4. Convert MSG to DOCX using Node.js

    Learn how to convert MSG to DOCX using Node.js with a simple guide. Follow easy steps to export MSG to DOCX in Node.js for seamless email-to-document conversion....Learn how to convert MSG to DOCX using Node.js with a simple guide. Follow easy steps to export MSG to DOCX in Node.js for seamless email-to-document conversion.

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  5. Convert PPTX to RTF using Node.js

    Explore how to convert PPTX to RTF using Node.js for easy document handling. Our guide shows how to export PPTX to RTF in Node.js, streamlining your workflow....Explore how to convert PPTX to RTF using Node.js for easy document handling. Our guide shows how to export PPTX to RTF in Node.js, streamlining your workflow.

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  6. Convert TXT to RTF using Node.js

    Learn how to convert TXT to RTF using Node.js with GroupDocs.Conversion. Follow this guide to easily export TXT to RTF in Node.js for enhanced document handling....Learn how to convert TXT to RTF using Node.js with GroupDocs.Conversion. Follow this guide to easily export TXT to RTF in Node.js for enhanced document handling.

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  7. Convert TXT to MD using Node.js

    Effortlessly convert TXT to MD using Node.js for clean Markdown output. Learn how to export TXT to MD in Node.js with fast, flexible file conversion tools....Effortlessly convert TXT to MD using Node.js for clean Markdown output. Learn how to export TXT to MD in Node.js with fast, flexible file conversion tools.

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  8. Create Search Report using C#

    Learn how to create search report using C# for indexed data. A sample code example will be provided to generate search report in C# without installing extra software....Learn how to create search report using C# for indexed data. A sample code example will be provided to generate search report in C# without installing extra software.

    kb.groupdocs.com/search/net/create-search-repor...
  9. Extract Text from PPTX using C#

    This article provides an in-depth guide on how to extract text from PPTX using C#, including code example to help you efficiently do text extraction from PPTX in C#....This article provides an in-depth guide on how to extract text from PPTX using C#, including code example to help you efficiently do text extraction from PPTX in C#.

    kb.groupdocs.com/parser/net/extract-text-from-p...
  10. Extract Hyperlinks from RTF using C#

    This article explains in detail how to extract hyperlinks from RTF using C#. There is no need to install extra software to read hyperlinks from RTF in C#....This article explains in detail how to extract hyperlinks from RTF using C#. There is no need to install extra software to read hyperlinks from RTF in C#.

    kb.groupdocs.com/parser/net/extract-hyperlinks-...