Sort Score
Result 10 results
Languages All
Labels All
Results 9,311 - 9,320 of 47,542 for

(c )

(0.12 sec)
  1. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream.... Ex: @"C:\Docs\source.doc" using ( Stream...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  2. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk... Ex: @"C:\Docs\test.jpg" using ( Metadata...

    docs.groupdocs.com/metadata/net/save-a-modified...
  3. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....fileStream = new FileOutputStream ( "C:\\\\Temp\\\\sample_output_file...

    docs.groupdocs.com/redaction/java/save-to-stream/
  4. Add watermarks to images | GroupDocs

    Add watermark to photos or multi-framed images using c#.... Ex: @"C:\Docs\image.tiff" using ( Watermarker...

    docs.groupdocs.com/watermark/net/add-watermarks...
  5. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for .NET....password protected documents: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/load-password...
  6. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document using GroupDocs.Metadata for Python via .NET.... Ex: r"C:\\Docs\\source.docx" with gm ...

    docs.groupdocs.com/metadata/python-net/load-a-p...
  7. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document.... Ex: @"C:\Docs\source.docx" using ( var...

    docs.groupdocs.com/metadata/net/load-a-password...
  8. Load file from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for .NET.... Combine ( @"c:\output" , "converted.pdf" );...

    docs.groupdocs.com/conversion/net/load-file-fro...
  9. Download and Explore GroupDocs.Comparison for ....

    GroupDocs team values our users’ time. GroupDocs.Comparison for .NET Visual Studio plugin helps our valuable users to download and compile source code examples. It reduces the time and efforts required to locate source code examples and GroupDocs.Comparison library from different resources. The plugin performs all the tasks required to try out GroupDocs.Comparison examples automatically. All you have to do is: Install the plugin and launch the wizard installed by the plugin.... Provides both C# and VB examples. Supports Visual...

    blog.groupdocs.com/comparison/download-explore-...
  10. GroupDocs.Comparison for .NET Library - Compare...

    We’re glad to announce the release of the GroupDocs.Comparison for .NET library. Developers working on .NET can use the library to seamlessly add document comparison capability to their own applications. With this library, end users can compare documents of all most popular formats, including PDF, Microsoft Word and Excel. The library also includes a diff view GUI, which displays differences between two documents with a redline view approach and is easy to customize and integrate into your own app....NET (C# / VB.NET): Support for all popular...

    blog.groupdocs.com/comparison/groupdocs-compari...