Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 10,638 for

new

(0.09 sec)
  1. Add point annotation | Documentation

    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...
  2. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options 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/sign-document-...
  3. Add resource redaction annotation | Documentation

    The page describes how to add resource redaction 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-resource-...
  4. 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
  5. Specify the JPEG image quality | Documentation

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/net/adjust-jpeg-image...
  6. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...source document. The result is a new document that contains only specified...

    docs.groupdocs.com/merger/nodejs-java/extract-p...
  7. Shapes in spreadsheet document | Documentation

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....Consulting Blog Knowledge Base New Releases Status Websites aspose...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio (); // Specify...

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  8. User roles | Documentation

    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/
  9. Use advanced logging | Documentation

    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-...
  10. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....Consulting Blog Knowledge Base New Releases Status Websites aspose...rtf' IndexSettings settings = new IndexSettings (); DocumentFilter...

    docs.groupdocs.com/search/java/document-filteri...