Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 10,614 for

new

(0.04 sec)
  1. Set document metadata on save | Documentation

    Follow this guide and learn how to set document metadata when saving output document after files comparison within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/set-document-...
  2. Sign documents with QR-code embedded object | D...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...Consulting Blog Knowledge Base New Releases Status Websites aspose...class as not serialize Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/sign-document...
  3. Edit Email | Documentation

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...InputStream emlStream = new FileInputStream ( new File ( emlFilename...

    docs.groupdocs.com/editor/java/edit-email/
  4. eSign document with multiple signatures | Docum...

    This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature API...Consulting Blog Knowledge Base New Releases Status Websites aspose...this is as simple as: Create a new instance of the class and pass...

    docs.groupdocs.com/signature/net/esign-document...
  5. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "HousePlan.dwg" )) {...

    docs.groupdocs.com/viewer/java/specify-cad-rend...
  6. Removing found watermarks | Documentation

    This article explains how to remove found watermarks while using GroupDocs. Watermarks Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...pdf" Watermarker watermarker = new Watermarker ( "document.pdf"...

    docs.groupdocs.com/watermark/java/removing-foun...
  7. OCR Usage Basics | Documentation

    This article explains how to use OCR....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( Constants . SampleScan...

    docs.groupdocs.com/parser/net/ocr-usage-basics/
  8. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = New LoadOptions("mypassword"); final Redactor redactor = New Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...class: LoadOptions loadOptions = new LoadOptions ( "mypassword" );...

    docs.groupdocs.com/redaction/java/load-password...
  9. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( @"sample.docx" ))...

    docs.groupdocs.com/redaction/net/save-overwriti...
  10. Load the password-protected documents | Documen...

    The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...Annotator annotator = new Annotator ( "input.pdf" , new LoadOptions ()...

    docs.groupdocs.com/annotation/net/load-password...