Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 11,977 for

new

(0.08 sec)
  1. 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...
  2. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....GroupDocs team is proudly announcing new **Modern Web-Part **for SharePoint...according to their needs. This new release is simple, efficient...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  3. Existing objects in word processing document | ...

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API...Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); // Specify...

    docs.groupdocs.com/watermark/net/existing-objec...
  4. GroupDocs.Signature for .NET 25.12 – Latest Upd...

    Explore what’s New in GroupDocs.Signature for .NET 25.12. Available now on NuGet and GroupDocs website....12 – New image digital signatures, LINQ...2025) Table of Contents What’s new in this release Fixes and enhancements...

    blog.groupdocs.com/signature/groupdocs-signatur...
  5. Split text file | GroupDocs

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...splitOptions = new TextSplitOptions ( filePathOut , new int [] { 3...

    docs.groupdocs.com/merger/java/split-text-file/
  6. Split text file | GroupDocs

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...splitOptions = new TextSplitOptions ( filePathOut , new int [] { 3...

    docs.groupdocs.com/merger/net/split-text-file/
  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. Add point annotation | GroupDocs

    The page describes how to add point annotation to a document using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/add-point-ann...
  9. Load document from Azure Blob Storage | GroupDocs

    This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...docx" ; String outputFilePath = new File ( Constants . OutputPath...

    docs.groupdocs.com/signature/java/load-document...
  10. Div to Pdf - Free Support Forum - groupdocs.com

    Hi everyone, I’m New to GroupDocs and interested in trying it out for my use case (converting HTML div to PDF). Can anyone here give me a hint or some guidance? I’m looking to perform this conversion in a background proc…...2025, 9:15am 1 Hi everyone, I’m new to GroupDocs and interested in...converter = new Converter(htmlContent)) { var options = new PdfConvertOptions();...

    forum.groupdocs.com/t/div-to-pdf/16491