Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 8,576 for

page

(1.43 sec)
  1. Load password-protected document | GroupDocs

    This article explains how to load password-protected document while using GroupDocs. Watermarks Java API....document Leave feedback On this page Some document formats also support...descendants use method: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/load-password...
  2. Convert to Presentation with advanced options |...

    Follow this guide and learn how to convert documents to PowerPoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java....); // Start conversion from page 2 options . setPagesCount (...( 1 ); // Convert only 1 page options . setFormat ( PresentationFileType...

    docs.groupdocs.com/conversion/java/convert-to-p...
  3. Modifying found watermark properties | GroupDocs

    Search and update existing text or image watermarks using Python via .NET....properties Leave feedback On this page GroupDocs.Watermark lets you...( "document.pdf" ) Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/python-net/modifyi...
  4. Image search options | GroupDocs

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....options Leave feedback This page contains a description of all...result. For details, see the page. More resources GitHub examples...

    docs.groupdocs.com/search/java/image-search-opt...
  5. Convert publisher formats | GroupDocs

    In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for .NET....formats Leave feedback On this page About Publisher formats If you...and customizations. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/net/convert/publi...
  6. Get document info | GroupDocs

    Learn how to get basic document information including file type, Page count, and file size using GroupDocs.Parser for .NET. Get document properties in C#....info Leave feedback On this page GroupDocs.Parser provides the...The total number of document pages. The size of the document in...

    docs.groupdocs.com/parser/net/get-document-info/
  7. Verify Text signatures in the document | GroupDocs

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature API....document Leave feedback On this page provides class to specify different...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/verify-text-si...
  8. Get supported file formats | GroupDocs

    Learn how to get a list of all supported file formats programmatically using GroupDocs.Parser for .NET. Check supported extensions and file types dynamically in C#....formats Leave feedback On this page GroupDocs.Parser allows to get...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/net/get-supported-fil...
  9. 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...
  10. 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...