Sort Score
Result 10 results
Languages All
Labels All
Results 4,791 - 4,800 of 31,395 for

new

(0.05 sec)
  1. SimilarityLevel Class - GroupDocs.Search for .N...

    Represents an algorithm of the fuzzy search that specifies the similarity level. The similarity level algorithm calculates the maximum number of mi...SimilarityLevel Initializes a new instance of the SimilarityLevel...= "Einstein" ; Index index = new Index(indexFolder); // Creating...

    apireference.groupdocs.com/search/net/groupdocs...
  2. GroupDocs.Assembly for .NET 22.12 Release Notes...

    GroupDocs.Assembly for .NET 22.12 Release Notes – the latest updates and fixes....Consulting Blog Knowledge Base New Releases Status Websites aspose...Category ASSEMBLYNET-222 Support new type licenses Feature ASSEMBLYNET-224...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  3. Set image resolution | Documentation

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...file: Java try ( Viewer viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  4. Change page orientation | Documentation

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...OrientationOptions orientationOptions = new OrientationOptions ( OrientationMode...

    docs.groupdocs.com/merger/java/change-page-orie...
  5. Load document from InputStream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose... try { InputStream stream = new FileInputStream ( "c:\\sample...

    docs.groupdocs.com/merger/java/load-document-fr...
  6. Save with default options | Documentation

    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....Consulting Blog Knowledge Base New Releases Status Websites aspose...options. final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/save-with-def...
  7. Change Target File Format using GroupDocs.Assem...

    We are delighted to announce a powerful New feature in the monthly release of GroupDocs.Assembly for .NET 18.9. Using the latest version, you can now change the target file format of an assembled document using file extension or explicit specification. You can change the target file format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install and use the latest version of the API....delighted to announce a powerful new feature in the monthly release...DataSourceInfo dataSourceInfo = new DataSourceInfo(...); DocumentAssembler...

    blog.groupdocs.com/assembly/change-target-file-...
  8. Inserting edited worksheet into existing spread...

    This article describes the New feature of the GroupDocs.Editor for .NET version 20.10 - inserting an edited worksheet into existing spreadsheet...Consulting Blog Knowledge Base New Releases Status Websites aspose...the server-side. Creating a new instance of the class by passing...

    docs.groupdocs.com/editor/net/inserting-edited-...
  9. Render TGZ files | Documentation

    In this article we show render TGZ files with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...code: try ( Viewer viewer = new Viewer ( "sample.tar.gz" )) {...

    docs.groupdocs.com/viewer/java/how-to-convert-a...
  10. Render TXZ files | Documentation

    In this article we show render TXZ files with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...code: try ( Viewer viewer = new Viewer ( "sample.txz" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/java/how-to-convert-a...