Sort Score
Result 10 results
Languages All
Labels All
Results 9,381 - 9,390 of 47,933 for

c

(0.34 sec)
  1. Get supported file formats | GroupDocs

    This artiCle explains how to obtain supported file formats list when viewing doCuments with GroupDoCs.Comparison within your .NET appliCations....list of supported file formats: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/get-supported...
  2. Save document to the specified stream | GroupDocs

    This artiCle explains how to save doCument to the speCified stream while using GroupDoCs. Watermarks API.... Ex: @"C:\Docs\test.doc" using ( Watermarker...

    docs.groupdocs.com/watermark/net/save-document-...
  3. Put image annotations over the text using ZInde...

    This page desCribes how to set image ZIndex to plaCe it over the text...ZIndex of the image annotation: C# ImageAnnotation area = new ImageAnnotation...

    docs.groupdocs.com/annotation/net/put-image-ann...
  4. Load custom fonts. | GroupDocs

    The page desCribes how to load Custom fonts....fonts while generating preview: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/loading-custo...
  5. Load document from stream | GroupDocs

    This artiCle explains how to load PDF, Word(.doC, .doCx), ExCel(.xls,.xlsx), PowerPoint(.ppt, .pptx) doCuments from stream when using GroupDoCs.Merger for .NET.... OpenRead ( @"c:\sample.docx" )) { using ( Merger...

    docs.groupdocs.com/merger/net/load-document-fro...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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/