Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 1,342 for

pptx to pdf

(0.16 sec)
  1. Get supported file formats | Documentation

    This article shows that how To get the list of all supported file formats of GroupDocs.Redaction by using C#....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/get-supported-...
  2. Synchronizing shards | Documentation

    This page contains information about synchronizing shards in the search network....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/synchronizing-sha...
  3. Load from local disc | Documentation

    This article shows how the redaction API is used To load file from disk....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/load-from-loca...
  4. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you To replace or remove metadata using filters or search by regular expression....different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others...add_suffix = True so . rasterize_to_pdf = False result_path = redactor...

    docs.groupdocs.com/redaction/python-net/metadat...
  5. Indexing | Documentation

    The articles in this section describe advanced search index related Topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/indexing/
  6. Simple JSP Front End example for GroupDocs.View...

    We are excited To announce a simple front-end for GroupDocs.Viewer for Java API so newbies can start using it quickly, instead of learning the rich features and complexities provided in GroupDocs.Viewer for Java using Struts2 or GroupDocs.Viewer for Java Using Servlets. Simplicity comes with many advantages and disadvantages. JSP front-end is a minimum implementation and demonstrates how simple it is To get started with GroupDocs.Viewer for Java. This removes features some useful features, like the user cannot download the document, cannot print, zoom, etc....(PPT, PPTX, PPS, PPSX), and Portable Document Formats (PDF) documents...

    blog.groupdocs.com/viewer/groupdocs-viewer-java...
  7. Load Presentation document with options | Docum...

    Learn this article and check how To load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for Java API....Available options are: Ppt, Pps, Pptx, Ppsx, Odp, Otp, Potx, Pot,...outputPath = "ConvertPresentationB.pdf" const converter = new groupdocs...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  8. Clean metadata | Documentation

    Sometimes you may need To just remove all or clean metadata properties without applying any filters. The best way To do this is To use the Sanitize method....pdf" ); // Remove detected metadata...); metadata . save ( "output.pdf" ); } As a result, we get a sanitized...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  9. Clean metadata | Documentation

    This artcle explains how To remove all or clean metadata properties without applying any filters. The best way To do this is To use the Sanitize method....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/clean-metadata/
  10. Load from a stream | Documentation

    This example demonstrates how To load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path To your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/load-from-a-st...