Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 10,649 for

new

(0.05 sec)
  1. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Comparison....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/get-file-info/
  2. GroupDocs.Annotation Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Team is pleased to announce new release of GroupDocs.Annotation...Document Annotation API provides new features, Improvement’s and fixes...

    blog.groupdocs.com/categories/groupdocs.annotat...
  3. Error converting eml and msg files to pdf - Fre...

    Hi Support Team, I am using GroupDocs.Conversion .NET to convert files to PDF. In most cases this works fine. But when trying to convert eml and msg files i get the following error message: “Resource loading timeout 20…...tested the code isolated in a new test project. There it seems...eml")) { var emailoptions = new EmailLoadOptions { ResourceLoadingTimeo...

    forum.groupdocs.com/t/error-converting-eml-and-...
  4. GroupDocs.Conversion distorts resulting image o...

    We have an issue with GroupDocs.Conversion on Ubuntu (we use Ubuntu 22.04.5 LTS). We use GroupDocs.Conversion for .NET 25.2.1. The input file is a .potx file. The desired output format is PNG. I can provide the file up…...convert: var imageConvertOptions = new ImageConvertOptions() { Format...outputStream = new MemoryStream(); using var converter = new Converter(...

    forum.groupdocs.com/t/groupdocs-conversion-dist...
  5. Generating slides preview for presentations | D...

    This article describes how to generate a preview for any slide in an existing PowerPoint presentation in SVG format using GroupDocs.Editor for Node.js and Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...into the Editor const editor = new Editor ( inputPath ); // Get...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  6. Getting Started | Documentation

    This section decsribes how to get started with GroupDocs.Merger for Python via .NET library...Consulting Blog Knowledge Base New Releases Status Websites aspose...Merger fundamentals. For users new to GroupDocs.Merger, this is...

    docs.groupdocs.com/merger/python-net/getting-st...
  7. How to Convert Files with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github....it Sample1 so lets call the new sample Sample2 Here is code of...that looks like this: $signer = new GroupDocsRequestSign($privateKey);...

    blog.groupdocs.com/conversion/how-to-convert-fi...
  8. Search results | Documentation

    This article shows that how to perform the operations on search results....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/search-re...
  9. Extract Images from PDF, Excel, PPT, Word Docum...

    .NET API with features to extract images from PDF, spreadsheets, presentations, word-processing documents, and from specific pages using parsing API in C#.... using (Parser parser = new Parser("path/document.docx"))...Document // using (Parser parser = new Parser("path/document.xlsx"))...

    blog.groupdocs.com/parser/extract-images-from-p...
  10. Index lifecycle | Documentation

    The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. Below is a diagram of the recommended sequence of index life cycle states. Please note that the index life cycle does not consider the events of loading and unloading the index from RAM....Consulting Blog Knowledge Base New Releases Status Websites aspose...several times. After creation a new index, it is in the Empty state...

    docs.groupdocs.com/search/java/index-lifecycle/