Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 13,160 for

new

(0.04 sec)
  1. GroupDocs.Metadata for .NET 26.5 – May 2026 Rel...

    GroupDocs.Metadata for .NET 26.5 adds TFM-Split packaging and resolves MSG header issues. Available now on NuGet....Contents What’s new in this release Public API changes New features...the NuGet distribution. What’s new in this release # Key Category...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  2. User roles | GroupDocs

    The page describes how to implement user roles in GroupDocs.Annotation for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf-file"...

    docs.groupdocs.com/annotation/net/apply-roles/
  3. GroupDocs.Signature for .NET 26.6 – OOXML Compl...

    GroupDocs.Signature for .NET 26.6 adds OOXML compliance control for WordProcessing docs, per-TFM NuGet packages, and refined trial limits—now available on NuGet....of Contents What’s new in this release New features Support and...dedicated per‑TFM packages. What’s new in this release # Key Category...

    blog.groupdocs.com/signature/groupdocs-signatur...
  4. Use advanced logging | GroupDocs

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = New ArrayList(); _traces = New ArrayList(); _warnings = New ArrayList(); } public void error(String message) { _errors....Consulting Blog Knowledge Base New Releases Status Websites aspose..._errors = new ArrayList < String >(); _traces = new ArrayList...

    docs.groupdocs.com/redaction/java/use-advanced-...
  5. Working with worksheet backgrounds | GroupDocs

    This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API...Consulting Blog Knowledge Base New Releases Status Websites aspose...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio (); // Specify...

    docs.groupdocs.com/watermark/net/working-with-w...
  6. Load WordProcessing document with options | Gro...

    Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); loadOptions...

    docs.groupdocs.com/conversion/java/load-wordpro...
  7. Watermarks in PDF document | GroupDocs

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

    docs.groupdocs.com/watermark/net/watermarks-in-...
  8. Accept or Reject detected changes | GroupDocs

    Accept or reject individual changes found by Comparer.GetChanges() and write the result using ApplyChanges() — with optional SaveOriginalState to keep both outcomes in GroupDocs.Comparison for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  9. Add button component | GroupDocs

    The page describes how to add button component to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...final Annotator annotator = new Annotator ( Constants . INPUT_PDF...

    docs.groupdocs.com/annotation/java/add-button-c...
  10. GroupDocs.Conversion for .NET 26.6 – 最新更新和修复(20...

    了解 GroupDocs.Conversion for .NET 26.6 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...Convert; var events = new ConversionEvents { OnFontSubstituted...converter = new Converter( "source.docx" , () => new ConverterSettings()...

    blog.groupdocs.com/zh/conversion/groupdocs-conv...