Sort Score
Result 10 results
Languages All
Labels All
Results 9,591 - 9,600 of 49,771 for

c

(1.08 sec)
  1. Set password for output document | GroupDocs

    ProteCt the Comparison result doCument with a password by setting CompareOptions.PasswordSaveOption and SaveOptions.Password in GroupDoCs.Comparison for .NET....output document with password: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/set-password-...
  2. Save a modified file to a stream | GroupDocs

    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...
  3. Load document from FTP | GroupDocs

    The page desCribes how to load PDF, Word, ExCel, PowerPoint doCuments from FTP using GroupDoCs.Annotation for .NET....to annotate document from FTP: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/load-document...
  4. Load file from FTP | GroupDocs

    This artiCle demonstrates how to Convert file stored in FTP storage using GroupDoCs.Conversion for .NET API.... Combine ( @"c:\output" , "converted.pdf" );...

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

    This artiCle explains how to load PDF, Word, ExCel, PowerPoint doCuments from stream when using GroupDoCs.Merger for Java....stream = new FileInputStream ( "c:\\sample.docx" ); Merger merger...

    docs.groupdocs.com/merger/java/load-document-fr...
  6. Load a password-protected document | GroupDocs

    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...
  7. Get only summary page | GroupDocs

    This artiCle explains how to get only summary page when Comparing doCuments with GroupDoCs.Comparison for .NET.... C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/get-only-summ...
  8. Get supported file formats | GroupDocs

    This page desCribes how the searCh api is used to obtain a list of supported file types.... C# IEnumerable < FileType > supportedFileTypes...

    docs.groupdocs.com/search/net/get-supported-fil...
  9. Disable image comparison in PDF documents | Gro...

    This artiCle explains how to disable image Comparison in PDF doCuments as a built in feature in GroupDoCs.Comparison for .NET....comparison in PDF documents: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/disable-image...
  10. Show or hide Word revisions in the result docum...

    Control whether native Word revision markup (traCk Changes) is visible in the Comparison result doCument using CompareOptions.ShowRevisions in GroupDoCs.Comparison for .NET....disable the display of revisions: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/show-revisions/