Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 9,971 for

new

(0.03 sec)
  1. Adding text watermarks | Documentation

    The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( "sample.pdf" ))...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  2. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = New Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = New SaveOptions(); so....Consulting Blog Knowledge Base New Releases Status Websites aspose...settings. final Redactor redactor = new Redactor ( "Sample.docx" ); try...

    docs.groupdocs.com/redaction/java/use-advanced-...
  3. Watermarks in PDF document | Documentation

    Learn about how many ways the Groupdocs.Watermark for Java can add watermarks in PDF documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/java/watermarks-in...
  4. Releasing GroupDocs.Comparison for Java 16.11.0...

    In order to enrich the document comparison experience, team GroupDocs is pleased to release GroupDocs.Comparison for Java 16.11.0 that comes with multitude of New features such as comparison of comments, WordArt objects, forms and many more. API also sums up a lot of improvements and bug fixes. We would recommend you to download latest release of the API and integrate it in your project. GroupDocs.Comparison for Java 16.11.0 - New FeaturesAPI comes with following New features: Added page numbers comparison for MS Word Added comparison of group shapes for Word Documents Comparison of comments for MS Word Comparison of WordArt objects in MS Word Comparison of tables in MS Word Comparison of Forms in MS Word Comparison of multi-language in MS Word Object model of Paragraph for PDF Implemented absorber of paragraphs for the basic cases for PDF Added option to compose multiple result list from result lists of each document for MS Word Support comparing multiple documents with track changes for MS Words Added support of absorption of the Page Footer for PDF Added support of absorption of the Page Header for PDF Added apply/discard changes support for multiple result changes list for MS Word Added support for New components: media objects, image positioning for PDF Added support of comparing watermarks for PDF Added support of comparing charts for MS Power Point Presentations Added support of comparing comments for MS Power Point Presentations Added support of style changes detection for MS Power Point Presentations Added support of detection of Picture Frames for MS Power Point Presentations Document Comparison API for Java - ImprovementsFollowing are the features that are improved in the latest version of the GroupDocs....that comes with multitude of new features such as comparison of...16.11.0 - New FeaturesAPI comes with following new features:...

    blog.groupdocs.com/comparison/groupdocs.compari...
  5. eSign document with Image signature | Documenta...

    This article demonstrates how to add signature image on document page with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...on a document page: Create a new instance of the class and pass...

    docs.groupdocs.com/signature/net/esign-document...
  6. How to merge JPG images using C# | Documentation

    Learn how to merge JPG image files, combine JPG image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( Merger merger = new Merger ( @"c:\sample1.jpg" ))...

    docs.groupdocs.com/merger/net/getting-started/u...
  7. 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...
  8. Migrating to GroupDocs.Assembly 18.9 or Higher ...

    Note This document describes the changes to the GroupDocs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/application developers. It includes not only New and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with New ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration to New members of DocumentAssembler in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...developers. It includes not only new and updated public methods, added...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  9. How to merge images to JPEG using Java | Docume...

    Learn how to merge images to JPEG file, combine images into one JPEG file programmatically in Java language using GroupDocs.Merger for Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...source image file Merger merger = new Merger ( "c:\sample1.jpeg" )...

    docs.groupdocs.com/merger/java/getting-started/...
  10. Load Markup document with options | Documentation

    Learn this article and check how to load and convert HTML documents with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...WebLoadOptions loadOptions = new WebLoadOptions (); loadOptions...

    docs.groupdocs.com/conversion/java/load-markup-...