Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 1,385 for

pptx to pdf

(0.61 sec)
  1. Output adapters | GroupDocs

    This article gives the knowledge about output adapters which are used To output generated HTML or plain text To various output objects....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/output-adapters/
  2. Search text in HTML documents | Documentation

    To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/search-text-in-ht...
  3. Search text in HTML documents | GroupDocs

    Learn how To search a keyword in HTML documents search(String) method is used. This method returns the collection of SearchResult objects....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/search-text-in-h...
  4. Document attributes | GroupDocs

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/document-attributes/
  5. Separate data extraction | GroupDocs

    This article explains how To separately extract data from documents and add the extracted data To the index....pdf" ; // Extracting data from a...search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/separate-data-ex...
  6. 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....pptx" try ( Metadata metadata = new...edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/find-metadata-...
  7. Search by chunks | GroupDocs

    This article gives the knowledge about the ability To perform search by chunks using Java search API....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/search-by-chunks/
  8. Load options for different document types | Gro...

    This article demonstrates how To load and convert Pdf. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API...., PPT, PPTX, ODP) Portable Document Format (PDF) Images (e...

    docs.groupdocs.com/conversion/java/load-options...
  9. Extract formatted text from documents | GroupDocs

    This article shows how To extract formatted text represented as HTML or Markdown with GroupDocs.Parser from documents of various formats like Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, Pptx), Excel (XLS, XLSX), LibreOffice formats and many others....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-formatte...
  10. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps To read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

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