Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 2,018 for

resource

(0.04 sec)
  1. Set metadata properties | Documentation

    This article explains the usage of SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....following articles: More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/net/set-metadata-pr...
  2. Generate document preview | Documentation

    You are welcome to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more....return stream ; } } } More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/java/generate-docum...
  3. Use redaction callback | Documentation

    Learn about redaction API methods to reject or approve specific changes during redaction process... Save (); } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/use-redaction-...
  4. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java....( path , "123456" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/document-passwords/
  5. Extract metadata from EPUB eBook | Documentation

    This article explains that how to extract metadata from EPUB e-books getMetadata method is used.... getValue ())); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-metadata...
  6. Logging | Documentation

    An interface is used to receive the information about errors, warnings and events which occur while data extraction...."Warning: " + message ); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/logging/
  7. Extract hyperlinks from Microsoft Office Word d...

    This article explains that how to extract hyperlinks from Microsoft Office Word (.doc, .docx) documents...( "link" )); } } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  8. Extract metadata from documents | Documentation

    This article shows how to extract metadata with GroupDocs.Parser from documents of various formats: PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others.... Value )); } } More resources Advanced usage topics To learn...

    docs.groupdocs.com/parser/net/extract-metadata-...
  9. Iterate through container items | Documentation

    This article explains that how to extract containers items and iterate through container items in Java.... More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/iterate-through-...
  10. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the document. For example, table of contents extraction isn’t supported for TXT files. Therefore, for TXT file getToc method returns null. If Microsoft Office Word document has no table of contents, getToc method returns an empty collection....readToEnd ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-table-of...