Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 10,041 for

new

(0.15 sec)
  1. Generating document preview - advanced | Docume...

    This article shows how to generate document pages with advanced options....Consulting Blog Knowledge Base New Releases Status Websites aspose...with hidden signatures: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/generating-do...
  2. Sign document with extensions | Documentation

    This article shows how to create electronic signatures with additional visual extensions...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/sign-document-...
  3. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(New File("Sample.docx").toPath(), New File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = New Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = New SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Consulting Blog Knowledge Base New Releases Status Websites aspose.... copy ( new File ( "Sample.docx" ). toPath (), new File ( "OverwrittenSample...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. Customize changes styles | Documentation

    Following this guide you will learn how to customize document comparison report and modify appearance of detected changes when use GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/customize-ch...
  5. Sign Pdf documents with special appearance | Do...

     This article explains how to use PDF digital electronic signature features on document page....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/sign-pdf-docum...
  6. Render CAD drawings and models as HTML, PDF, an...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "HousePlan.dwg" )) {...

    docs.groupdocs.com/viewer/net/render-cad-drawin...
  7. Edit and Update Form Fields | Documentation

    Editing Form Fields with GroupDocs.Editor for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...file path. InputStream fs = new FileInputStream ( inputFilePath...

    docs.groupdocs.com/editor/java/edit-and-update-...
  8. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Merger for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...are the key reasons to use the new updated API provided by GroupDocs...

    docs.groupdocs.com/merger/net/migration-notes/
  9. Text redaction | Documentation

    This article explains that how C# redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( @"sample.docx" ))...

    docs.groupdocs.com/redaction/net/text-redactions/
  10. Use PDF redaction filters | Documentation

    This article explains that how to set page-level scope to PDF redactions....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( "Sample.pdf" )) {...

    docs.groupdocs.com/redaction/net/use-pdf-redact...