Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 47,419 for

c

(0.06 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 the original source | G...

    This artiCle shows how to save the modified Content to the underlying sourCe using GroupDoCs.Metadata for Python via .NET.... Ex: r"C:\\Docs\\test.ppt" with gm . Metadata...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  3. Save a modified file to a specified location | ...

    This artiCle shows how to save a doCument to a speCified loCation on a loCal disk using GroupDoCs.Metadata for Python via .NET.... Ex: r"C:\\Docs\\test.jpg" with gm . Metadata...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  4. 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...
  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. 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...
  7. 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...
  8. 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...
  9. 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/
  10. 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...