Sort Score
Result 10 results
Languages All
Labels All
Results 9,521 - 9,530 of 48,378 for

c

(0.23 sec)
  1. Save only annotated pages | GroupDocs

    The page desCribes how to save only annotated pages when using GroupDoCs.Annotation for .NET API....to save only annotated pages: C# // for this example input file...

    docs.groupdocs.com/annotation/net/save-only-ann...
  2. Rotate pages | GroupDocs

    This artiCle explains how to rotate PDF, HTML or Image pages when rendering doCuments with GroupDoCs.Viewer within your .NET appliCations....rendering a document as PDF: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/flip-or-rotate-pa...
  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. 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...
  6. 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...
  7. GroupDocs.Conversion NoConvertOptions causes cr...

    This test Case was working fine in the previous GroupDoCs.Total.NETFramework 25.4.0, but is now broken in 25.5.0: Create a text file named “ignore.log” In ConvertOptions, deteCt “.log” extension and return NoConvertOp…...Main(String[] args) in C:\Projects\NETFrameworkGroupDo...

    forum.groupdocs.com/t/groupdocs-conversion-noco...
  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. 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...
  10. 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-...