Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 12,355 for

new

(0.07 sec)
  1. Save in rasterized PDF | GroupDocs

    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...
  2. Stamp Signatures Introduced in GroupDocs.Signat...

    Every month team GroupDocs comes up with a New release that adds some valuable features to the GroupDocs.Signature for .NET API. In this regard we are pleased to announce the release of version 17.7.0 of the e-signing API. The most important feature introduced in this version is the support for Stamp signatures. Other features introduced in this version include the implementation and verification of New barcode and QR-code encode types....team GroupDocs comes up with a new release that adds some valuable...implementation and verification of new barcode and QR-code encode types...

    blog.groupdocs.com/signature/stamp-signatures-i...
  3. Load custom fonts. | GroupDocs

    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...
  4. Optimize spreadsheets in a PDF file | GroupDocs

    This topic describes how to optimize spreadsheets in a PDF file using the GroupDocs.Viewer .NET API (C#)....Consulting Blog Knowledge Base New Releases Status Websites aspose...removes the Arial and Times New Roman characters of 32-127 codes...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  5. Load document from Azure Blob Storage | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( DownloadFile ( blobName...

    docs.groupdocs.com/annotation/net/load-document...
  6. Advanced search for Digital signatures | GroupDocs

     This article explains how to make advanced search for digital electronic signatures 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/java/advanced-sear...
  7. 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-...
  8. 比較 Excel 試算表:使用 C# 進行進階逐格分析

    了解如何使用 GroupDocs.Comparison for .NET 以程式方式比較 Excel 工作表。本指南展示了逐格比較、自訂樣式、摘要頁面,以及針對 Excel 文件比較的進階可見性控制,使用 C#。...differences and renders them in a new workbook with customizable visual...file" ); using ( var comparer = new Comparer(sourcePath)) { comparer...

    blog.groupdocs.com/zh-hant/comparison/compare-e...
  9. Delete indexed documents | GroupDocs

    GroupDocs.Search for Java has the ability to remove individual documents from the index that are indexed from a stream or structure....Consulting Blog Knowledge Base New Releases Status Websites aspose...ByteArrayInputStream stream = new ByteArrayInputStream ( buffer...

    docs.groupdocs.com/search/java/delete-indexed-d...
  10. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...fields: const loadOptions = new groupdocs . conversion . PdfLoadOptions...

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