Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 424 for

setup

(0.97 sec)
  1. Render Print Area in Worksheets using GroupDocs...

    Here we go! Another monthly release of GroupDocs.Viewer for .NET is out now. In the current release, you will find new options to render print area and to include or exclude hidden columns and rows in the Cells documents. Furthermore, we have added the support of rendering POTX, PPTM, and EPS file formats. Below you find the list of new features, improvements, and fixes added in GroupDocs.Viewer for .NET 18.... // Setup GroupDocs.Viewer config ViewerConfig...how to use this feature. // Setup GroupDocs.Viewer config ViewerConfig...

    blog.groupdocs.com/viewer/render-print-area-in-...
  2. Extract Text from XLSX using Java

    This article describes the method of how to extract text from XLSX using Java. It features a code to guide you through integrating text extraction from XLSX in Java....Configure your development setup by incorporating GroupDocs.Parser...including XLSX files. Once your setup is complete, the next step involves...

    kb.groupdocs.com/parser/java/extract-text-from-...
  3. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush...required additional options and setup property with instance of Call...signature appearance brush // setup background Background = new...

    docs.groupdocs.com/signature/net/composing-sign...
  4. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Signature for .NET... Old coding style // setup Signature configuration SignatureConfig...SignatureHandler ( signConfig ); // setup text signature options PdfSignTextOptions...

    docs.groupdocs.com/signature/net/migration-notes/
  5. Sign documents with QR-code embedded object | G...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...and encryption properties and setup Format attributes for properties...Signature ( "sample.pdf" ); // setup key and passphrase String key...

    docs.groupdocs.com/signature/java/sign-document...
  6. Search for encrypted text in QR-code signatures...

     This article explains how to search for encrypted text in QR-code electronic signatures in the document metadata. This topic contains example of standard encryption usage and searching for encrypted text in the QR-code electronic signature with further decryption by GroupDocs.Signature API....Create objects of class and setup property with object of . Call..."QRCodeEncryptedText.pdf" )) { // setup key and pasphrase string key...

    docs.groupdocs.com/signature/net/search-for-enc...
  7. Search for encrypted text in QR-code signatures...

     This article explains how to search for encrypted text in QR-code electronic signatures in the document metadata. This topic contains example of standard encryption usage and searching for encrypted text in the QR-code electronic signature with further decryption by GroupDocs.Signature API....Create objects of class and setup property with object of Call..."QRCodeEncryptedText.pdf" ); // setup key and passphrase String key...

    docs.groupdocs.com/signature/java/search-for-en...
  8. eSign Document with Stamp Signature | GroupDocs

    This article explains how to sign a document electronically with generated Stamp signatures by GroupDocs.Signature for Python via .NET API.... top = 100 # Setup first external line of Stamp...= gsd . StampType . ROUND # Setup outer lines outer_line1 = StampLine...

    docs.groupdocs.com/signature/python-net/esign-d...
  9. Installation (manual) | GroupDocs

    Installation without build tools (manual JAR Setup) If you don’t use Maven/Gradle/Ivy/SBT, you can add GroupDocs.Metadata for Java to the classpath manually. 1) Download the JAR Go to the latest version of groupdocs-metadata in the GroupDocs Java repository. Download groupdocs-metadata-.jar. 2) Add the JAR to your project IntelliJ IDEA File → Project Structure → Modules → Dependencies. Click + → JARs or directories and select the downloaded JAR. Eclipse...without build tools (manual JAR setup) If you don’t use Maven/Gradle/Ivy/SBT...Minimal example to verify the setup import com.groupdocs.metadata...

    docs.groupdocs.com/metadata/java/installation-m...
  10. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...pdf" )) { // setup key and passphrase string key...SymmetricAlgorithmTy . AES , key , salt ); // setup QR-Code options QrCodeSignOptions...

    docs.groupdocs.com/signature/net/sign-documents...