Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 2,611 for

resource

(0.21 sec)
  1. Working with EXIF metadata | GroupDocs

    Access, read, update, and remove EXIF metadata using GroupDocs.Metadata for Python via .NET.... output_jpeg ) More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/python-net/working-...
  2. Working with IPTC IIM metadata | GroupDocs

    This article shows how to access IPTC metadata in a file of any supported format.... OutputJpeg ); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-ip...
  3. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage.... OutputXlsx ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Feature request: Cancellation of file extractio...

    Hello, Our primary goal was to run your software (GroupDocs.Search) in an environment, where we don’t know which files will be indexed. We don’t decide it. The user of our software can decide it. We don’t know the files…...indefinitely and consumes excessive resources. This approach should help...

    forum.groupdocs.com/t/feature-request-cancellat...
  5. Extract text structure | GroupDocs

    This article explains that how to extract text structure from documents....</section> </document> More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-text-str...
  6. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System.... getText ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Iterative Digital signing of the PDF document |...

    This article explains how to iteratively sign a PDF document with multiple digital certificates using advanced options with GroupDocs.Signature API....demonstrates the result: More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/iterative-digi...
  8. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...NET/Examples/Resources/SampleFiles/Fonts at master...

    forum.groupdocs.com/t/watermark-messing-up-in-p...
  9. Handle Common Template and Data Errors | GroupDocs

    Catch and handle common exceptions during document assembly and validate template syntax and data.... More resources GitHub Examples You may easily...

    docs.groupdocs.com/assembly/net/basic-usage-err...
  10. Tutorial de Assinatura Digital em Python: Assin...

    Tutorial completo passo a passo para criar assinaturas eletrônicas seguras em documentos usando Python e GroupDocs.Signature - perfeito para desenvolvedores que constroem aplicações de assinatura de documentos...verification and linking to online resources def add_qrcode_signature ():...

    blog.groupdocs.com/pt/signature/sign-documents-...