Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 1,396 for

pptx to pdf

(0.24 sec)
  1. Fuzzy search | Documentation

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/fuzzy-search/
  2. Supported file formats | Documentation

    This Topic lists file formats supported by GroupDocs.Viewer for Java....Try the to open DOCX, XLSX, PPTX, and more. This topic lists...Microsoft Outlook data files: . PDF and Page Layout file formats...

    docs.groupdocs.com/viewer/java/supported-docume...
  3. Supported file formats | Documentation

    This Topic lists file formats supported by GroupDocs.Viewer for Node.js....Try the to open DOCX, XLSX, PPTX, and more. This topic lists...Microsoft Outlook data files: . PDF and Page Layout file formats...

    docs.groupdocs.com/viewer/nodejs-java/supported...
  4. Introduction | Documentation

    This article explains main principles and stages of editing documents programmatically with GroupDocs.EdiTor for .NET API....document of some format (like DOCX, PDF, or XLSX, for example). At this...separator N/A N/A Presentation PPT, PPTX, PPTM, PPS, PPSX, PPSM, POT...

    docs.groupdocs.com/editor/net/introduction/
  5. 使用 C# .NET 在 Word、Excel、PDF、ZIP 文档格式中搜索文本

    GroupDocs.Search 是一个功能强大的全文搜索 API,它允许您在应用程序中搜索 70 多种文档格式。...Word(Doc、Docx) 、PDF、HTML、EPUB、电子表格(XLS、XLSX) 、演示文稿(PPT、PPTX) 、图像和视频。...文档 # 以下步骤说明如何在多个文档(Word、Excel、PDF 和其他文档格式) 中搜索单词或短语。 创建新索引 :首先...

    blog.groupdocs.com/zh/search/search-text-in-wor...
  6. Supported file formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more...Try the to convert DOCX, XLSX, PPTX, and more. This topic lists...Paper Specification File ✅ ✅ PDF From Description Load Save Portable...

    docs.groupdocs.com/conversion/java/supported-fi...
  7. Working with XMP metadata | Documentation

    This article shows how To access XMP metadata in a file of any supported format....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-x...
  8. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps To read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Working with XMP metadata | Documentation

    This article shows how To access XMP metadata in a file of any supported format....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-xm...
  10. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/work-with...