Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 3,318 for

list

(1.87 sec)
  1. Migration Notes | GroupDocs

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for Java since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported file format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages List were rendered....rendered, not when all pages list were rendered. Document saving...style Java List < AnnotationInfo > annotations = new List < AnnotationInfo...

    docs.groupdocs.com/annotation/java/migration-no...
  2. Deleting Image signatures - advanced | GroupDocs

    This article shows how to delete Image electronic signatures different ways with GroupDocs.Signature API....method to obtain list of ; Select from list object(s) that should...= new ImageSearchOptions (); List < ImageSignature > signatures...

    docs.groupdocs.com/signature/java/deleting-imag...
  3. Sign document with Form Field signature - advan...

     This article explains how to sign document with Form field electronic signatures using advanced options with GroupDocs.Signature API.... Here are the list of different Form Field signature...box field signature input with list of possible options on document...

    docs.groupdocs.com/signature/net/sign-document-...
  4. Getting indexed documents | GroupDocs

    This article explains how to get a List of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....description of how to get a list of indexed documents from an...Getting indexed documents To get a list of indexed documents from an...

    docs.groupdocs.com/search/nodejs-java/getting-i...
  5. Working with Table Reports | GroupDocs

    Articles in this section...In-Table List in Word Processing Document In-Table List in Spreadsheet...In-Table List in Presentation Document In-Table List in HTML Document...

    docs.groupdocs.com/assembly/net/working-with-ta...
  6. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or PDF using OCR with GroupDocs.Conversion for .NET....RecognitionResult result ) { var lines = new List < TextLine >(); for ( var i...( lines ); } private static List < TextFragment > SplitToFragments...

    docs.groupdocs.com/conversion/net/convert/image...
  7. Working with Table Reports - Alternate Content ...

    Articles in this section...Articles in this section In-Table List With Alternate Content in Word...Processing Document In-Table List With Alternate Content in Spreadsheet...

    docs.groupdocs.com/assembly/java/working-with-t...
  8. Save output to a stream | GroupDocs

    This article shows how to save output to a stream when rendering a document...// Create the list to store output pages List < MemoryStream...MemoryStream > pages = new List < MemoryStream >(); using ( Viewer viewer...

    docs.groupdocs.com/viewer/net/save-output-to-st...
  9. GroupDocs.Signature for .NET 16.12.0 Supports M...

    We are contented to present another monthly release of our E-signing API that will certainly augment developers experience. GroupDocs.Signature for .NET 16.12.0 crops up with plentiful new features and a bug fix. API permits users to define signature options collection that ultimately helps in applying multiple signatures in a document. We would suggest you to download this latest release and go through the new features. e-Signature API - New Features Add ability to sign files with digital signature by given pattern in folder Add ability to sign files with image signature by given pattern in folder Implement Text Signature alignment for PDF Documents Implement Text Signature alignment for Words Documents Implement Text Signature alignment for Cells Documents Implement Text Signature alignment for Slides Documents Add ability to sign files with text signature by given pattern in folder Implement Digital Signature for all pages for Pdf documents Implement Text Signature Margins for PDF Documents Implement Text Signature Margins for Cells Documents Implement Text Signature Margins for Words Documents Implement Text Signature Margins for Slides Documents Implement Digital Signature Alignment for Pdf Documents Implement ability to sign Pdf Documents with given List of Signature Options Implement ability to sign Cells Documents with given List of Signature Options Implement ability to sign Words Documents with given List of Signature Options Implement ability to sign Slides Documents with given List of Signature Options GroupDocs....sign Pdf Documents with given list of Signature Options Implement...sign Cells Documents with given list of Signature Options Implement...

    blog.groupdocs.com/signature/groupdocs-signatur...
  10. How to Add PDF Annotation in ASP.NET C# - Free ...

    The samples I find on your GitHub repo are complicated, difficult to understand for newbie. Is there documentation showing how to setup an ASP.NET project to use GroupDocs.Annotation, add PDF annotation, and setting up …...C# code // Create list of annotations List<AnnotationBase> annotations...annotations = new List<AnnotationBase>() { // Instantiate AreaAnnotation...

    forum.groupdocs.com/t/how-to-add-pdf-annotation...