Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 902 for

printing annotations

(0.94 sec)
  1. Extract hyperlinks from Microsoft Office Word d...

    This article explains that how to extract hyperlinks from Microsoft Office Word (.doc, .docx) documents...Annotation Product Solution GroupDocs...Name == "hyperlink" ) { // Print the link attribute Console ...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  2. Set metadata properties | GroupDocs

    The set_properties method updates or adds metadata. Use it to add metadata to photos and PDFs or to update data in MP3 files with GroupDocs.Metadata for Python via .NET....Annotation Product Solution GroupDocs...tags ), property_value , ) print ( f "Properties set: { affected...

    docs.groupdocs.com/metadata/python-net/set-meta...
  3. Extracting metadata | GroupDocs

    Extract the metadata properties you need from files of different types with GroupDocs.Metadata for Python via .NET using tags, categories and property attributes....Annotation Product Solution GroupDocs...) for prop in properties : print ( f "Property name: { prop ...

    docs.groupdocs.com/metadata/python-net/extracti...
  4. Compare Folders | GroupDocs

    Compare two folders to detect added, deleted, and modified files using the directory_compare option of GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs.../result.html" , compare_options ) print ( "Folders compared successfully...

    docs.groupdocs.com/comparison/python-net/develo...
  5. Introducing GroupDocs.Signature for Python via ...

    Introduction to GroupDocs.Signature for Python via .NET - what is it and why to use...Annotation Product Solution GroupDocs...sign ( "signed.pdf" , opts ) print ( "Document signed successfully...

    docs.groupdocs.com/signature/python-net/introdu...
  6. Extract metadata from Emails | GroupDocs

    To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of document metadata objects; Iterate through the collection and get metadata names and values....Annotation Product Solution GroupDocs...MetadataItem item : metadata ) { // Print an item name and value System...

    docs.groupdocs.com/parser/java/extract-metadata...
  7. Iterate through container items | GroupDocs

    This article explains that how to extract containers items and iterate through container items....Annotation Product Solution GroupDocs...item in attachments ) { // Print an item name and size Console...

    docs.groupdocs.com/parser/net/iterate-through-c...
  8. Scan Barcode | GroupDocs

    Learn how to scan and read barcodes from PDF, Word, Excel, PowerPoint documents and images using GroupDocs.Parser for .NET. Extract barcode values and positions in C# with error handling....Annotation Product Solution GroupDocs...barcode in barcodes ) { // Print a barcode value Console . WriteLine...

    docs.groupdocs.com/parser/net/scan-barcode/
  9. Extract metadata from EPUB eBook | GroupDocs

    To extract metadata from EPUB e-books GetMetadata method is used...Annotation Product Solution GroupDocs...MetadataItem item in metadata ) { // Print the item name and value Console...

    docs.groupdocs.com/parser/net/extract-metadata-...
  10. Handle loading of external resources documents ...

    Learn how to handle loading of external resources....Annotation Product Solution GroupDocs...PageImageArea i in images ) { // Print the type of image Console ....

    docs.groupdocs.com/parser/net/handle-loading-of...