Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 10,573 for

new

(0.04 sec)
  1. How to add attachment to PDF document | Documen...

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfAttachmentOptions olePdfOptions = new PdfAttachmentOptions ( "c:\p...

    docs.groupdocs.com/merger/java/how-to-add-attac...
  2. Basic usage | Documentation

    Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( "sample.docx" ))...

    docs.groupdocs.com/signature/net/basic-usage/
  3. Detect encoding | Documentation

    This article explains that how to detect encoding of a plain text file in java....Consulting Blog Knowledge Base New Releases Status Websites aspose...documents. LoadOptions loadOptions = new LoadOptions ( FileFormat . WordProcessing...

    docs.groupdocs.com/parser/java/detect-encoding/
  4. Search for Barcode e-signatures | Documentation

    This article explains how to search for Barcode in the document with few lines of code over 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/net/search-for-bar...
  5. Customize watermarks | Documentation

    This article shows how to adjust text or image watermarks to your needs....Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( "C:\\Docs\\sample...

    docs.groupdocs.com/watermark/net/basic-usage/cu...
  6. Evaluation Limitations and Licensing | Document...

    free metadata api version is available to evaluate the API which will be similar as licensed but with few limitations....Consulting Blog Knowledge Base New Releases Status Websites aspose...initialize License License lic = new License (); // apply license...

    docs.groupdocs.com/metadata/net/evaluation-limi...
  7. Convert database formats | Documentation

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...LOG file Converter converter = new Converter ( "sample.log" ); //...

    docs.groupdocs.com/conversion/java/convert/data...
  8. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in document metadata. This topic contains example of custom encryption, class definition and search for encrypted objects in the document metadata with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...src = new StringBuilder ( source ); StringBuilder dst = new StringBuilder...

    docs.groupdocs.com/signature/net/search-for-emb...
  9. How to Create a Simple Application Using the Gr...

    In this article I’ll walk you thorough the process of creating a simple JavaScript application which shows files and directories from your GroupDocs account. Lets start by creating a package from the GroupDocs JavaScript SDK sources. You can skip this step and get the full SDK package from GitHub and a minimal SDK package. Creating a Package You need Node.js installed on you computer. Read more about installation Node.js. When Node....""; var aClient = new groupdocs.ApiClient(new groupdocs.GroupD...GroupDocsSecurityHan(apiKey)); var api = new groupdocs.StorageApi(aClient...

    blog.groupdocs.com/total/how-to-create-a-simple...
  10. Split PDF File into Multiple Files using C# | S...

    Different ways to split PDF files using C#. Separate large PDF files and extract specific pages using different splitting options.... new SplitOptions(outputFile, new int[] { 3, 6,...in Range : [3], [4], [5], [6] new SplitOptions(outputFile, 3, 6);...

    blog.groupdocs.com/merger/split-pdf-files-in-cs...