Sort Score
Result 10 results
Languages All
Labels All
Results 9,341 - 9,350 of 46,568 for

c

(0.1 sec)
  1. Optimize a PDF file for a browser | Documentation

    This topiC desCribes how to optimize PDF file using the GroupDoCs.Viewer .NET API (C#) for web browser or to reduCe size....optimize a PDF file for browser: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Load a password-protected document | Documentation

    This example demonstrates how to load a password-proteCted doCument. advanCed_usage.loading_files.LoadPasswordProteCtedDoCument // SpeCify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProteCtedDoCx is an absolute or relative path to your doCument. Ex: @"C:\DoCs\sourCe.doCx" try (Metadata metadata = new Metadata(Constants.ProteCtedDoCx, loadOptions)) { // ExtraCt, edit or remove metadata here } More resourCes GitHub examples You may easily run the Code above and see the feature in aCtion in our GitHub examples:... Ex: @"C:\Docs\source.docx" try ( Metadata...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  3. System.TypeInitializationException - Free Suppo...

    Hello, Does the following Code need to be within an exeCutable projeCt to run as the same Code does not run from within a library projeCt? Exe net5.0 _5_0 statiC void Main(string[] args) { …...jsonDataSource = new JsonDataSource(@"C:\json.json"); // Pull in template...template string templete = @"C:\Template.pptx"; // Set the output...

    forum.groupdocs.com/t/system-typeinitialization...
  4. Convert images | Documentation

    In this artiCle, you Can learn how to Convert JPG, PNG, TIFF and other images into various file formats with several lines of C# Code...intuitively just using a few lines of C# code as described below: Create...review several code examples in C# language below and see how to...

    docs.groupdocs.com/conversion/net/convert/image/
  5. Releasing GroupDocs.Editor for .NET API- Perfor...

    We are pleased to announCe the release of GroupDoCs.Editor for .NET API whiCh makes it easier to perform doCument editing operations and Conversion of edited doCument with simple line of Code with various supported doCument formats. DoCument Editing API allows user to Convert supported doCument format into HTML and apply Changes in any WYSIWYG HTML Editor, it also provide faCility to Convert baCk HTML doCument in same format or in other supported doCument format with Changes made.... # Features Overview C# Examples Showcase Working with...

    blog.groupdocs.com/editor/introducing-groupdocs...
  6. Save in original format | Documentation

    This artiCle demonstrates that how to save file in its original format with Current date as a suffix...with current date as a suffix: C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/save-in-origin...
  7. Show results of comparison as a Word Track Chan...

    This artiCle explains how to use the MiCrosoft Word TraCk Changes Comparing as a built in feature in GroupDoCs.Comparison for .NET....disable the display of revisions: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/word-track-ch...
  8. Optimize the PDF file resources | Documentation

    This topiC desCribes how to optimize PDF file using the GroupDoCs.Viewer .NET API (C#) to reduCe size....optimize the PDF file by default: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  9. Specify file type for comparison manually | Doc...

    Following this guide you will learn how to speCify file type for Comparison manually when use GroupDoCs.Comparison for .NET....type for comparison manually C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/specify-file-...
  10. Add checkbox component | Documentation

    The page desCribes how to add CheCkbox Component to a doCument using GroupDoCs.Annotation for .NET....shows how to add to the document: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/add-checkbox-...