Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 9,267 for

images

(0.74 sec)
  1. Locating signature with stretch mode | GroupDocs

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API....stretch mode with adding text or images signatures into document with...imageOptions . setImageFilePath ( "image.png" ); // define list of signature...

    docs.groupdocs.com/signature/java/locating-sign...
  2. Extract metadata from EPUB using C#

    In this article, we will detail the steps required to extract metadata from EPUB using C#. Also, a sample of the EPUB metadata extraction C# code will be provided.... Beyond just the text and images, EPUB files often contain valuable...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  3. Manage EPUB Metadata using Java – Metadata Editor

    Discover ways to view and edit EPUB eBook metadata using Java. Programmatically update specific EPUB properties and Dublin Core items....and EXIF Data of HEIF/HEIC Images using Java...

    blog.groupdocs.com/metadata/manage-epub-metadat...
  4. Extract text from documents | GroupDocs

    This article shows how to extract text with GroupDocs.Parser from PDF, Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....familiar how to extract text, images, forms and more, please refer...

    docs.groupdocs.com/parser/java/extract-text-fro...
  5. Extract formatted text from documents | GroupDocs

    This article shows how to extract formatted text represented as HTML or Markdown with GroupDocs.Parser from documents of various formats like Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....familiar how to extract text, images, forms and more, please refer...

    docs.groupdocs.com/parser/java/extract-formatte...
  6. Convert specific pages | GroupDocs

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Java API....Spreadsheets ( ) Presentations ( ) Images ( ) Specifying Page Ranges...

    docs.groupdocs.com/conversion/java/convert-spec...
  7. Working with TORRENT files | GroupDocs

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-to...
  8. Convert to GIS formats with advanced options | ...

    Learn about GisConvertOptions class for GIS file formats (GeoJSON, KML, GPX, TopoJSON) in GroupDocs.Conversion for .NET....convert FROM GIS formats to PDF, images, or other document formats...

    docs.groupdocs.com/conversion/net/convert-to-gi...
  9. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-c...
  10. Get Files of Specific Type using GroupDocs.Meta...

    In the modern times, the data is increasing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an easy job for the human beings and they might think if there is some automated system to achieve this....demonstrate how to get JPEG images in a specific directory. #...

    blog.groupdocs.com/metadata/get-specific-file-t...