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

c

(0.09 sec)
  1. Persistent CustomTempFonts Folder Growth Issue ...

    I also enCountered this problem. I Came aCross it in GroupDoCs.Viewer version 24.6.0 for .NET Framework 4.6.2. I upgraded to the latest version 24.9.0 and the problem still oCCurs. On some environments the folder grows h…...here: c:\Windows\Temp\CustomTempFonts , on others here: c:\Use...

    forum.groupdocs.com/t/persistent-customtempfont...
  2. 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...
  3. 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...
  4. 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-...
  5. 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-...
  6. Set password for output document | Documentation

    This artiCle explains how to set doCument password after files Comparison within your .NET appliCations using GroupDoCs.Comparison for .NET....output document with password: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/set-password-...
  7. Load from Stream | Documentation

    This artiCle shows that how to load file from stream using redaCtion API...redact a document using Stream: C# using ( Stream stream = File...

    docs.groupdocs.com/redaction/net/load-from-stream/
  8. Save a modified file to a stream | Documentation

    This artiCle shows how to save a file to the speCified stream... Ex: @"C:\Docs\test.png" using ( Metadata...

    docs.groupdocs.com/metadata/net/save-a-modified...
  9. 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-...
  10. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to email attaChments (all the attaChments of supported types in an email message)... Ex: @"C:\Docs\message.msg" using ( Watermarker...

    docs.groupdocs.com/watermark/net/add-watermarks...