Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 13,983 for

png

(0.91 sec)
  1. How to Convert XML to PDF in C#

    Learn the process to convert documents with one of the top library and easily convert XML to PDF in C#. Explore sample code for C# convert XML to PDF capability....PPTX, DOCX, MHTML, POTX, XLSX, PNG, MD, and many more. We have discussed...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Getting TargetInvocationException for groupdocs...

    Tried to convert pdf , docx to Png format but get thrown with this error class com.groupdocs.conversion.internal.c.a.ms.System.Reflection.TargetInvocationException —> java.lang.reflect.InvocationTargetException import …...Tried to convert pdf , docx to png format but get thrown with this...ImageFileType.Jpeg : ImageFileType.Png)); int pages = 1; try { Log.info(LOG_SRC...

    forum.groupdocs.com/t/getting-targetinvocatione...
  3. Introducing GroupDocs.Signature for Python via ...

    Introduction to GroupDocs.Signature for Python via .NET - what is it and why to use...presentations (PPTX, PPT) Images (JPEG, PNG, TIFF) And many more! Was this...

    docs.groupdocs.com/signature/python-net/introdu...
  4. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:... Switching Between PNG and SVG Images # When using the...converts background images to PNG format instead of SVG. Image...

    blog.groupdocs.com/viewer/enhancements-and-new-...
  5. Adding image watermarks | GroupDocs

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark 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_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark...watermarker = new Watermarker ( "image.png" ); // Use stream containing...

    docs.groupdocs.com/watermark/java/adding-image-...
  6. Convert to Diagram with advanced options | Grou...

    Follow this guide and learn how to convert between diagram formats (VSDX, VSD, VSS, etc.) and customize page fitting using GroupDocs.Conversion for .NET....options ); } // Convert diagram to PNG images (page by page) using (...ImageFileType . Png }; converter . Convert ( "org-chart-page.png" , options...

    docs.groupdocs.com/conversion/net/convert-to-di...
  7. How to Convert DOCX to HTML in Java

    This tutorial guides you on how to convert DOCX to HTML in Java. Easily implement the Java DOCX to HTML functionality and customize the output file by defining various properties....PPTX, XLSX, CSV, TIFF, MHTML, PNG, and others. This topic demonstrates...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Save output to a stream | GroupDocs

    This article shows how to save output to a stream when rendering a document... When rendering to JPG/PNG or HTML with embedded resources...

    docs.groupdocs.com/viewer/java/save-output-to-s...
  9. Adding image watermarks | GroupDocs

    GroupDocs.Watermark API supports adding the following image file types as image watermark...types as image watermark: BMP; PNG; GIF; JPEG. Add image watermark...watermarker = new Watermarker ( "image.png" )) { // Use stream containing...

    docs.groupdocs.com/watermark/net/adding-image-w...
  10. How to Convert DOT to PDF in Java

    Easily convert DOT to PDF in Java using one of the best document conversion library and learn how to write code for Java DOT to PDF converter application....as XPS, XLS, CSV, HTML, PSD, PNG, RTF, DOCX, and many more. We...

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