Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 6,363 for

may

(0.04 sec)
  1. Delete Text signatures from documents | Documen...

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/delete-text-si...
  2. Verify QR-code signatures in the document | Doc...

    This topic explains how to verify QR-code electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/verify-qr-code...
  3. Update Barcode signatures in document | Documen...

    This article explains how to update Barcode electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/update-barcode...
  4. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/composing-sign...
  5. Delete Text signatures from documents | Documen...

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API.... GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/delete-text-s...
  6. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/python-net/select-...
  7. Advanced search for Text signatures | Documenta...

    This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/advanced-searc...
  8. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk May be loaded in the future to continue working....contrast, an index created on disk may be loaded in the future to continue...to the . GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/build-your-first...
  9. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk May be loaded in the future to continue working....contrast, an index created on disk may be loaded in the future to continue...to the . GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/build-you...
  10. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-me...