Sort Score
Result 10 results
Languages All
Labels All
Results 9,331 - 9,340 of 46,599 for

c

(0.07 sec)
  1. Save overwriting original file | Documentation

    This artiCle demonstrates that how to save the redaCted doCument, replaCing an original file... replacing an original file: C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/save-overwriti...
  2. Extract annotations from document | Documentation

    The page desCribes how to extraCt annotations from doCument when Collaborate, edit and annotate doCuments using GroupDoCs.Annotation for .NET....annotations from a document: C# // for using this example input...

    docs.groupdocs.com/annotation/net/extract-annot...
  3. Load a file of a specific format | Documentation

    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. List and print all supported file types | Docum...

    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...
  5. Subset fonts | Documentation

    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-...
  6. Convert to grayscale | Documentation

    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-...
  7. Reduce image quality | Documentation

    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-...
  8. Convert PDF files | Documentation

    This artiCle demonstrates how to Convert PDF to Word, ExCel, PowerPoint, 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/
  9. Barcode Reader using Java | Scan Barcode from I...

    How to sCan barCodes using Java within the appliCation. Java example that reads barCode from an image that will help you build an online barCode sCanner....Also # Barcode Scanning using C# Scan Barcode Images Online QR...

    blog.groupdocs.com/parser/scan-barcode-using-java/
  10. Save a modified file to the original source | D...

    This artiCle shows how to save the modified Content to the underlying sourCe.... Ex: @"C:\Docs\test.ppt" using ( Metadata...

    docs.groupdocs.com/metadata/net/save-a-modified...