Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 10,414 for

new

(0.05 sec)
  1. Load document from local disk | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "source.docx" ))...

    docs.groupdocs.com/annotation/net/load-document...
  2. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Editor 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/editor/net/migration-notes/
  3. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/composing-sig...
  4. Set Signature Position in Cells Document using ...

    We are pleased to announce another monthly release of GroupDocs.Signature for .NET 18.7 with multitude New features like ability for cancellation of signing process and additional search criteria for Digital Signatures of Words and Cells documents. Furthermore, this monthly release also covers some improvements and fixes, we therefore, recommend you to download the New version of API and evaluate the exciting features to enhance document e-signing experience. Features Additional Search CriteriaNow users of this API can search Digital Signatures in Cells and Words documents with additional search criteria Following example demonstrates how to search Digital Signatures in Words document: // setup options with text of signature WordsSearchDigitalOptions searchOptions = New WordsSearchDigitalOptions(); // setup additional search criteria searchOptions....7 with multitude new features like ability for cancellation...recommend you to download the new version of API and evaluate the...

    blog.groupdocs.com/signature/groupdocs.signatur...
  5. 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...
  6. Load document from FTP | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...document Annotator annotator = new Annotator ( getFileFromFtp (...

    docs.groupdocs.com/annotation/java/load-documen...
  7. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = New Redactor("MultipageSample.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....Consulting Blog Knowledge Base New Releases Status Websites aspose...PDF/A-1a: final Redactor redactor = new Redactor ( "MultipageSample.docx"...

    docs.groupdocs.com/redaction/java/select-specif...
  8. Adding repeated watermarks | Documentation

    The GroupDocs.Watermark allows to add repeated or tiled watermarks to documents...Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( "sample.pdf" ))...

    docs.groupdocs.com/watermark/net/adding-repeate...
  9. 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/
  10. 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...