Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 2,526 for

feature

(0.03 sec)
  1. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...the code above and see the feature in action in our GitHub examples:...redaction App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/redaction/net/select-specifi...
  2. Load password-protected document | Documentation

    This article explains how to load password protected document with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .NET library we provide simple...

    docs.groupdocs.com/signature/java/load-password...
  3. Plain text | Documentation

    This article explains that how to extract plain formatted text from document page in Java....the code above and see the feature in action in our GitHub examples:...parser App Along with full featured Java library we provide simple...

    docs.groupdocs.com/parser/java/plain-text/
  4. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format....the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  5. Handling password required exception | Document...

    This article shows how to handle missing document password exception with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured .NET library, we provide simple...

    docs.groupdocs.com/signature/net/handling-passw...
  6. Handling password required exception | Document...

    This article shows how to handle missing document password exception with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .NET library we provide simple...

    docs.groupdocs.com/signature/java/handling-pass...
  7. Convert Word to Markdown using C# | DOC to MD |...

    Convert Word documents to Markdown files using C#. Transform DOC/DOCX files into MD format using GroupDocs .NET parsing and conversion API.... You can use this feature within your application. You...application by using other available features of the API. Learn more about...

    blog.groupdocs.com/parser/convert-word-to-markd...
  8. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET 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 FileType property to obtain file format information AdvancedUsage....spreadsheets The inspection feature that is introduced in this...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the Feature in action in our GitHub examples:...the code above and see the feature in action in our GitHub examples:...parser App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/parser/java/extract-data-fro...
  10. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....the code above and see the feature in action in our GitHub examples:...management App Along with full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/working-with-m...