Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 2,819 for

resource

(0.07 sec)
  1. Renderizar SVG como PDF usando Python

    En este tema, aprenderá cómo renderizar SVG como PDF usando Python. Además, obtendrá código y pasos para convertir SVG a PDF en Python para compartir gráficos vectoriales....and automatic release of resources after processing Cree una...

    kb.groupdocs.com/es/viewer/python/render-svg-as...
  2. eSign Spreadsheet with Metadata signature | Gro...

    This article explains how to add metadata signatures to Spreadsheet document with GroupDocs.Signature...used in this example: More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/python-net/esign-s...
  3. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature....used in this example: More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/python-net/esign-w...
  4. Updating metadata | GroupDocs

    The Example in this article demonstrates how to update metadata properties using a combination of criteria...GetExtension ( file ))); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/updating-metadata/
  5. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document.... WordCount ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Get document info | GroupDocs

    GroupDocs.Metadata for Python via .NET lets you read basic file information — format, extension, MIME type, page count, size, and encryption state....document encrypted: False More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/python-net/get-docu...
  7. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... RIFF (Resource Interchange File Format) je...

    blog.groupdocs.com/cs/groupdocs.blog/page/38/
  8. 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.... getValue ())); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-metadata...
  9. Extract images from Microsoft Office Word docum...

    To extract images from Microsoft Office Word documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office Word documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....imageNumber ++; } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-images-f...
  10. Extract metadata from EPUB eBook | GroupDocs

    To extract metadata from EPUB e-books GetMetadata method is used... Value )); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-metadata-...