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

new

(0.07 sec)
  1. Edit Watermark's Text and Image using GroupDocs...

    We are excited to announce that we have released version 18.3 of GroupDocs.Watermark for Java. The latest version supports replacing text and image for the found watermarks across all the supported formats. It also allows editing of the objects that can be considered as the watermark in PDF documents. Following are some salient features of GroupDocs.Watermark for Java 18.3 Replacing Text and Image for Found Watermarks The latest version allows replacing text and image for the found possible watermarks that we get in a search result....TextSearchCriteria searchCriteria = new TextSearchCriteria("test", false);...imageFile = new File(imagePath); byte[] imageBytes = new byte[(int)imageFile...

    blog.groupdocs.com/watermark/edit-watermark-tex...
  2. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = New Watermarker("image.png"); // Initialize the font to be used for watermark Font font = New Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = New TextWatermark("Test watermark", font); // Set watermark properties watermark....Consulting Blog Knowledge Base New Releases Status Websites aspose...png" Watermarker watermarker = new Watermarker ( "image.png" );...

    docs.groupdocs.com/watermark/java/adding-text-w...
  3. GroupDocs.Assembly for Java 19.8 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for Java 19.8 Major Features Supported saving of assembled Markdown documents to Word Processing formats and saving of assembled Word Processing documents and emails to Markdown. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-125  Support saving of assembled Markdown documents to Word Processing formats  Feature  ASSEMBLYNET-126  Support saving of assembled Word Processing documents to Markdown  Feature  ASSEMBLYNET-127  Support saving of assembled emails to Markdown  Feature  Public API and Backward Incompatible Changes  This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...Java 19.8. It includes not only new and obsoleted public methods...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  4. GroupDocs.Assembly for .NET 19.8 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for .NET 19.8 Major Features Supported saving of assembled Markdown documents to Word Processing formats and saving of assembled Word Processing documents and emails to Markdown. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-125  Support saving of assembled Markdown documents to Word Processing formats  Feature  ASSEMBLYNET-126  Support saving of assembled Word Processing documents to Markdown  Feature  ASSEMBLYNET-127  Support saving of assembled emails to Markdown  Feature  This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...NET 19.8. It includes not only new and obsoleted public methods...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  5. How to Update Email Load Options and Convert to...

    Not sure how to modify the below code to use the New Conversion APIs from 24.10 onwards? It says: “warning CS0618: ‘Converter.Converter(string, Func)’ is obsolete: ‘The constructor is obsolete from v24.10. Will be remo…...modify the below code to use the new Conversion APIs from 24.10 onwards...SpreadsheetFileType.Csv) { return new GroupDocs.Conversion.Options...

    forum.groupdocs.com/t/how-to-update-email-load-...
  6. Digital signing with custom hash | Documentation

    This article explains how to apply digital signatures with custom hash algorithms using GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...Signature . Signature signature = new Signature . Signature ( sampleFilePath...

    docs.groupdocs.com/signature/net/digital-signin...
  7. Save Annotations in a DB and Set User Avatars i...

    Today, I’d like to present several great enhancements that we’ve implemented in the GroupDocs.Annotation for Java library version 1.6.0: User Avatars Remote collaboration in groups is much more engaging and productive when we can see each other (or at least put a face to each other). In this release we’ve implemented functionality that allows users to use personal avatars when annotating documents in a group. The avatar functionality can be easily configured through the library’s API....{{AnnotationHandler}} has two new methods for handling user icons:...FileInputStream avatarStream = new FileInputStream(new File("E:\\\\Images\\\\smile...

    blog.groupdocs.com/annotation/save-annotations-...
  8. Load document from Amazon S3 Storage | Document...

    This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...key ); Signature signature = new Signature ( stream ); QrCodeSignOptions...

    docs.groupdocs.com/signature/java/load-document...
  9. Skip loading of external resources | Documentation

    Learn this article and check how to restrict loading of external resources during conversion...Consulting Blog Knowledge Base New Releases Status Websites aspose...Options.Load ; var loadOptions = new WebLoadOptions { SkipExternalResource...

    docs.groupdocs.com/conversion/net/skip-loading-...
  10. Introducing Stamp Types in GroupDocs.Signature ...

    Team GroupDocs is excited to release version 18.6 of GroupDocs.Signature for Java API. This latest version supports to sign documents with stamp signatures either in a round or a square shape. Apart from that, few fixes are also introduced in this release of the API. We would recommend you to download the New version of API and evaluate the exciting features to enhance document e-signing experience. Features Encode and Search Custom Object to QR-Code SignatureNow users of this API can add and search custom object to QR-Code signatures....recommend you to download the new version of API and evaluate the...DocumentSignature docSignature =new DocumentSignature(); docSignature...

    blog.groupdocs.com/signature/java-e-signing-api...