Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 11,626 for

new

(0.09 sec)
  1. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Consulting Blog Knowledge Base New Releases Status Websites aspose...Redactor redactor = new Redactor ( "\\Sample.docx" , new LoadOptions...

    docs.groupdocs.com/redaction/java/use-redaction...
  2. Result compare 2 files word is wrong - Free Sup...

    Input and output files: input_231215.7z (449.9 KB) GroupDocs.Comparison .NET version: 25.2.0 Please retest my input files Thank you!...We have opened the following new ticket(s) in our internal issue...using ( Comparer comparer = new Comparer(source)) { comparer...

    forum.groupdocs.com/t/result-compare-2-files-wo...
  3. Inserting edited worksheet into existing spread...

    This article describes the New feature of the GroupDocs.Editor for java version 20.11 - inserting an edited worksheet into existing spreadsheet...Consulting Blog Knowledge Base New Releases Status Websites aspose...the server-side. Creating a new instance of the class by passing...

    docs.groupdocs.com/editor/java/inserting-edited...
  4. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the New API provided by GroupDocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Consulting Blog Knowledge Base New Releases Status Websites aspose...are the key reasons to use the new API provided by GroupDocs.Metadata...

    docs.groupdocs.com/metadata/net/migration-notes/
  5. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Comparison for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/generate-docu...
  6. Move page | GroupDocs

    This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...ordering by moving any page(s) to new position within a document. This...

    docs.groupdocs.com/merger/nodejs-java/move-page/
  7. Add button component | GroupDocs

    The page describes how to add button component to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...final Annotator annotator = new Annotator ( Constants . INPUT_PDF...

    docs.groupdocs.com/annotation/java/add-button-c...
  8. Convert to Diagram with advanced options | Grou...

    Follow this guide and learn how to convert between diagram formats (VSDX, VSD, VSS, etc.) and customize page fitting using GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...options: using ( var converter = new Converter ( "flowchart.vsdx"...

    docs.groupdocs.com/conversion/net/convert-to-di...
  9. Set Target File Format using GroupDocs.Assembly...

    We are excitedly announcing a New feature in the monthly release of GroupDocs.Assembly for Java 18.9. Using the latest version, you can now change the target file format of an assembled document using file extension or explicit specification. You can change the target file format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install the latest version of the API for a better user experience....We are excitedly announcing a new feature in the monthly release...DataSourceInfo dataSourceInfo = new DataSourceInfo(...); DocumentAssembler...

    blog.groupdocs.com/assembly/set-target-file-for...
  10. Attachments in PDF document | GroupDocs

    This article explains how to work with PDF attachments while using GroupDocs watermarking API....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/net/attachments-in...