Sort Score
Result 10 results
Languages All
Labels All
Results 5,681 - 5,690 of 31,394 for

new

(0.06 sec)
  1. Handling password required exception | Document...

    This article shows how to handle missing document password exception with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/handling-pass...
  2. Verifying Text signatures | Documentation

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

    docs.groupdocs.com/signature/java/verify-text-s...
  3. PDF to WMF conversion - how to pass source file...

    Hello! I was trying to covert a pdf that i create with code to the format wmf (if it is not possible, i could use a convertion to plt too). For what i have been seeing, i think that the code to use is the following one: …...be converted var converter = new GroupDocs.Conversion.Converter();...document. PdfDocument document1 = new PdfDocument(); PdfPage page =...

    forum.groupdocs.com/t/pdf-to-wmf-conversion-how...
  4. IndexRepository Class - GroupDocs.Search for .N...

    Represents a container for combining multiple indexes and performing common operations on them....IndexRepository Initializes a new instance of the IndexRepository...Creates a new index in memory. Create(String) Creates a new index...

    apireference.groupdocs.com/search/net/groupdocs...
  5. Node.js Watermarking Library | document watermarks

    Node.js solution protect business documents with text and image watermarks. Popular formats like PDF, Word, Excel, PowerPoint are supported....loadOptions = new PdfLoadOptions (); let watermarker = new Watermarker...textWatermark = new TextWatermark ( "Approved" , new Font ( "Arial"...

    products.groupdocs.com/watermark/nodejs-java/
  6. Using classes - JavaScript | MDN

    JavaScript is a prototype-based language — an object's behaviors are specified by its own properties and its prototype's properties. However, with the addition of classes, the creation of hierarchies of objects and the inheritance of properties and their values are much more in line with other object-oriented languages such as Java. In this section, we will demonstrate how objects can be created from classes....as constructors — you use the new operator with a constructor function...function to create a new object. We will be playing with the...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  7. 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...
  8. Split text file | Documentation

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...splitOptions = new TextSplitOptions ( filePathOut , new int [] { 3...

    docs.groupdocs.com/merger/java/split-text-file/
  9. Split text file | Documentation

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...splitOptions = new TextSplitOptions ( filePathOut , new int [] { 3...

    docs.groupdocs.com/merger/net/split-text-file/
  10. 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...