Sort Score
Result 10 results
Languages All
Labels All
Results 4,121 - 4,130 of 8,183 for

file merger

(0.05 sec)
  1. Update annotations | Documentation

    This page describes how to edit annotation properties - change annotation position, size, appearance etc. when annotate documents using GroupDocs.Annotation for Java....Merger Product Solution GroupDocs...add ( original ); // Save to file annotator . save ( "outputPath"...

    docs.groupdocs.com/annotation/java/update-annot...
  2. GroupDocs.Editor for .NET 23.4 Release Notes | ...

    Note This page contains release notes for GroupDocs.Editor for .NET 23.4 GroupDocs.Editor for .NET version 23.4 is a new significant update that contains several new features, plenty of useful improvements and a lot of bugfixes in different modules of the GroupDocs.Editor, primarily in HTML/CSS sub-system, e-Book module, and WordProcessing module. New features and improvements Ability to generate a preview of selected worksheet of a loaded spreadsheet in SVG format Starting from the version 23....Merger Product Solution GroupDocs...Article “How to edit e-Book file” explains this change in detail...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  3. Save to stream | Documentation

    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....Merger Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/java/save-to-stream/
  4. GroupDocs.Annotation for .NET 20.2 Release Note...

    Note This page contains release notes for GroupDocs.Annotation for .NET 20.2 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for .NET 20.2: Implemented ability to add Image Annotations to Diagrams Added overloads for Remove method Implement image extracting of ImageAnnotation Fixed support DWG Files Fixed issue with encrypted SpreadSheet(Cells) Files Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-884 Implement ability to add Image annotation to Diagrams Feature ANNOTATIONNET-1241 Add overloads for Annotator Remove Method Improvement ANNOTATIONNET-1248 Implement image extracting to ImageAnnotation Improvement ANNOTATIONNET-1240 Fix Dwg File Support Bug ANNOTATIONNET-1242 Distance annotation was added in wrong place in jpg File Bug ANNOTATIONNET-1243 Font color was changed after removing text redaction annotation Bug ANNOTATIONNET-1245 Remove residual Files after Image Annotation work Bug ANNOTATIONNET-1246 Encrypted SpreadSheet(Cells) Files throws exception Bug ANNOTATIONNET-1247 Issue with AnnotationType byte Flag Bug ANNOTATIONNET-1257 Exception while deleting work Files when adding ImageAnntation Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Merger Product Solution GroupDocs...ImageAnnotation Fixed support DWG files Fixed issue with encrypted SpreadSheet(Cells)...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  5. Limitations when rendering CAD drawings | Docum...

    This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....Merger Product Solution GroupDocs...config or web.config project files. The following example shows...

    docs.groupdocs.com/viewer/net/limitations-when-...
  6. GroupDocs.Editor for .NET 20.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Editor for .NET 20.11 GroupDocs.Editor for .NET version 20.11 provides one new minor feature, which has an impact on public API, two improvements and a set of different bugfixes. It is worth to mention that this new feature doesn’t break a backward compatibility, but only introduces one new public type, so existing client code is fully compatible for this release. All of these are described in detail below....Merger Product Solution GroupDocs...place the file pointer before the beginning of the file. Bug EDITORNET-1859...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  7. Save signed document with password | Documentation

    This article explains how to save document with password protection....Merger Product Solution GroupDocs...false ); // sign document to file signature . sign ( "SignedProtected...

    docs.groupdocs.com/signature/java/save-signed-d...
  8. Comparing Folders | Documentation

    This page describes how to compare two folders and find out which Files/folders were deleted, added or modified....Merger Product Solution GroupDocs...processing result in the resulting file are described below. Instantiate...

    docs.groupdocs.com/comparison/net/compare-folders/
  9. How to save document with password | Documentation

    This article explains how to save document with password protection....Merger Product Solution GroupDocs...false }; // sign document to file signature . Sign ( "SignedProtected...

    docs.groupdocs.com/signature/net/save-signed-do...
  10. Sign VBA macroses with Digital signature | Docu...

    This article explains how to e-sign VBA macros in the excel document using .Net C# with GroupDocs.Signature API....Merger Product Solution GroupDocs...digitalVBA ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-vba-macro...