Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 15,274 for

file

(0.11 sec)
  1. Method not found: ‘Aspose.Slides.Export.INotesC...

    Case 1 - We have tried with latest version as below, we are getting “Method not found: ‘Aspose.Slides.Export.INotesCommentsLayoutingOptions Aspose.Slides.Export.IRenderingOptions.get_NotesCommentsLayouting()’. (MissingMe…...(Windows), the PowerPoint (PPTX) file works fine, but after moving...

    forum.groupdocs.com/t/method-not-found-aspose-s...
  2. How to Convert PDF to Word in Java

    Take look at how to convert PDF to Word in Java for document conversion and use the sample code to convert PDF to DOCX using Java in your projects straight away....class and load the source PDF file Create an instance of the WordProcessingConver...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. Spring MVC Front End Project for GroupDocs.View...

    Team GroupDocs is pleased to announce Spring MVC Front End sample project for GroupDocs.Viewer for Java users. The core idea behind the development of this project is to facilitate developers to write their own document viewer using GroupDocs.Viewer for Java 3.x. As the project is open source and published on GitHub, developers can customize it as per their needs. Spring MVC Front End - FeaturesThis Front End provides end users with tools needed for convenient viewing and navigation of documents in a browser....Downloading Document Printing File Browser GroupDocs.Viewer for...

    blog.groupdocs.com/viewer/spring-mvc-front-end-...
  4. Remove annotation from document | GroupDocs

    This page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java.... None ); // Save result to file annotator . save ( "outputPath"...

    docs.groupdocs.com/annotation/java/remove-annot...
  5. Change Text Background Color Dynamically using ...

    GroupDocs team is proudly announcing the monthly release of GroupDocs.Assembly for .NET API version 17.12. Using the latest version, you can change text **background color **dynamically in word processing and email documents. You can also change chart axis title dynamically in word processing documents. Furthermore, you can insert images and barcodes dynamically in email messages (.msg) with RTF body. We recommend you to download and use the latest version of API....in Word Processing and Email file formatsYou can set text background...

    blog.groupdocs.com/assembly/change-text-backgro...
  6. GroupDocs.Annotation for .NET | GroupDocs

    API to annotate text or images in your documents using C#. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Develop Functions GUIDE Retrieve File Info Read Annotations Remove...

    docs.groupdocs.com/annotation/net/
  7. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Java....to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/java/change-page-orie...
  8. Save with default options | GroupDocs

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF File will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.... The PDF file will be overwritten. The following...

    docs.groupdocs.com/redaction/java/save-with-def...
  9. Load document from InputStream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....overhead of saving InputStream as a file on disk, provides a way to work...

    docs.groupdocs.com/merger/java/load-document-fr...
  10. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document as a rasterized PDF File...document as a rasterized PDF file: Python import groupdocs.redaction...

    docs.groupdocs.com/redaction/python-net/save-in...