Sort Score
Result 10 results
Languages All
Labels All
Results 9,531 - 9,540 of 48,081 for

c

(0.09 sec)
  1. 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-...
  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. 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. 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...
  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. Render archives as HTML, PDF, and image files |...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to display a list of arChive Content in HTML, PDF, PNG, and JPEG formats and to extraCt arbitrary file from arChive.... C# using GroupDocs.Viewer ; using...resources, while 2nd — with external. C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-archive-fi...
  7. Exception thrown - When we try to load the doc ...

    Hi Tahir, Thanks for the update. Regards, Ayyappan...getting the below exception in C# code when we try to load the...

    forum.groupdocs.com/t/exception-thrown-when-we-...
  8. Get extended information on the summary page | ...

    This artiCle explains how to get extended information about Comparison of doCuments on the summary page with GroupDoCs.Comparison for .NET....to get extended information: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/get-extended-...
  9. Extend supported extensions list | GroupDocs

    This artiCle explains the method whiCh Can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-Configured....Redactor redactor = new Redactor ( "C:\sample.dump" ); try { // Here...

    docs.groupdocs.com/redaction/java/extend-suppor...
  10. Load document using the local path string | Gro...

    This artiCle explains how to load a doCument using the loCal path string with GroupDoCs.Viewer within your .NET appliCations....using the local path string: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/load-document-fro...