Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 10,666 for

new

(0.12 sec)
  1. Put Text Signature into Form Fields Using Group...

    Team GroupDocs is delighted to announce the regular monthly release of GroupDocs.Signature for .NET version 17.05.0. The latest release comes up with a couple of enhancements along with a number of New features. The API has not only implemented the ability to put text signature in form fields of a document but it also provides its users with the functionality to verify those signatures. GroupDocs.Signature for .NET 17.5.0 also allows signing text signature on a document as watermark....enhancements along with a number of new features. The API has not only...for .NET API - New FeaturesThe following new features have been...

    blog.groupdocs.com/signature/groupdocs.signatur...
  2. Deleting QR-code signatures - advanced | Docume...

    This article shows how to delete QR-code electronic signatures different ways with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/deleting-qr-co...
  3. Webp file format Introduced - GroupDocs.Convers...

    GroupDocs team is glad to announce another monthly release of GroupDocs.Conversion for .NET v16.12.0. In this release New file format “Webp” is added in supporting formats list. Monthly release of Document Conversion API is also introducing some improvements like “LZW compression for internal tiff compression " and “Improve memory handling” along with 8 fixes. So why you are waiting just download the New release and use the New exciting features.... In this release new file format “ Webp ” is added...just download the new release and use the new exciting features...

    blog.groupdocs.com/conversion/groupdocs.convers...
  4. Spreadsheet redactions | Documentation

    This article shows that how Java redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others....Consulting Blog Knowledge Base New Releases Status Websites aspose...document: final Redactor redactor = new Redactor ( "sample.xlsx" ); try...

    docs.groupdocs.com/redaction/java/spreadsheet-r...
  5. GroupDocs Merger not working with .msg files - ...

    I am splitting the files and on each page I am extracting text using GroupDocs Parser, now the problem is when I am trying to do the same with .msg file I am getting the error “Unsupported file Type”. below is my code u…...code using (Merger merger = new Merger(mStream)) { // Extract...using (MemoryStream pageStream = new MemoryStream()) { merger.Ext...

    forum.groupdocs.com/t/groupdocs-merger-not-work...
  6. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = New Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions("[personal]"))); SaveOptions tmp0 = New SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...file: final Redactor redactor = new Redactor ( Constants . SAMPLE_DOCX...

    docs.groupdocs.com/redaction/java/save-in-raste...
  7. Load custom fonts. | Documentation

    The page describes how to load custom fonts....Consulting Blog Knowledge Base New Releases Status Websites aspose...Annotator annotator = new Annotator ( fs , new LoadOptions { FontDirectories...

    docs.groupdocs.com/annotation/net/loading-custo...
  8. GroupDocs.Parser for .NET 25.10 – Latest Update...

    Explore what’s New in GroupDocs.Parser for .NET 25.10. Available now on NuGet and GroupDocs website....fixes Table of Contents What’s new in this release 📄 Extract tables...2025 . This update brings a new table‑extraction capability,...

    blog.groupdocs.com/parser/groupdocs-parser-for-...
  9. Load document from Azure Blob Storage | Documen...

    This article demonstrates how to convert document stored in Azure Blob storage using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...Converter converter = new Converter ( new ByteArrayInputStream...

    docs.groupdocs.com/conversion/java/load-documen...
  10. GroupDocs.Metadata 25.5 .NET Release - Edit and...

    Discover the latest updates in GroupDocs.Metadata for .NET 25.5. This release includes New features, improvements, and bug fixes. Learn how to update and clean XMP packages in SVG files with detailed code examples....5 release brings a host of new features, improvements, and bug...package using (Metadata metadata = new Metadata( "input.svg" )) { //...

    blog.groupdocs.com/metadata/edit-and-clean-xmp-...