Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 721 for

image to presentation

(0.1 sec)
  1. Alignment and font issues in the generated PDF ...

    We have a docx file in which Arial MT, Times New Roman fonts are used but upon conversion To pdf we see the following issues : everything is coming in Arial font and not Arial MT The header has correct font but it has …...the screenshot of the issue image.jpg (91.2 KB) I checked in the...the Screenshot_2.png , it is present in the document and its name...

    forum.groupdocs.com/t/alignment-and-font-issues...
  2. GroupDocs.Annotation .NET Python Integration | ...

    Learn To integrate GroupDocs.Annotation for .NET with Python using pythonnet. Master two proven methods To solve assembly loading challenges, featuring complete code samples for wrapper-based and reflection-based annotation approaches.... This presents a core challenge when attempting...dependency resolution while presenting clean, straightforward APIs...

    blog.groupdocs.com/annotation/python-integration/
  3. Handling the Lyrics tag | GroupDocs

    This article explains how To handle Lyrics tag.... If no ID3 tag is present one must be attached. Note...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/handling-the-l...
  4. GroupDocs.Metadata for Python via .NET | GroupDocs

    Develop Applications To Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....spreadsheets, presentations, PDF files, email messages, and images. About...

    docs.groupdocs.com/metadata/python-net/
  5. GroupDocs.Metadata for .NET | GroupDocs

    A .NET API To manipulate metadata is being consumed as metadata viewer for CRUD operations. It helps developers To read, write, edit and remove meta information from all popular document file formats...spreadsheets, presentations, PDF files, email messages, and images. About...

    docs.groupdocs.com/metadata/net/
  6. Working with resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing documents with GroupDocs.EdiTor for Java.... It is first of all images, some document formats also...resources onto three groups: Images, including: raster (PNG, BMP...

    docs.groupdocs.com/editor/java/working-with-res...
  7. GroupDocs.Viewer for Java | GroupDocs

    GroupDocs.Viewer for Java allows you To render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need To use third-party software To view files within your Java application....documents, spreadsheets, presentations, PDF files, web pages, email...email messages, and images and render/display them in HTML, PDF...

    docs.groupdocs.com/viewer/java/
  8. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....all possible properties are presented in the KnowPropertyDescript...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/python-net/getting-...
  9. Search Text in HTML Documents | GroupDocs

    id: search-text-in-html-documents url: parser/net/search-text-in-html-documents title: Search text in HTML documents weight: 2 description: “To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects.” keywords: search a keyword, search a keyword in HTML productName: GroupDocs.Parser for .NET hideChildren: False Toc: true To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text...., ZIP archives, images, or other non-text formats)...external resources (such as CSS, images, or scripts). If your HTML...

    docs.groupdocs.com/parser/net/developer-guide/a...
  10. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package. Load a file To examine Get a collection of PropertyDescripTor instances for any desired metadata package Iterate through the extracted descripTors advanced_usage.GettingKnownPropertyDescripTors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescripTor descripTor : root.getDocumentProperties().getKnowPropertyDescripTors()) { System.out.println(descripTor.getName()); System.out.println(descripTor.getType()); System.out.println(descripTor.getAccessLevel()); for (PropertyTag tag : descripTor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescripTors collection....all possible properties are presented in the collection. The library...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/getting-known-...