Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 9,573 for

images

(0.06 sec)
  1. 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.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-ca...
  2. Render Word documents as HTML, PDF, and image f...

    Convert Word documents to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer and Python. Learn the basics of document rendering....documents as HTML, PDF, and image files Leave feedback On this...the document to HTML, PDF, or image format. These methods allow...

    docs.groupdocs.com/viewer/python-net/render-wor...
  3. Load options for different document types | Gro...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API....Portable Document Format (PDF) Images (e.g., PNG, JPG, BMP, SVG)...in Word documents. Adjusting image quality and resolution. Metadata...

    docs.groupdocs.com/conversion/java/load-options...
  4. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, Images, audio, video and many other files of different types in your Java solution....Moreover, in most cases, one image, video or document contains...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/find-metadata-...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. Load XML document with options | GroupDocs

    Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for .NET API....Stylesheets, data sources, images, multimedia, and so on. In...

    docs.groupdocs.com/conversion/net/load-xml-docu...
  10. 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...