Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 9,971 for

new

(0.06 sec)
  1. 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...
  2. 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...
  3. eSign document with multiple signatures | Docum...

    This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature API...Consulting Blog Knowledge Base New Releases Status Websites aspose...this is as simple as: Create a new instance of the class and pass...

    docs.groupdocs.com/signature/net/esign-document...
  4. Removing found watermarks | Documentation

    This article explains how to remove found watermarks while using GroupDocs. Watermarks Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...pdf" Watermarker watermarker = new Watermarker ( "document.pdf"...

    docs.groupdocs.com/watermark/java/removing-foun...
  5. 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/
  6. 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/
  7. Load document from Azure Blob Storage | Documen...

    This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...docx" ; String outputFilePath = new File ( Constants . OutputPath...

    docs.groupdocs.com/signature/java/load-document...
  8. Unable to view document in word editor properly...

    Hello I am trying to view the word/excel/ppt document in Groupdocs editor using asp.net mvc(web api, jQuery, JavaScript) like how it is working → Word Editor, Excel Editor, PowerPoint Editor Below is my code for the s…...AES256 aes = new Utils.AES256(); var queryData...{ try { Document document = new Document(); await Task.Run(()...

    forum.groupdocs.com/t/unable-to-view-document-i...
  9. Versioning of annotated documents | Documentation

    The page describes how to manage different versions of document using GroupDocs.Annotation for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/java/versioning-o...
  10. Value of JSON field is incorrectly outputted as...

    I have a DOCX file with the following template <<[heading]>>. My data source is a JSON like follows: { “heading”: “100.2.1” } When generating a DOCX from this template and data the output is something like Fri Jan 3…...JsonDataLoadOptions options = new JsonDataLoadOptions(); options...JsonDataSource jsonDataSource = new JsonDataSource(dataPath.toString()...

    forum.groupdocs.com/t/value-of-json-field-is-in...