Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 8,898 for

ppt

(0.12 sec)
  1. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...

    docs.groupdocs.com/search/java/using-aliases/
  2. Extract images to files | GroupDocs

    This article explains that how to extract images to files....images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...

    docs.groupdocs.com/parser/net/extract-images-to...
  3. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...

    docs.groupdocs.com/redaction/python-net/extend-...
  4. Keyboard layout correction | GroupDocs

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...

    docs.groupdocs.com/search/java/keyboard-layout-...
  5. Working with metadata in JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with metadata in MOV files | GroupDocs

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Extract Text from Markdown Files using C# | Mar...

    Extract Text from Markdown Files using C#. Parser the mardown files within .NET applications using document parser API by GroupDocs....(XLS, XLSX, …), presentations (PPT, PPTX, …), eBooks (EPUB, FB2...

    blog.groupdocs.com/parser/extract-text-from-mar...
  8. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/python-net/getting-...
  10. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...

    docs.groupdocs.com/search/java/numeric-range-se...