Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 1,129 for

information extraction

(0.24 sec)
  1. Load from a local disk | GroupDocs

    The following example demonstrates how to load file from local disk....Purchase Buy Now Pricing Information Free Trials Temporary License...Metadata ( inputPath )) { // Extract, edit or remove metadata here...

    docs.groupdocs.com/metadata/net/load-from-a-loc...
  2. Shapes in spreadsheet document | GroupDocs

    Extracting Information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get Information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....Purchase Buy Now Pricing Information Free Trials Temporary License...feedback On this page Extracting information about all shapes in...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  3. How to Extract Images from PDF using C#

    Let's get familiar with the image Extraction process from documents and how to extract images from PDF using C# and implement C# extract images from PDF capability....Redaction Product Family How to Extract Images from PDF using C# In...provide the complete process to extract images from PDF using C# ,...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  4. Extract pages | GroupDocs

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...document operations / Extract pages Extract pages Leave feedback...

    docs.groupdocs.com/merger/net/extract-pages/
  5. 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:...Purchase Buy Now Pricing Information Free Trials Temporary License...Usage / Extract data from various formats / Extract data from...

    docs.groupdocs.com/parser/java/extract-data-fro...
  6. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Purchase Buy Now Pricing Information Free Trials Temporary License...ProtectedDocx , loadOptions )) { // Extract, edit or remove metadata here...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  7. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Users can now export the extracted metadata of various formats...also improved document’s information retrieval and implements...

    blog.groupdocs.com/categories/groupdocs.metadat...
  8. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Purchase Buy Now Pricing Information Free Trials Temporary License...Metadata ( stream )) { // Extract, edit or remove metadata here...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  9. Extracting property values | GroupDocs

    Learn common ways to read metadata property values and handle types in GroupDocs.Metadata for Python via .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...properties / Extracting property values Extracting property values...

    docs.groupdocs.com/metadata/python-net/extracti...
  10. Extract pages | GroupDocs

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Java....Purchase Buy Now Pricing Information Free Trials Temporary License...operations / Extract pages Extract pages Leave feedback Extract pages...

    docs.groupdocs.com/merger/java/extract-pages/