Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 10,145 for

image

(0.46 sec)
  1. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size.... For example, images or fonts are stored as stream...them. For example, the old image was replaced with the new one...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. How to Extract Images from PowerPoint in C#

    This article provides stepwise instructions to extract Images from PowerPoint in C# and a sample working code on how to get Images from PowerPoint using C#....Product Family How to Extract Images from PowerPoint in C# In this...step-by-step procedure to extract images from PowerPoint in C# using...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...reasons for the popularity of SVG images is the retainment of quality...enlarged. JPG images are also one of the commonly used image formats...

    blog.groupdocs.com/groupdocs.blog/page/21/
  4. Question about big xlsx files (>1MB) after tile...

    Hey, I’ve noticed after full regression testing that big XLSX files could cause troubles during tile watermarking process. The whole topic is about XLSX files from 1MB to 100MB in size. That’s the code snippet which we’…...Background Image Another possibility is to set a background image instead...SpreadsheetBackgroun() #setting image size options.background_width...

    forum.groupdocs.com/t/question-about-big-xlsx-f...
  5. GroupDocs Newsletter February 2018 – Document M...

    Share this issue: Monthly Newsletter February 2018 .NET Document Viewer APIs for C#, WPF and ASPdotNET Applications Render PDF, Word, Excel, Outlook, HTML and Image formats within GroupDocs.Viewer for .NET is a powerful file viewer API for rendering over 50 documents and Image file formats within .NET applications. It rasterizes documents and Images both, renders text and converts them to SVG + HTML + CSS – offering a high-fidelity true-text, native document rendering....Word, Excel, Outlook, HTML and Image formats within GroupDocs.Viewer...rendering over 50 documents and image file formats within .NET applications...

    blog.groupdocs.com/total/groupdocs-newsletter-f...
  6. Testing Manuel Lemos' MIME E-mail composing and...

    From: mlemos@acm.org on behalf of "mlemos" Sent: Sat, 30 Apr 2005 19:28:29 -0300 To: "Manuel Lemos" Subject: Testing Manuel Lemos' MIME E-mail composing and se...... Here is an image embedded in a message as a separate...

    docs.groupdocs.com/conversion/java/_sample_file...
  7. GroupDocs.Signature Product Family

    Find answers about signing digital documents and Images of various types using code on any platform....Java Latest Answers How to Add Image Signature to PDF using C# How...

    kb.groupdocs.com/signature/page/3/
  8. Get More Flexibility with the New and Improved ...

    Hi, everyone! We’ve recently released a new version of the Java document viewer - GroupDocs.Viewer for Java version 2.3 - and would like to discover its new features and enhancements in this article. GroupDocs.Viewer for Java is an HTML5-based document viewer library designed to make it easy for developers to integrate into their Java apps. The viewer supports more than 50 document and Image types, including PDF, Microsoft Word, Excel, PowerPoint, AutoCAD, Visio, etc....supports more than 50 document and image types, including PDF, Microsoft...feature currently works in the image-based rendering mode only. Set...

    blog.groupdocs.com/viewer/get-more-flexibility-...
  9. Add watermarks to diagram documents | GroupDocs

    Adding watermark to all pages of a particular type Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps. Load the document Create and initialize watermark object Set watermark properties Add watermark by specifying page type using setPlacementType() method of DiagramShapeWatermarkOptions Save the document Following code shows how to add watermark to a particular type of the pages....textWatermarkOptions ); // Initialize image watermark ImageWatermark imageWatermark... ForegroundPages ); // Add image watermark to all foreground...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. Add watermarks to presentation documents | Grou...

    Adding watermark to a particular slide Using GroupDocs.Watermark, you can add watermark to a particular slide of a PowerPoint presentation in a simplified way. Adding watermark to a particular PowerPoint slide using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the document Save the document Following code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide....textWatermarkOptions ); // Add image watermark to the second slide...close (); Add watermark to all images inside a particular slide GroupDocs...

    docs.groupdocs.com/watermark/java/add-watermark...