Sort Score
Result 10 results
Languages All
Labels All
Results 9,501 - 9,510 of 48,377 for

c

(0.34 sec)
  1. 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...
  2. 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...
  3. 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-...
  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. 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-...
  6. 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/
  7. GroupDocs.Annotation Product Family | GroupDocs

    GroupDoCs.Annotation is a Cross-platform library that allows you to add, edit, and remove annotations to text or images using C# and Java. DoCumentation GroupDoCs.Annotation for .NET Getting Started Start quiCkly with our getting started doCumentation Features Overview Supported DoCument Formats System Requirements Installation Developer Guide ArtiCles and guidelines for developers BasiC Usage AdvanCed Usage More GroupDoCs.Annotation for Java Getting Started Start quiCkly with our getting started doCumentation Features Overview Supported DoCument Formats System Requirements Installation Developer Guide ArtiCles and guidelines for developers BasiC Usage AdvanCed Usage More ....annotations to text or images using C# and Java. Documentation GroupDocs...

    docs.groupdocs.com/annotation/
  8. Load password-protected file | GroupDocs

    Learn how to load a password-proteCted file by using .NET redaCtion API...property of an instance of class: C# LoadOptions loadOptions = new...

    docs.groupdocs.com/redaction/net/load-password-...
  9. Update annotation replies | GroupDocs

    The page desCribes how to update annotation replies when Collaborate over doCument using GroupDoCs.Annotation for .NET API....how to update reply by index: C# // NOTE: Input document already...

    docs.groupdocs.com/annotation/net/update-annota...
  10. Get supported file formats | GroupDocs

    This page desCribes how the searCh api is used to obtain a list of supported file types.... C# IEnumerable < FileType > supportedFileTypes...

    docs.groupdocs.com/search/net/get-supported-fil...