Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 11,394 for

pptx

(0.03 sec)
  1. Extract text from HTML documents | Documentation

    To extract a text from HTML documents GetText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails....data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/parser/net/extract-text-from...
  2. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/redaction/net/select-specifi...
  3. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iPPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  4. Get document info | Documentation

    This article shows how to get the basic document info....data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/parser/java/get-document-info/
  5. Loading specific file formats | Documentation

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/parser/java/loading-specific...
  6. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/get-document-i...
  7. How to Extract Images from PDF in Java

    Let's understand the easy-to-use procedure to extract images from PDF in Java and learn how to write the code to extract images from PDF using Java....formats including DOC, DOCX, XLSX, PPTX, and many more. Moreover, you...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  8. Image search options | Documentation

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/java/image-search-opt...
  9. Ինչպես փոխարկել DOCX-ը HTML-ի Java-ում

    Այս ձեռնարկը ձեզ ուղղորդում է, թե ինչպես փոխարկել DOCX-ը Java-ի HTML-ի: Հեշտությամբ կիրառեք Java DOCX-ի HTML ֆունկցիոնալությունը և հարմարեցրեք ելքային ֆայլը՝ սահմանելով տարբեր հատկություններ:...այլ ձևաչափերի, ներառյալ MD, PPTX, XLSX, CSV, TIFF, MHTML, PNG...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  10. Working with metadata in JPEG2000 images | Docu...

    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 Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/working-with-me...