Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 12,284 for

new

(0.48 sec)
  1. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = New Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions("[personal]"))); SaveOptions saveOptions = New SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(New SimpleDateFormat("dd-MM-yyyy").format(New Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...suffix: final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. GroupDocs.Assembly for .NET 25.12 Release Notes...

    GroupDocs.Assembly for .NET 25.12 Release Notes – the latest updates and fixes....Consulting Blog Knowledge Base New Releases Status Websites aspose...for .NET 25.13. It includes new and deprecated methods, as well...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  3. Add replies to annotation | GroupDocs

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/add-replies-...
  4. Save overwriting original file | GroupDocs

    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...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...version has also introduced some new features along with necessary...Viewer API - New FeaturesListed below are the new features introduced...

    blog.groupdocs.com/groupdocs.blog/page/87/
  6. Add area annotation | GroupDocs

    The page describes how to add area annotation to a document using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/add-area-anno...
  7. GroupDocs.Conversion for .NET 25.11 – Latest Up...

    Explore what’s New in GroupDocs.Conversion for .NET 25.11. Available now on NuGet and GroupDocs website....of Contents What’s new in this release New features Public API...major features, introduces a new public API property, and resolves...

    blog.groupdocs.com/conversion/groupdocs-convers...
  8. Add replies to annotation | GroupDocs

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...annotator = new Annotator ( "input.pdf" )) { User user1 = new User {...

    docs.groupdocs.com/annotation/net/add-replies-t...
  9. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "SoftwareDevelopmentP...

    docs.groupdocs.com/viewer/net/render-ms-project...
  10. Sign document with ordering the signatures | Gr...

    This article shows how to create electronic signatures with specific ordering on the document page...Consulting Blog Knowledge Base New Releases Status Websites aspose...groupdocs.signature: Create a new instance of class and pass the...

    docs.groupdocs.com/signature/java/sign-document...