Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 2,294 for

numbers

(0.01 sec)
  1. Render specific pages | GroupDocs

    This article explains how to view specific pages when processing documents with GroupDocs.Viewer within your Java applications.... Specify the page numbers as the last parameters. The...the method. Specify the page numbers array as the second parameter...

    docs.groupdocs.com/viewer/java/view-specific-pa...
  2. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer Numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue)....search in documents any integer numbers in the range from 0 to 9223372036854775807...MaxValue). Please note that the number in the text must not be separated...

    docs.groupdocs.com/search/net/numeric-range-sea...
  3. Remove Pages from PDF in Java | Even, Odd, List...

    Remove any set of pages from the PDF files in Java. Delete list of pages, any given range, even or odd pages from PDF files within applications....provide the list of pages numbers from the loaded PDF document...RemoveOptions class with the page numbers to remove. Instantiate Merger...

    blog.groupdocs.com/merger/remove-pages-from-pdf...
  4. GroupDocs.Redaction AI integration with .NET | ...

    Use AI to detect and redact text, words, or phrases in PDF documents using .NET. Replace or hide content to securely process PDF files....find and replace credit card numbers in a document. This code snippet...data, such as credit card numbers. public async Task<OpenAIResult>...

    blog.groupdocs.com/redaction/custom-ai-redactio...
  5. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for .NET. Search text with case sensitivity and whole word options in C#.... Search ( "page number" ); // Check if search is supported...sr = parser . Search ( "page number: [0-9]+" , new SearchOptions...

    docs.groupdocs.com/parser/net/search-text/
  6. Swap pages | GroupDocs

    This article explains how to swap two document pages within PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Python via .NET....with the two 1-based page numbers to exchange. Call merger.swap_pages()...3) : takes two 1-based page numbers. After the operation, page...

    docs.groupdocs.com/merger/python-net/swap-pages/
  7. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Python via .NET....and the list of 1-based page numbers to change. Call merger.change_orientation()...is a list of 1-based page numbers. Use OrientationMode.LANDSCAPE...

    docs.groupdocs.com/merger/python-net/change-pag...
  8. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert web documents to PDF, PNG, and JPEG formats....is replaced with the page numbers in the output image names....is replaced with the page numbers in the output image names....

    docs.groupdocs.com/viewer/net/render-web-docume...
  9. Signing specific pages in the multipage documen...

    This article explains how to sign specific pages in the multipage documents...allows to set up specific page numbers. This example shows how to...Height = 200 , //specify pages numbers which we want to sign PagesSetup...

    docs.groupdocs.com/signature/net/sign-specific_...
  10. Search text | GroupDocs

    This article explains that how to search text from documents....} } Search text with page numbers Here are the steps to search...search a text with page numbers: Instantiate object for the initial...

    docs.groupdocs.com/parser/java/search-text/