Sort Score
Result 10 results
Languages All
Labels All
Results 7,481 - 7,490 of 10,846 for

formatting

(0.06 sec)
  1. Inserting edited worksheet into existing spread...

    This article describes the new feature of the GroupDocs.Editor for .NET version 20.10 - inserting an edited worksheet into existing spreadsheet...Creating an instance of class with format of output spreadsheet file...new SpreadsheetSaveOptio ( Formats . SpreadsheetFormats . Xlsx...

    docs.groupdocs.com/editor/net/inserting-edited-...
  2. Adding text watermarks | Documentation

    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....different formats of the documents. Document Format Unit of Measure...margins For most document formats you can set page margins when...

    docs.groupdocs.com/watermark/java/adding-text-w...
  3. Working with metadata in WEBP images | Document...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in JPEG images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in JPEG images. Please find appropriate code samples in the Working with EXIF Metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Managing metadata for specific formats / Images / Working with metadata...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Convert JPG to PPTX using Java

    This tutorial illustrates the procedure of how to convert JPG to PPTX using Java. Additionally, a code example will be provided to export JPG to PPTX using Java....PresentationConvertO class and set output format as PPTX Finally, save the output...

    kb.groupdocs.com/conversion/java/convert-jpg-to...
  5. How to Convert HTML to MHTML using Java

    This topic provides a detail on how to convert HTML to MHTML using Java on various operating systems. It also includes code to generate MHTML from HTML in Java....hand, is a web page archive format that allows storing HTML, images...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert ODT to MHTML using Java

    In this topic, you will learn how to convert ODT to MHTML using Java without installing third-party software. Also, we will provide code to export ODT to MHTML in Java....convert files between different formats is essential. This step-by-step...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert ODT to TXT using Java

    Our aim is to provide you with guidance on how to convert ODT to TXT using Java with popular conversion library along with code example to export ODT to TXT in Java....) files to plain text (TXT) format, this article offers a comprehensive...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Extract Metadata from Excel File in C#

    Let's understand the process to extract metadata from Excel file in C# with a simple API calls and learn how to develop the C# Excel metadata extractor application....metadata from other document formats such as DOC, DOCX, DOT, PPTX...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  9. How to Convert SVG to PDF using Java

    This tutorial provides detailed information on how to convert SVG to PDF using Java and enables users to easily write the code to export SVG to PDF in Java....variety of other document formats such as XPS, PNG, RTF, ODP...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert HTML to Word using C#

    This short tutorial explains to you how to convert HTML to Word using C# without any third-party tool and how to use this guide to convert HTML to Word in C#....variety of other document formats such as PDF, RTF, PNG, XLSX...

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