Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 10,115 for

new

(0.04 sec)
  1. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....Consulting Blog Knowledge Base New Releases Status Websites aspose...document: LoadOptions loadOptions = new LoadOptions ( /*preRasterize*/...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  2. Set image resolution | Documentation

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

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  3. Load Spreadsheet document with options | Docume...

    Learn this article and check how to load and convert Microsoft Excel and Open Document spreadsheets with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...comments: const loadOptions = new groupdocs . conversion . SpreadsheetLoadOptio...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  4. Add resource redaction annotation | Documentation

    The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/add-resource...
  5. Protect PDF document | Documentation

    Protect PDF documents when rendering documents using GroupDocs.Viewer for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/net/protect-pdf-docum...
  6. Load from FTP | Documentation

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...docx" ); using ( Viewer viewer = new Viewer ( stream )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/net/load-document-fro...
  7. Load from URL | Documentation

    This article explains how to load a document from a URL with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...( Viewer viewer = new Viewer ( stream , new LoadOptions ( FileType...

    docs.groupdocs.com/viewer/net/load-document-fro...
  8. Index each letter as a separate word using Grou...

    Are you looking for a full-text search API that allows you to search over a lot of document formats? In that case, GroupDocs.Search for .NET will meet your requirements. API creates index and then perform instant search across thousands of documents. Those who are already working with the API, we have some New features and improvements. Moreover, some classes have been renamed to improve code readability. There are minor changes in the New version 19....working with the API, we have some new features and improvements. Moreover...There are minor changes in the new version 19.10 , so the migration...

    blog.groupdocs.com/search/index-each-letter-as-...
  9. Locking watermark in word processing document |...

    This article explains how to lock the watermarks in a Word document to restrict the editing....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); // Specify...

    docs.groupdocs.com/watermark/net/locking-waterm...
  10. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF file...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( @"sample.docx" ))...

    docs.groupdocs.com/redaction/net/save-in-raster...