Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 2,030 for

resource

(0.04 sec)
  1. Extract images from Microsoft Office PowerPoint...

    To extract images from Microsoft Office PowerPoint presentations getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office PowerPoint presentations as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....imageNumber ++; } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-images-f...
  2. Extract metadata from PDF documents | Documenta...

    To extract metadata from PDF documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved.... getValue ())); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-metadata...
  3. 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...
  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. 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/
  6. 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-...
  7. Extract barcodes from document page | Documenta...

    This article explains that how to extract barcodes from document page.... getValue ()); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-barcodes...
  8. 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-...
  9. Extract images from Microsoft Office Word docum...

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

    docs.groupdocs.com/parser/net/extract-images-fr...
  10. 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...