Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 17,815 for

pdf conversion

(1.18 sec)
  1. Indexing password protected documents | GroupDocs

    This page describes how to perform indexing of password protected documents. Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....Conversion Product Solution GroupDocs..."C:\\MyDocuments\\ProtectedDocument.pdf" ). getAbsolutePath (); index...

    docs.groupdocs.com/search/java/indexing-passwor...
  2. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....Conversion Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { TextSignOptions options...

    docs.groupdocs.com/signature/net/sign-document-...
  3. Load file from stream | GroupDocs

    This article explains how to load Pdf, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...into memory with open ( "sample.pdf" , "rb" ) as file : file_data...

    docs.groupdocs.com/parser/python-net/load-file-...
  4. Verify Qr Code Signatures | GroupDocs

    id: verify-qr-code-signatures url: signature/net/verify-qr-code-signatures title: Verifying QR Code signatures in advance weight: 2 description: " This article explains how to provide advanced verification of QR Code electronic signatures with GroupDocs.Signature API." keywords: productName: GroupDocs.Signature for .NET toc: True structuredData: showOrganization: True application: name: Verify QR code signature in documents using C# description: This article explains how to scan the document for QR Code and provide its verification with C# language and GroupDocs....Conversion Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { QrCodeVerifyOptions options...

    docs.groupdocs.com/signature/net/developer-guid...
  5. Sign document with Stamp signature - advanced |...

     This article explains how to sign document with generated Stamp electronic signatures using advanced options with GroupDocs.Signature API....Conversion Product Solution GroupDocs...@"C:\GroupDocs\Output\Pdf_Documents_Stamp.pdf" ; signature . Sign...

    docs.groupdocs.com/signature/net/sign-document-...
  6. Subscribing for search process events | GroupDocs

    This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....Conversion Product Solution GroupDocs...new Signature ( "SignedSample.pdf" )) { signature . SearchStarted...

    docs.groupdocs.com/signature/net/subscribing-fo...
  7. Subscribing for signing process events | GroupDocs

    This article explains how to subscribe for signing electronic signatures events like start, progress and completion with GroupDocs.Signature API....Conversion Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { signature . SignStarted...

    docs.groupdocs.com/signature/net/subscribing-fo...
  8. Sign Document With Stamp Signature Advanced | G...

    id: sign-document-with-stamp-signature-advanced url: signature/net/sign-document-with-stamp-signature-advanced title: Sign document with Stamp signature - advanced linkTitle: ✎ Stamp weight: 13 description: " This article explains how to sign document with generated Stamp electronic signatures using advanced options with GroupDocs.Signature API." keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False GroupDocs.Signature provides StampSignOptions class with additional properties to specify different options for Stamp Signature. This signature type implements stamps with different implementation, forms, lines etc....Conversion Product Solution GroupDocs...@"C:\GroupDocs\Output\Pdf_Documents_Stamp.pdf" ; signature . Sign...

    docs.groupdocs.com/signature/net/developer-guid...
  9. Extract metadata from Microsoft Office Excel sp...

    To extract metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. comments The comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet....Conversion Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/extract-metadata...
  10. Index lifecycle | GroupDocs

    The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. Below is a diagram of the recommended sequence of index life cycle states. Please note that the index life cycle does not consider the events of loading and unloading the index from RAM....Conversion Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/index-lifecycle/