Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 10,664 for

new

(0.06 sec)
  1. Show Revisions | Documentation

    This article explains how to customize the display of revisions in the output document in 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/show-revisions/
  2. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/compare-mult...
  3. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously 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/compare-multi...
  4. Preview Digital Certificates properties | Docum...

    This article shows how to receive digital certificates properties over Document Info method....Consulting Blog Knowledge Base New Releases Status Websites aspose...properties LoadOptions loadOptions = new LoadOptions () { Password = "1234567890"...

    docs.groupdocs.com/signature/net/preview-certif...
  5. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert web documents to PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose.... JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/render-we...
  6. Show/Hide Comments when Rendering Word and Spre...

    Today, we are excited to announce version 17.5.0 of GroupDocs.Viewer for .NET API. This brand New release came up with 20 important bug fixes and key improvements. It also supports rendering of comments in Word and Spreadsheet documents. Furthermore, we have introduced settings to adjust quality and size when rendering documents as PDF. We recommend you to please upgrade to the latest version to get improved results. GroupDocs.Viewer for .... This brand new release came up with 20 important...NET 17.5.0 - New FeaturesFollowing are the new features introduced...

    blog.groupdocs.com/viewer/show-comments-renderi...
  7. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/extract-text-fro...
  8. Licensing and Subscription | Documentation

    This article explains evaluation limitations and licensing of GroupDocs.Merger for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...Setup license. License license = new License (); license . setLicense...

    docs.groupdocs.com/merger/java/licensing-and-su...
  9. Extract text from PDF documents | Documentation

    This article explains that how to extract text from PDF documents...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-from...
  10. .NET Conversion from RTF/DOCX to PDF exception ...

    Works fine locally. Issue happens in docker container running on Alpine Linux. GroupDocs.Conversion: v22.12 .NET version: .NET 7.0 Error Message: GroupDocs.Conversion.Exceptions.GroupDocsConversionException: Object r…...Converter converter = new Converter(() => new MemoryStream(result...outputStream = new MemoryStream()) { PdfConvertOptions options = new PdfConvertOptions();...

    forum.groupdocs.com/t/net-conversion-from-rtf-d...