Sort Score
Result 10 results
Languages All
Labels All
Results 9,251 - 9,260 of 47,236 for

(c )

(0.06 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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/
  7. 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...
  8. Download and explore GroupDocs.Metadata librari...

    Visual Studio Plugin for GroupDocs.Metadata API for .NET Examples is an easy way for the users/developers to explore and investigate API examples. The plugin automatically downloads the examples from Github and the latest GroupDocs.Metadata library from NuGet. This provides a quick and comfortable way to view and run example projects without downloading everything manually. FeaturesFollowing are the features the plugin provides: Appears in File menu in Visual Studio Downloads source code automatically from Github Downloads GroupDocs....reference automatically Provides both C# and VB examples Supports Visual...

    blog.groupdocs.com/metadata/download-explore-gr...
  9. GroupDocs.Signature Product Family on GroupDocs...

    GroupDocs.Signature Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Signature Product Family on GroupDocs Blog | Document Aut......Signature in C#. Complete guide with custom hash...peek into QR code creation with C# and Java code snippets. Generate...

    blog.groupdocs.com/categories/groupdocs.signatu...
  10. Export annotations | GroupDocs

    The page describes how to export annotation using GroupDocs.Annotation for .NET API....shows how to export annotations: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/export-annota...