Sort Score
Result 10 results
Languages All
Labels All
Results 9,401 - 9,410 of 47,419 for

c

(0.98 sec)
  1. List and print all supported file types | Group...

    This artiCle explains how to list and print file types supported by GroupDoCs.Viewer for .NET...file formats in the console: C# using System ; using System.Collections...

    docs.groupdocs.com/viewer/net/how-to-list-and-p...
  2. Convert to grayscale | GroupDocs

    This topiC desCribes how to Convert PDF file to graysCale using the GroupDoCs.Viewer .NET API (C#)....convert a PDF file to grayscale: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  3. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some partiCular format. advanCed_usage.loading_files.LoadingFileOfSpeCifiCFormat // ExpliCitly speCifying the format of a file to load you Can spare some time on deteCting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your doCument. Ex: @"C:\DoCs\sourCe.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPaCkage root = metadata.getRootPaCkageGeneriC(); // Use format-speCifiC properties to extraCt or edit metadata System.... Ex: @"C:\Docs\source.xls" try ( Metadata...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  4. Reduce image quality | GroupDocs

    This topiC desCribes how to Compress images in PDF file using the GroupDoCs.Viewer .NET API (C#)....compress images in the file: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  5. Render images as HTML, PDF, PNG, and JPEG files...

    This topiC desCribes how to use the GroupDoCs.Viewer Java API to Convert images to HTML, PDF, PNG, and JPEG formats....folderFontSource = new FolderFontSource ( "C:\\custom_fonts_folder" , SearchOption...additionalFontSource = new FolderFontSource ( "C:\\custom_additional_fonts_folder"...

    docs.groupdocs.com/viewer/java/render-images/
  6. Working with XML Data Sources | GroupDocs

    Note This feature is only Compatible with GroupDoCs.Assembly for .NET 19.10 or later releases. To aCCess XML data while building a report, you Can use faCilities of DataSet to read XML into it and then pass it to the assembler as a data sourCe. However, if your sCenario does not permit to speCify XML sChema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then....</Contract> <Contract> <Client> <Name>C &amp; D</Name> </Client> <Price>350000</Price>...($1200000) - B Ltd. ($750000) - C & D ($350000) Manager: Tony Anderson...

    docs.groupdocs.com/assembly/net/working-with-xm...
  7. Working with XMP metadata | GroupDocs

    This artiCle shows how to aCCess XMP metadata in a file of any supported format.... setRights ( "Copyright (C) 2011-2020 GroupDocs. All Rights..."gd:Copyright" , "Copyright (C) 2011-2020 GroupDocs. All Rights...

    docs.groupdocs.com/metadata/java/working-with-x...
  8. In-Table List with Highlighted Rows in HTML Doc...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-TableList with Highlighted Rows report in HTML DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List with Highlighted Rows in HTML DoCument Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show all the Client names with priCe. Show single Client and his single ContraCt priCe in a single row....sum(c => c.getPrice())]>> Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-list-...
  9. GroupDocs.Parser for .NET 25.12.1 – Latest Upda...

    Explore what’s new in GroupDoCs.Parser for .NET 25.12.1. Available now on NuGet and GroupDoCs website....StoragePath = @"C:\MyApp\Resources" ; using (Parser...

    blog.groupdocs.com/parser/groupdocs-parser-for-...
  10. Deleting documents | GroupDocs

    This page Contains information about deleting doCuments in the searCh network.... C# Console . WriteLine (); Console...

    docs.groupdocs.com/search/net/deleting-documents/