Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 10,573 for

new

(0.04 sec)
  1. Lock Watermark in Word Documents using GroupDoc...

    GroupDocs.Watermark for .NET 18.6 has been released and it is available for download. The latest version has come with the feature of locking watermarks in Word documents. Furthermore, it also provides the ability to protect/unprotect the Word documents. Please continue to read more about the features added in version 18.6. How to Lock Watermark in Word Documents There might be the case when you need to lock the watermarks in a Word document to restrict the editing....watermark = new TextWatermark("Watermark text", new Font("Arial"...WordsShapeSettings settings = new WordsShapeSettings(); settings...

    blog.groupdocs.com/watermark/lock-watermark-in-...
  2. Load from stream | Documentation

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

    docs.groupdocs.com/viewer/net/load-document-fro...
  3. Get default load options for a source format | ...

    In this article, you will learn how to get default load options for a source format with GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...options Converter converter = new Converter ( "password_protected...

    docs.groupdocs.com/conversion/java/get-default-...
  4. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/homophone-search/
  5. Highlighting results in network | Documentation

    This page contains information about highlighting search results in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...FragmentHighlighter highlighter = new FragmentHighlighter ( OutputFormat...

    docs.groupdocs.com/search/java/highlighting-res...
  6. How to search for Image signatures | Documentation

    This article explains how to search for Image electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature API: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/search-for-ima...
  7. Get the PDF output file information | Documenta...

    This article explains how to get the PDF output file information using .NET / C# with GroupDocs.Viewer for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.pdf" )) { //...

    docs.groupdocs.com/viewer/net/get-pdf-output-fi...
  8. Set image size limits | Documentation

    Set image size limits when rendering image to PDF...Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.jpg" )) { //...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  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. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/wildcard-search/