Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 8,264 for

page

(0.12 sec)
  1. List and print all supported file types | Group...

    This article explains how to list and print file types supported by GroupDocs.Viewer for Java...file types Leave feedback The page lists all file formats supported...sample console output: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/java/how-to-list-and-...
  2. Errors and Exceptions | GroupDocs

    Handle parsing errors using groupdocs.parser.exceptions and add troubleshooting steps for GroupDocs.Parser for Python via .NET....Exceptions Leave feedback On this page GroupDocs.Parser raises exceptions...runtime is installed. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/python-net/errors-and...
  3. Extract a text from images and PDFs | GroupDocs

    This article explains how to extract a text from images and PDFs...PDFs Leave feedback On this page GroupDocs.Parser for .NET provides...ReadToEnd ()); } } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/net/extract-text-from...
  4. Load text from string | GroupDocs

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Python via .NET....string Leave feedback On this page allows you to compare values...result is as follows: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/python-net/load-t...
  5. Get source and target text from files | GroupDocs

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for Java....files Leave feedback On this page allows you to get source and...getTargetText ()); } } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/java/get-source-a...
  6. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (Pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....watermarks Leave feedback On this page Following code snippet shows...consists of multiple parts (pages, worksheets, slides, frames...

    docs.groupdocs.com/watermark/java/adding-text-w...
  7. Search text in Microsoft OneNote sections | Gro...

    This article explains that how to search text from Microsoft OneNote sections presentations...sections Leave feedback On this page To search a keyword in Microsoft...SearchResult > sr = parser . Search ( "page number" ); // Iterate over search...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  8. Search text in EPUB eBooks | GroupDocs

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....eBooks Leave feedback On this page To search a keyword in EPUB...SearchResult > sr = parser . Search ( "page number" ); // Iterate over search...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  9. Install GroupDocs.Viewer for Node.js via Java |...

    Install GroupDocs.Viewer for Node.js via Java using npm or an offline package. Includes prerequisites, Java setup, verification, and troubleshooting....Java Leave feedback On this page Prerequisites Node.js: 20 LTS...toolchain) See full details on the page. Install from npm All Java-bridged...

    docs.groupdocs.com/viewer/nodejs-java/installat...
  10. Existing objects in diagrams | GroupDocs

    Find, remove, and modify shapes and headers/footers in Visio documents using Python via .NET....diagrams Leave feedback On this page Watermarks in Visio documents...watermark from a particular page import groupdocs.watermark as...

    docs.groupdocs.com/watermark/python-net/existin...