Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 10,027 for

new

(0.11 sec)
  1. Convert to Spreadsheet with advanced options | ...

    Follow this guide and learn how to convert documents to Excel and Open Document spreadsheets of XLS, XLSX, ODS, OTS formats  with zoom and other customizations using GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...advanced options: const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  2. Set timeout for loading external resources | Do...

    This article explains how to set timeout for loading external resources contained by a document with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose.... LoadOptions loadOptions = new LoadOptions (); // Specify a...

    docs.groupdocs.com/viewer/java/set-timeout-for-...
  3. How to edit Mobi file | Documentation

    This article demonstrates how to edit Mobi files using Java programming language....Consulting Blog Knowledge Base New Releases Status Websites aspose...mobi" ; Editor editorFromPath = new Editor ( inputMobiPath ); FileInputStream...

    docs.groupdocs.com/editor/java/how-to-edit-mobi...
  4. Add image watermarks | Documentation

    This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...addAnImageWatermark () { const watermarker = new groupdocs . watermark . Watermarker...

    docs.groupdocs.com/watermark/nodejs-java/add-im...
  5. Load document from URL | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...)) { using ( Merger merger = new Merger ( stream )) { Console...

    docs.groupdocs.com/merger/net/load-document-fro...
  6. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...{ text: "Courier New", value: "Courier New" }, { text: "Georgia"...{ text: "Times New Roman", value: "Times New Roman" }, { text:...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  7. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some New features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM file formats. Along with this, the API also provides the way to work with layers in PDF documents and default fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications....we’re delighted to share some new features and improvements that...NET 3.7.0 - New FeaturesWe’ve introduced following new features...

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...
  8. Get extended information on the summary page | ...

    This article explains how to get extended information about comparison of documents on the summary page with GroupDocs.Comparison for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/get-extended-...
  9. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format....Consulting Blog Knowledge Base New Releases Status Websites aspose...the format var loadOptions = new LoadOptions ( FileFormat . Spreadsheet...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  10. Plain text | Documentation

    This article explains that how to extract plain formatted text from document page in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/plain-text/