Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 1,464 for

image to word

(0.07 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...ability to view documents and images right in your web browser,...to view a text document, an image or a PowerPoint presentation...

    blog.groupdocs.com/groupdocs.blog/page/99/
  2. Adding watermarks | GroupDocs

    GroupDocs.Watermark for Java supports the following watermark types. TextWatermark ImageWatermark Adding watermark To any supported document format using GroupDocs.Watermark consists of some easy steps. Following are the steps To add a watermark To a document. Load the document Create and initialize watermark object Set watermark properties Add a watermark To the document Save the document For more details please refer To the following guides:...Adding text watermarks Adding image watermarks Add watermarks to...attachments Add watermarks to images Add watermarks to PDF documents...

    docs.groupdocs.com/watermark/java/adding-waterm...
  3. Releasing First Version of GroupDocs.Metadata f...

    We are extremely excited To announce that the first version of GroupDocs.Metadata for Java has been released. GroupDocs.Metadata for Java is a valuable addition To the GroupDocs.Metadata product family that empowers Java developers while working with metadata of popular file formats. It is powerful as well as easy To use API that provides all basic metadata operations (i.e. view, add, modify, remove) for a number of file formats. API gets the file as an input and makes its metadata accessible To the user....EXIF metadata properties in images EXIF maker-notes XMP metadata...properties in images IPTC metadata properties in images Image resource...

    blog.groupdocs.com/metadata/releasing-first-ver...
  4. Generating page preview for WordProcessing docu...

    This article describes how To generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.EdiTor...Guide / Edit document / Edit Word document / Generating page preview...is supported in the numerous image viewers and also by any modern...

    docs.groupdocs.com/editor/net/generating-page-p...
  5. Features Overview | GroupDocs

    A Python via .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from phoTos. Supporting iptc metadata, exif metadata and xmp metadata....standards: IPTC, XMP, EXIF, Image Resources Manipulating native...technical information from images, audio and video files Calculating...

    docs.groupdocs.com/metadata/python-net/features...
  6. Features Overview | GroupDocs

    A Node.js via Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from phoTos. Supporting iptc metadata, exif metadata and xmp metadata....standards: IPTC, XMP, EXIF, Image Resources Manipulating native...technical information from images, audio and video files Calculating...

    docs.groupdocs.com/metadata/nodejs-java/feature...
  7. Convert Excel Spreadheets to PDF using C# | .NE...

    Convert Excel files To PDF using C#. Convert full workbook, selected sheets, sub-sequence of sheets, or any cell range using spreadsheet conversion .NET API....many other file formats like word-processing documents, spreadsheets...spreadsheets, presentations, eBooks, images, etc that are mentioned in...

    blog.groupdocs.com/conversion/convert-excel-spr...
  8. GroupDocs.Viewer for Java 26.3 – March 2026 Rel...

    GroupDocs.Viewer for Java 26.3 fixes critical rendering bugs, improves performance, and adds new slide placeholder options—now available via Maven....PDF, PowerPoint, Excel, Word, and image conversions. What’s new...users to control the output image resolution (in DPI) when rendering...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...document insertion while generating Word Processing documents Support...PowerPoint format Read TIFF Image File Directory tags Remove hidden...

    blog.groupdocs.com/groupdocs.blog/page/86/
  10. 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...