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 ;...
This artiCle explains how to save doCument to the speCified stream while using GroupDoCs. Watermarks API.... Ex: @"C:\Docs\test.doc" using ( Watermarker...
This page desCribes how to set image ZIndex to plaCe it over the text...ZIndex of the image annotation: C# ImageAnnotation area = new ImageAnnotation...
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...
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...
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...
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...