Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 1,395 for

pptx to pdf

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

    This page describes how the search api is used To obtain a list of supported file types....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/get-suppo...
  2. 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...
  3. Load from Stream | Documentation

    This article shows that how To load file from stream using redaction API...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/load-from-stream/
  4. Basic Usage | Documentation

    GroupDocs.Watermark library provides the ability To manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added To documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks.... // Add text watermark to PDF document Watermarker watermarker...new Watermarker ( "document.pdf" ); TextWatermark watermark =...

    docs.groupdocs.com/watermark/java/basic-usage/
  5. 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-...
  6. Annotation Opacity is Introduced in GroupDocs.A...

    We are pleased To announce another monthly release of GroupDocs.Annotation for Java v17.10 with some new features like import of annotation from Diagram, setting annotations opacity and many more. This monthly release also covers improvements like change in arrow shape and import of text annotations. Aside this, many fixes are also introduced in this release. For further information, please see release notes. We’d recommend you To download latest release of the API, integrate it in your project and share your valuable feedback....following document types # Diagram PDF Word Slide Import following annotation...when: # Annotating xlsx and pptx formatted document Get a document...

    blog.groupdocs.com/annotation/introducing-group...
  7. Getting TargetInvocationException for groupdocs...

    Tried To convert Pdf , docx To png format but get thrown with this error class com.groupdocs.conversion.internal.c.a.ms.System.Reflection.TargetInvocationException —> java.lang.reflect.InvocationTargetException import …...2025, 2:51pm 1 Tried to convert pdf , docx to png format but get...File Formats : Ensure that the PDF and DOCX files you are trying...

    forum.groupdocs.com/t/getting-targetinvocatione...
  8. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search using Java search API....// This filter returns only PDF and DOCX documents const filter...SearchDocumentFilter . createFileExtension ( '.pdf' , '.docx' ); Attribute filter...

    docs.groupdocs.com/search/nodejs-java/document-...
  9. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/nesting-search-qu...
  10. 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" ) as metadata : affected = metadata...) metadata . save ( "output.pdf" ) } As a result, we get a sanitized...

    docs.groupdocs.com/metadata/python-net/clean-me...