Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 745 for

printing annotations

(0.05 sec)
  1. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print the document text // Markdown...

    docs.groupdocs.com/parser/java/loading-specific...
  2. Extract barcodes from document | GroupDocs

    This article explains that how to extract barcodes from documents....Annotation Product Solution GroupDocs...barcode in barcodes ) { // Print the page index Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  3. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...() for change in changes : print ( f "Type: { change . type }...

    docs.groupdocs.com/comparison/python-net/get-li...
  4. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...Annotation Product Solution GroupDocs...DocumentResultSignat ) o ; System . out . print ( "Document #" + number ++ +...

    docs.groupdocs.com/signature/java/signing-archi...
  5. 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....Annotation Product Solution GroupDocs...when it was last saved. last-printed-time The time of the spreadsheet...

    docs.groupdocs.com/parser/java/extract-metadata...
  6. Extract Metadata from Excel Spreadsheets in C# ...

    Learn how to extract metadata from Microsoft Excel spreadsheets (.xls, .xlsx) in C# using GroupDocs.Parser for .NET. Step-by-step guide with code example....Annotation Product Solution GroupDocs...saved timestamp last-printed-time Last printed timestamp revision-number...

    docs.groupdocs.com/parser/net/extract-metadata-...
  7. Delete Image signatures from documents | GroupDocs

    This article explains how to delete Image electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...image_signature ) if result : print ( f "Image signature at location...

    docs.groupdocs.com/signature/python-net/delete-...
  8. Update Barcode Signatures in Document | GroupDocs

    This article explains how to update Barcode electronic signatures with GroupDocs.Signature for Python via .NET API....Annotation Product Solution GroupDocs...result . updated_count > 0 : print ( f "Signature with barcode...

    docs.groupdocs.com/signature/python-net/update-...
  9. Get comparison result as an object model | Grou...

    Learn how to get the result document object model with GroupDocs.Comparison for Python via .NET...Annotation Product Solution GroupDocs...result_document . changes : print ( " \033 [92mSource text: \033...

    docs.groupdocs.com/comparison/python-net/get-re...
  10. Extract barcodes from document | GroupDocs

    This article explains that how to extract barcodes from documents....Annotation Product Solution GroupDocs...PageBarcodeArea barcode : barcodes ) { // Print the page index System . out...

    docs.groupdocs.com/parser/java/extract-barcodes...