Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 9,583 for

images

(0.07 sec)
  1. GroupDocs.Annotation for .NET | GroupDocs

    API to annotate text or Images in your documents using C#. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...capability to annotate text or images in a document. Annotation can...

    docs.groupdocs.com/annotation/net/
  2. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  3. Render EBooks as HTML, PDF, and image files | G...

    This topic describes how to use the GroupDocs.Viewer Java API to convert EBooks to HTML, PDF, PNG, and JPEG formats....Render EBooks as HTML, PDF, and image files Leave feedback On this...the EBook to HTML, PDF, or image format. Supported EBooks file...

    docs.groupdocs.com/viewer/java/render-ebooks/
  4. Single Row Image in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Email Document format. Single Row Image in Email Document Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show image of the manager It must show Name and age of manager Adding Syntax to be evaluated by GroupDocs....Working with Image Reports - Single Row / Single Row Image in Email...Email Document Single Row Image in Email Document Leave feedback...

    docs.groupdocs.com/assembly/java/single-row-ima...
  5. Single Row Image in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Single Row Image in Text Document Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must show image of the manager It must show Name and age of manager Report must be generated in the Text Document....Working with Image Reports - Single Row / Single Row Image in Text...Text Document Single Row Image in Text Document Leave feedback Note...

    docs.groupdocs.com/assembly/java/single-row-ima...
  6. GroupDocs.Annotation for Java | GroupDocs

    API to annotate text or Images in your documents using Java. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...ability to annotate text or images in a document within your applications...pages, email messages, and even image files. GroupDocs.Annotation...

    docs.groupdocs.com/annotation/java/
  7. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Comparison for .NET API....specify desired page numbers, image format, etc. To generate the...CreatePageStream event handler) image preview format - PNG / JPG /...

    docs.groupdocs.com/comparison/net/generate-docu...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Words Cells Diagrams PDF Slides Images Bug Fixes TIFF/Multi TIFF file...introduced. Aside this, Word, Image and HTML conversion options...

    blog.groupdocs.com/groupdocs.blog/page/52/
  9. GroupDocs.Assembly for .NET | GroupDocs

    Release notes Package repository GroupDocs.Assembly for Net - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Net reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text documents, spreadsheets, presentations, PDF files, email messages, and Images....files, email messages, and images. About GroupDocs.Assembly OVERVIEW...

    docs.groupdocs.com/assembly/net/
  10. Convert a JPG file passed as FileStream to PDF ...

    Hello, I noticed some very strange behavior when converting a certain jpg file. The problem is always reproducible using the basic pdf conversion sample, but only happens when the file is passed in as a stream. The fo…... (I tried with different images, but only this one seems to...

    forum.groupdocs.com/t/convert-a-jpg-file-passed...