Sort Score
Result 10 results
Languages All
Labels All
Results 3,911 - 3,920 of 7,580 for

paged

(0.09 sec)
  1. Search for multiple e-signature types | GroupDocs

    This article explains how to search for multiple electronic signatures across document pages with GroupDocs.Signature API....WriteLine ( "Signature found at page {0} with type {1}" , resSignature...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/search-for-mul...
  2. Composing signature with radial gradient brush ...

     This article explains how to fill signature background with radial gradient brush...signature implementation on document page options . setSignatureImplemen...free to use online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/java/composing-sig...
  3. Převést prezentace na obrázky v C# | PPT do JPG...

    Transformujte své PowerPointové prezentace formátu PPT/PPTX do formátu JPG nebo PNG pomocí C#. Převeďte prezentace na obrázky programově pomocí rozhraní .NET API....SavePageStream getPageStream = page => new FileStream(string.Fo...Format("path/convertedPPT{0}.jpg", page), FileMode.Create); using (Converter...

    blog.groupdocs.com/cs/conversion/convert-presen...
  4. 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 …...Instantiate AreaAnnotation with page number, box and message new...Message = "area" }, // Specify page number, box and message for...

    forum.groupdocs.com/t/how-to-add-pdf-annotation...
  5. Load document from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for Java.... getMessage ()); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/java/load-documen...
  6. Supported Platforms | GroupDocs

    Overview GroupDocs.Redaction for Java does not require any external software or third party tool to be installed. Just follow one of the way as described in Installation section. Supported Operating Systems GroupDocs.Redaction for Java supports any 32-bit or 64-bit operating system that runs the Java runtime including, but not limited: Windows Microsoft Windows 2003 Server ( x64, x86) Microsoft Windows 2008 Server ( x64, x86) Microsoft Windows 2012 Server ( x64, x86) Microsoft Windows 2012 R2 Server ( x64, x86) Microsoft Windows 2016 Server ( x64, x86) Microsoft Windows 2019 Server ( x64, x86) Microsoft Windows Vista ( x64, x86) Microsoft Windows XP ( x64, x86) Microsoft Windows 7 ( x64, x86) Microsoft Windows 8, 8....for example Java 10 ) Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/system-requir...
  7. System Requirements | GroupDocs

    GroupDocs.Search for Node.js does not require any external software or third party tool to be installed...the way as described on the page. Supported Operating Systems...Visual Studio Code, etc. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/nodejs-java/system-re...
  8. Adjust the image size | GroupDocs

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for .NET....End Sub End Module Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  9. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. Save document | GroupDocs

    This guide describes how to save document of PDF, Word, Excel, PowerPoint and many other formats into one resultant document using GroupDocs.Merger API....( filePathOut ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/merger/net/save-document/