Sort Score
Result 10 results
Languages All
Labels All
Results 9,491 - 9,500 of 47,549 for

(c )

(0.12 sec)
  1. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of a particular format using GroupDocs.Metadata for Python via .NET.... Ex: r"C:\\Docs\\source.xls" with gm ....

    docs.groupdocs.com/metadata/python-net/load-a-f...
  2. Subset fonts | GroupDocs

    This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer .NET API (C#)....to subset fonts in a PDF file: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  3. 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...
  4. 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-...
  5. 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...
  6. 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-...
  7. Convert PDF files | GroupDocs

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint, HTML, image and other formats with GroupDocs.Conversion for .NET....several lines of lines code in C# programming language. GroupDocs...PDF to Word programmatically in C#. This way any file created as...

    docs.groupdocs.com/conversion/net/convert/pdf/
  8. GroupDocs.Comparison Product Family on GroupDoc...

    GroupDocs.Comparison Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Comparison Product Family on GroupDocs Blog | Document A......Compare Multiple CSV Files in C# - Accept, Reject or Highlight...compare two or more CSV files in C#. Learn to accept, reject and...

    blog.groupdocs.com/categories/groupdocs.compari...
  9. Parse and Extract Fillable PDF Form Field Value...

    Parser and data extraction Java API that allows parsing fillable PDF forms and extracts values from all the fields of PDF documents programmatically....# Read PDF Form Fields using C# Extract Images from Documents...

    blog.groupdocs.com/parser/parse-and-extract-dat...
  10. How to Run Examples | GroupDocs

    Download from GitHub The complete examples package of GroupDocs.Assembly is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favorite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image: In extracted files and folders, you can see solution file for C# Project....you can see solution file for C# Project. This project is created...

    docs.groupdocs.com/assembly/net/how-to-run-exam...