Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 8,484 for

page

(0.11 sec)
  1. Set license under Mono/Linux | GroupDocs

    This is a guide about setting GroupDocs.Conversion for .NET license under Mono/Linux...licenseStream ); } 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/net/set-license-u...
  2. Verifying QR Code signatures in advance | Group...

     This article explains how to provide advanced verification of QR Code electronic signatures with GroupDocs.Signature API....advance Leave feedback On this page provides different properties...QrCodeVerifyOptions () { // specify if all pages should be verified AllPages...

    docs.groupdocs.com/signature/net/verify-qr-code...
  3. Verifying Text signatures in advance | GroupDocs

     This article explains how to provide advanced verification of Text electronic signatures with GroupDocs.Signature API....advance Leave feedback On this page provides class to specify different...TextVerifyOptions () { // specify if all pages shoudl be verified AllPages...

    docs.groupdocs.com/signature/net/verify-text-si...
  4. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor.... close (); } 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/save-overwrit...
  5. Load from FTP | GroupDocs

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....( viewOptions ); } 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/java/load-document-fr...
  6. Technical Support | GroupDocs

    GroupDocs.Conversion for Python via .NET provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Support Leave feedback On this page GroupDocs provides unlimited...separate threads for each. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/python-net/techni...
  7. Add text watermarks | GroupDocs

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....watermarks Leave feedback On this page One of the main features of...“Advanced usage” section. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  8. Add image watermarks | GroupDocs

    This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents....watermarks Leave feedback On this page One of the main features of...“Advanced usage” section. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  9. Extract table of contents from EPUB eBooks | Gr...

    How to extract table of contents from EPUB e-books getToc method is used....collection and get page index to extract a page text from the document...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/java/extract-table-of...
  10. Merge audio | GroupDocs

    Learn how to merge audio files, combine audio files into one file programmatically in C# language using GroupDocs.Merger for .NET library....audio Leave feedback On this page How to merge audio files in...quality and accuracy: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/net/merge/audio/