Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 1,358 for

pptx to pdf

(0.06 sec)
  1. GroupDocs.Viewer for Java - Document Viewer Jav...

    GroupDocs pleased To announce another release of Java Document Viewer App (Modern UI) v3.2.0 using GroupDocs.Viewer for Java version 17.5.0. This release v3.2.0 comes up with new features and improvements for Search, Print and File Manager To view document in both HTML and Image representations for different document formats like DOCX, Pdf, XLSX, Pptx, MSG with attachments and many more features. Let’s have a look at it. We recommend you To download and explore this new version....document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and...

    blog.groupdocs.com/viewer/groupdocs.viewer-java...
  2. Document conversion is hanging using Java - Fre...

    Hi, We are encountering the same issue (documents hanging during conversion) while converting various file formats such as .docx, .xlsx, .Pptx, etc., inTo Pdfs. This issue is occurring only in our production environment…...pptx, etc., into PDFs. This issue is occurring...files when converting them into PDFs. Specifically, the images aren’t...

    forum.groupdocs.com/t/document-conversion-is-ha...
  3. Get supported file formats | GroupDocs

    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/python-net/get-sup...
  4. Load a file of a specific format | GroupDocs

    This example demonstrates how To load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage Topics To learn more about library features and get familiar how To manage metadata and more, please refer To theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  5. Load from a local disk | GroupDocs

    Learn how To open a file from local disk using GroupDocs.Metadata for Python via .NET....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/load-fro...
  6. Load from a stream | GroupDocs

    This example demonstrates how To load a file from a stream using GroupDocs.Metadata for Python via .NET....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/load-fro...
  7. Load from a local disk | GroupDocs

    The following example demonstrates how To load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InpuTone is an absolute or relative path To your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InpuTone)) { // 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 .NET examples GroupDocs.Metadata for Java examples...edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  8. Convert images | GroupDocs

    In this article, you can learn how To convert JPG, PNG, TIFF and other images inTo various file formats with several lines of C# code...(Encapsulated PostScript language), and PDF (Portable Document Format). Supported...Description Language: , , , , , , PDF: Presentation: , , , , , , ,...

    docs.groupdocs.com/conversion/net/convert/image/
  9. ObjectDisposedException: Cannot access a closed...

    I am having issue while converting .eml and .Pptx To Pdf using memory stream. The same code works just fine for .png and *.html. I just replace the LoadOptions based on the file type. See below for the LoadOptions I a…...pptx to PDF using memory stream. The...Format = PresentationFileType.Pptx } evgen.efimov April 17, 2025...

    forum.groupdocs.com/t/objectdisposedexception-c...
  10. Clean metadata | GroupDocs

    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...