Sort Score
Result 10 results
Languages All
Labels All
Results 9,361 - 9,370 of 47,236 for

(c )

(0.07 sec)
  1. Load file from Amazon S3 storage | GroupDocs

    This article demonstrates how to convert file stored in Amazon S3 storage using GroupDocs.Conversion for .NET API.... Combine ( @"c:\output" , "converted.pdf" );...

    docs.groupdocs.com/conversion/net/load-file-fro...
  2. Load document from URL | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for .NET....to load a document using URL: C# string url = "https://github...

    docs.groupdocs.com/annotation/net/load-document...
  3. Optimizing shards | GroupDocs

    This page contains information about optimizing shards in the search network.... C# Console . WriteLine ( "Optimizing...

    docs.groupdocs.com/search/net/optimizing-shards/
  4. Extract annotations from document | GroupDocs

    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...
  5. Save overwriting original file | GroupDocs

    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...
  6. 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...
  7. 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...
  8. 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...
  9. 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-...
  10. 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-...