Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 2,729 for

list

(0.1 sec)
  1. Use Aspose.OCR for Cloud SDK | GroupDocs

    This article explains that how to use Aspose.OCR for Cloud SDK....return new RecognizedImage ( new List < TextLine >()); } protected...JToken jToken ) { List < TextLine > lines = new List < TextLine >();...

    docs.groupdocs.com/redaction/net/use-aspose-ocr...
  2. Metadata redactions | GroupDocs

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression.... See full list at article. GroupDocs.Redactions...Below is the table with full list of items: Filter Numeric value...

    docs.groupdocs.com/redaction/net/metadata-redac...
  3. Signing specific pages in the multipage documen...

    This article explains how to sign specific pages in the multipage documents...multipage Tiff document through the list of integer values. using ( var...PagesSetup () { PageNumbers = new List < int > { 1 , 3 } } }; // sign...

    docs.groupdocs.com/signature/net/sign-specific_...
  4. Add squiggly annotation | GroupDocs

    The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for .NET....only Word and PDF Points = new List < Point > { new Point ( 80 ...240 , 650 ) }, Replies = new List < Reply > { new Reply { Comment...

    docs.groupdocs.com/annotation/net/add-squiggly-...
  5. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Merger for .NET...Open ); List < JoinItem > documentStreams = new List < JoinItem...

    docs.groupdocs.com/merger/net/migration-notes/
  6. Get supported file formats | GroupDocs

    This article shows that how to get the List of all supported file formats of GroupDocs.Redaction by using C#....Redaction allows to get the list of all supported file formats...to get supported file formats list. import groupdocs.redaction...

    docs.groupdocs.com/redaction/python-net/get-sup...
  7. Convert specific pages | GroupDocs

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for .NET API....property of the instance to the list of desired page number to be...PdfConvertOptions { Pages = new List < int >{ 1 , 3 } }; converter...

    docs.groupdocs.com/conversion/net/convert-speci...
  8. Load custom fonts | GroupDocs

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for .NET.... Speicfy a list of directories with custom fonts...LoadOptions object and create a list of custom font directories....

    docs.groupdocs.com/comparison/net/load-custom-f...
  9. Searching in a Large Number of Documents

    Usually, a searching software is able to achieve fast search responses because, instead of search the text directly, it searches an index. This would be the equivalent of retrieving pages in a book related to a keyword by searching the index at the back of a book, as opposed to searching the words in each page of the book. Using GroupDocs.Search for Indexing and Searching Problem: Suppose you have 10 million documents of different file formats, e....formats(see the supported formats list). Although, the Index can be...return SearchResults object. Show list of searched files The C# code...

    blog.groupdocs.com/search/searching-in-a-large-...
  10. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....resources - external files A list of file types that support font...viewer . view ( viewOptions ); } List of format families that support...

    docs.groupdocs.com/viewer/java/exclude-fonts/