Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 2,187 for

resource

(0.07 sec)
  1. Big News! GroupDocs.Redaction has been released...

    Do you have to deal with a frequent exchange of the digital documents? Do your documents contain classified and sensitive information that needs to be protected? If they do, how do you process such documents to hide or remove some specific information before sending them outside your company? Well, these questions will definitely pop out the solution that you are currently using for protecting the sensitive content in your document....following are some useful resources for you to quickly get started:...

    blog.groupdocs.com/redaction/groupdocs-redactio...
  2. Update EPUB Metadata using C# – .NET Metadata E...

    Discover ways to view and edit EPUB eBook metadata using C#. Programmatically edit EPUB specific properties and Dublin Core items using C#....the physical and digital resources. You can easily change the...

    blog.groupdocs.com/metadata/view-edit-epub-meta...
  3. Convert RTF to MHTML using Node.js

    Let's convert RTF to MHTML using Node.js seamlessly. Follow a step-by-step guide to export RTF to MHTML in Node.js with accurate formatting and high quality....HTML content with embedded resources in a single file. This article...

    kb.groupdocs.com/conversion/nodejs/convert-rtf-...
  4. Spreadsheet redactions | Documentation

    This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others.... save ( so ) More resources Advanced usage topics To learn...

    docs.groupdocs.com/redaction/python-net/spreads...
  5. Extract data from Emails | Documentation

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported....Outlook Offline Data File More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-data-from...
  6. Load file from URL | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for .NET....NET/blob/master/Examples/Resources/SampleFiles/sample.docx?raw=true"...

    docs.groupdocs.com/conversion/net/load-file-fro...
  7. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More Resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... getPlanes ()); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-b...
  8. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method.... More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/java/clean-metadata/
  9. GroupDocs.Viewer for Python via .NET | Document...

    Render documents as HTML, PDF, JPEG, or PNG with GroupDocs.Viewer for Python. No third-party software needed!...NET API Reference Useful Resources DEMOS AND EXAMPLES View documents...

    docs.groupdocs.com/viewer/python-net/
  10. Verify Digital signatures in the document | Doc...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API...." ); } More resources Advanced Usage Topics To learn...

    docs.groupdocs.com/signature/java/verify-digita...