Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 12,838 for

new

(1.5 sec)
  1. Introducing Stamp Signatures Feature in Java E-...

    We are glad to announce another monthly release of E-Signing API for Java v17.7.0. Major feature introduced in this release is support for Stamp Signatures. Aside this many improvements are also introduced in this release. We would recommend you to download the New version of API and evaluate the exciting features to enhance document e-signing experience. E-Signing API for Java v17.7.0 - Features Stamp Signatures feature for following Document Formats:...recommend you to download the new version of API and evaluate the...Formats: PDF Word Cell Slides New Barcode and QR-Code encode types...

    blog.groupdocs.com/signature/groupdocs-signatur...
  2. Load document from URL | GroupDocs

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

    docs.groupdocs.com/annotation/java/load-documen...
  3. Locating signature with stretch mode | GroupDocs

     This article explains how to use stretch mode values to adjust signature area positions on document page 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/locating-signa...
  4. Load file from FTP | GroupDocs

    This article demonstrates how to convert file stored in FTP storage using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter (() => GetFileFromFtp...

    docs.groupdocs.com/conversion/net/load-file-fro...
  5. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)...Consulting Blog Knowledge Base New Releases Status Websites aspose...watermark = new TextWatermark ( "Test watermark" , new Font ( "Arial"...

    docs.groupdocs.com/watermark/net/add-watermarks...
  6. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book files using Java programming language....Consulting Blog Knowledge Base New Releases Status Websites aspose...epub" ; Editor editorMobi = new Editor ( mobiPath ); FileInputStream...

    docs.groupdocs.com/editor/java/how-to-edit-ebook/
  7. Remove page redactions | GroupDocs

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...pages: final Redactor redactor = new Redactor ( "Sample.pdf" ); try...

    docs.groupdocs.com/redaction/java/remove-page-r...
  8. Deleting slides from presentation | GroupDocs

    This article describes the New feature of the GroupDocs.Editor for Java version 26.1 - deleting (removing) one or many slides from the loaded and edited presentation during its saving to the output format...Consulting Blog Knowledge Base New Releases Status Websites aspose...only possible to save it as a new one-slide presentation. In particular...

    docs.groupdocs.com/editor/java/deleting-slides-...
  9. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Word documents to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "resume.docx" )) { //...

    docs.groupdocs.com/viewer/net/render-word-docum...
  10. Merged PDF documents missing Accessibility stan...

    Hi Team, We are using: import com.groupdocs.merger.Merger; import com.groupdocs.merger.domain.options.JoinOptions; with below code ref to merge two pdf documents: Map<String, String> map1 = null; ByteArrayO…...ByteArrayOutputStrea mergedPdfOutputStrea = new ByteArrayOutputStrea(); try {...ByteArrayInputStream byteArrayInputStream = new ByteArrayInputStream(inputPdfBytes);...

    forum.groupdocs.com/t/merged-pdf-documents-miss...