Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 9,062 for

images

(0.07 sec)
  1. Working with TORRENT files | Documentation

    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...
  2. Working with CAD metadata | Documentation

    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...
  3. 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...
  4. Render CAD drawings and models as HTML, PDF, an...

    Convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....and models as HTML, PDF, and image files Leave feedback On this...the drawing to HTML, PDF, or image format. Supported CAD file formats...

    docs.groupdocs.com/viewer/python-net/render-cad...
  5. Watermark Word Documents | Text and Image Water...

    Add text and image watermarks to Word documents. Apply watermarks using the online watermark application or using .NET and Java libraries programmatically.... Ready to add text or image watermarks to your Word documents...article about How to Add Text or Image Watermarks to Word documents...

    blog.groupdocs.com/watermark/watermark-word-doc...
  6. Convert DOCX to TIFF using Python

    Easily convert DOCX to TIFF using Python with clear code examples. Follow this guide to export DOCX to TIFF using Python for high-quality image output....Python Converting documents into image formats is a common practice...print workflows. TIFF (Tagged Image File Format) is well-known for...

    kb.groupdocs.com/conversion/python/convert-docx...
  7. STL File Viewer using C# | View STL as PDF, HTM...

    View STL files as PDF using C#. Further render the stereolithography (STL) files into HTML, JPG and PNG formats within .NET applications....documents into PDF, HTML, and images within the .NET application...converts the STL file into JPG image format. STL to PNG using C#...

    blog.groupdocs.com/viewer/stl-file-viewer-using...
  8. Convert DOC and DOCX to HTML in C# | Show & Hid...

    Programmatically convert Word processing documents DOC, DOCX into HTML with advanced options like show or hide page borders, watermark, zoom, pages count....html", options); } Images below showing the original...Conversion - The Document & Image Conversion Solution Let’s talk...

    blog.groupdocs.com/conversion/convert-doc-docx-...
  9. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a new slide Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Warning There is no way to use an image inside a foreach tag in Microsoft...NOTE: There is no way to use images inside a foreach tag in PowerPoint...

    docs.groupdocs.com/assembly/net/generating-repo...
  10. Convert PDF to DOCX using Python

    Discover how to convert PDF to DOCX using Python with straightforward steps. Easily export PDF to DOCX using Python, all without need to install additional software....preserving the original text, images, and layout. This process streamlines...

    kb.groupdocs.com/conversion/python/convert-pdf-...