Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 1,344 for

pptx to pdf

(0.06 sec)
  1. Search text in HTML documents | Documentation

    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...
  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. Remove metadata properties | Documentation

    The easiest way To remove metadata properties from a file is To use corresponding tags that allow you To locate the desired properties across all metadata packages....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/remove-m...
  4. Document attributes | Documentation

    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/java/document-attribu...
  5. Document attributes | Documentation

    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/
  6. Extract hyperlinks from document page area | Do...

    This article explains that how To extract hyperlinks from document page area....extract images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  7. Extract formatted text from document page | Doc...

    This article explains that how To extract formatted text from document page....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-formatted...
  8. Save document | Documentation

    This article demonstrates how To save edited text documents, spreadsheets and presentations with GroupDocs.EdiTor for .NET API....(DSV) CSV, TSV Presentation PPT, PPTX, PPS, POT Plain Text documents...documents TXT Fixed-layout format PDF Fixed-layout format XPS Email...

    docs.groupdocs.com/editor/net/save-document/
  9. Text file encoding detection | Documentation

    This article explains that how To detect encoding of a text file auTomatically....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/text-file-encodin...
  10. Working with metadata in AVI files | Documentation

    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 the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...