Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 11,968 for

format

(0.22 sec)
  1. Removing metadata | GroupDocs

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties... Some file formats and metadata standards allow...defined in the appropriate format/standard specification. In...

    docs.groupdocs.com/metadata/net/removing-metadata/
  2. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Managing metadata for specific formats / Images / Working with metadata...Metadata API supports extracting format-specific information from PNG...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Select specific pages for rasterized PDF | Grou...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF... PDF_A1A # PDF format so . add_suffix = False result_path...redactions for various document formats like PDF, DOC, DOCX, PPT, PPTX...

    docs.groupdocs.com/redaction/python-net/select-...
  4. Redact Text in RTF using C#

    This tutorial will guide you through the process of how to redact text in RTF using C#. Additionally, you'll get simple code example to replace text in RTF using C#....Redacting text in Rich Text Format ( RTF ) documents using C#...

    kb.groupdocs.com/redaction/net/redact-text-in-r...
  5. Render HTML as JPG using Python

    Discover how to render HTML as JPG using Python. This tutorial guides you through the steps to convert HTML to JPG in Python with customizable dimensions....images offers a convenient format for users who need to view...

    kb.groupdocs.com/viewer/python/render-html-as-j...
  6. Remove Metadata from DOCX using C#

    Efficiently learn how to remove metadata from DOCX using C# with a code example demonstrating how to delete metadata from DOCX in C# without installing extra software....C# DOCX files, the standard format for Microsoft Word documents...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  7. Scatter Chart in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Word Processing Document Format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Word Document Creating a Scatter Chart Please follow below to create Scatter Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....in Word Processing Document format based on the use case: Working...

    docs.groupdocs.com/assembly/net/scatter-chart-i...
  8. Inserting Chart Axis Title Dynamically in Email...

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 18.1 or greater. Column Chart in Email Document Creating a Column Chart Please follow below steps to create a column chart in MS Outlook 2013: Create a new Email Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your email Edit the Worksheet with your data to update the chart Save your Email Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...msg format It must add email recipient...

    docs.groupdocs.com/assembly/net/inserting-chart...
  9. How to Convert VSDX to PDF in Java

    This article explains the process to convert VSDX to PDF in Java and guides you on how to use instructions for implementing the Java VSDX to PDF converter ability....conversion from VSDX to PDF format Create an instance of the Converter...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert TeX to HTML in Java

    This article describes the stepwise instructions to convert TeX to HTML in Java and shows you how to develop the application to convert LaTeX to HTML using Java....transformation from TeX to HTML format Initialize the Converter class...

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