Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 31,389 for

new

(0.08 sec)
  1. Formular not evaluated on certain XLSM when con...

    When converting the attached XLSM file to PDF, two formulas are not evaluated: image.png (39.7 KB) Formula not evaluated.zip (61.2 KB) I tried to convert the same document with GroupDocs Viewer and there everything wo…...CurrentCulture = new CultureInfo("ms-MY"); Executing...(var converter = new Converter(source, () => new SpreadsheetLoadOptio...

    forum.groupdocs.com/t/formular-not-evaluated-on...
  2. String Constructor (System) | Microsoft Learn

    Initializes a New instance of the String class.... Initializes a new instance of the String class...String(Char*) Initializes a new instance of the String class...

    learn.microsoft.com/en-us/dotnet/api/system.str...
  3. ViewerSettings | GroupDocs.Viewer for Java API ...

    Defines settings for customizing the behavior of the Viewer component....viewerSettings = new ViewerSettings(); viewerSettings.setLogger(new ConsoleLogger(false...true)); try (Viewer viewer = new Viewer("source.pdf", viewerSettings))...

    reference.groupdocs.com/viewer/java/com.groupdo...
  4. Save document to the specified stream | Documen...

    This article explains how to save document to the specified stream while using GroupDocs.Watermarks Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea (); // Specify...

    docs.groupdocs.com/watermark/java/save-document...
  5. Load document from URL | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...; try { InputStream stream = new java . net . URL ( url ). openStream...

    docs.groupdocs.com/merger/java/load-document-fr...
  6. GroupDocs.Annotation for .NET 17.5.0 Release No...

    Note This page contains release notes for GroupDocs.Annotation for .NET 17.5.0 Major Features Below the list of New features and fixed bugs in this regular monthly release of GroupDocs.Annotation for .NET. The most notable are: Fixed issue on mechanism of annotations detection on special cases for Words documents Implemented ability to annotate Email documents (export only) Added ability to annotate Html documents Implemented import annotations from tables for Words documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-393 Implement GetDocumentInfo from a stream New Feature ANNOTATIONNET-392 Implement Html documents annotating New Feature ANNOTATIONNET-391 Implement annotating Email format New Feature ANNOTATIONNET-390 Implement import annotations in tables for Word New Feature ANNOTATIONNET-389 Fix issues with annotations detection in some special cases in Words documents Bug ANNOTATIONNET-388 Refactor annotations export logic Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...Major Features Below the list of new features and fixed bugs in this...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  7. Convert contents of RAR or ZIP to different for...

    Learn how to convert contents of RAR/ZIP archives to a different format based on content type using GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...ZIP archive: var converter = new Converter (); converter . Load...

    docs.groupdocs.com/conversion/net/convert-conte...
  8. Parser Constructor (EmailConnection) - GroupDoc...

    Initializes a New instance of the Parser class to extract data from a remote email server....(EmailConnection) Initializes a new instance of the Parser class...EmailConnection connection ) Public Sub New ( connection As EmailConnection...

    apireference.groupdocs.com/parser/net/groupdocs...
  9. htmlhighlighter - GroupDocs.Search for Java - A...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......Creating an index Index index = new Index(indexFolder); // Indexing...OutputAdapter outputAdapter = new FileOutputAdapter("Highlighted...

    apireference.groupdocs.com/search/java/com.grou...
  10. Can we split excel file using Groupdocs.merger ...

    We have one excel workbook with one sheet. It is of 2 GB, can we split that excel file so that number of rows are equally distributed to split sheet. Please let me know sample C# code for the same....SplitOptions splitOptions = new GroupDocs.Merger.Domain.Options...Options.SplitOptions(filePathOut, new int[] { 3, 6, 8 }); // Instantiate...

    forum.groupdocs.com/t/can-we-split-excel-file-u...