Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 10,025 for

image

(1.76 sec)
  1. This is a sample presentation

    Presentation with JPG Image in background D:20170423150059Z Aspose.Slides for .NET 26.3 Dovlet Mamenov This is a sample presentation Aspose.Slides for .NET 26.3 D:20190806203521Z...Presentation with JPG image in background D:20170423150059Z Aspose...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  2. This is a sample presentation

    Presentation with JPG Image in background D:20170423150059Z Aspose.Slides for .NET 26.3 Dovlet Mamenov This is a sample presentation Aspose.Slides for .NET 26.3 D:20190806203521Z...Presentation with JPG image in background D:20170423150059Z Aspose...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  3. Supported File Formats | GroupDocs

    The following article indicates the file formats that GroupDocs.Comparison can work with....Outlook Message Item File ✅ Image file formats Format Description...detection Bitmap Image ✅ DICOM (Digital Imaging and Communications...

    docs.groupdocs.com/comparison/python-net/suppor...
  4. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Comparison for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....Docker image in two stages to minimize the final image size. In...sample code. The final Docker image can be run as an application...

    docs.groupdocs.com/comparison/nodejs-java/runni...
  5. This is a sample presentation

    Presentation with JPG Image in background D:20170423150059Z Aspose.Slides for .NET 26.3 Dovlet Mamenov This is a sample presentation Aspose.Slides for .NET 26.3 D:20190806203521Z...Presentation with JPG image in background D:20170423150059Z Aspose...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  6. Add Text Watermark to PNG using C#

    Explore the method how to add text watermark to PNG using C#. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in C#....Adding a text watermark to PNG images can enhance their visual appeal...watermark is in the context of PNG images. A text watermark is a visible...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  7. Optimize images | GroupDocs

    Optimize PDF Images with GroupDocs.Viewer for Python and .NET. Improve file size and performance....Optimize images Optimize images Leave feedback Reduce image quality...quality Set image resolution Convert to grayscale Was this page helpful...

    docs.groupdocs.com/viewer/python-net/optimize-i...
  8. Optimize images | GroupDocs

    Optimize Images in a PDF file using GroupDocs.Viewer for .NET (C#)...Optimize images Optimize images Leave feedback Reduce image quality...quality Set image resolution Convert to grayscale Was this page helpful...

    docs.groupdocs.com/viewer/net/optimize-images/
  9. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your Image. Ex: "C:\\Docs\\Image.png" Watermarker watermarker = new Watermarker("Image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...watermarker = new Watermarker ( "image.png" ); // Initialize the font...

    docs.groupdocs.com/watermark/java/adding-text-w...
  10. How to Convert PDF to TIFF using C#

    Understand document conversion process and how to convert PDF to TIFF using C#. Learn how to use these instructions to create PDF to TIFF converter C# capability....Finally, save the converted TIFF image to the disk by calling the Convert...customizing the resultant TIFF image by setting parameters such as...

    kb.groupdocs.com/conversion/net/how-to-convert-...