Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 12,838 for

new

(2.06 sec)
  1. 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/
  2. 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-...
  3. Save Signed Images With Various Output Types | ...

    id: save-signed-images-with-various-output-types url: signature/net/save-signed-images-with-various-output-types title: Saving signed images with various output types weight: 2 description: “This article explains how to save images with various image format types.” keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False Signature class supports saving of Image signed documents with various image format types and extended options. Following classes are inherited from base class SaveOptions and allows to specify additional output image format settings....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/developer-guid...
  4. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or PDF using OCR with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...ImageLoadOptions imageLoadOptions = new ImageLoadOptions (); imageLoadOptions...

    docs.groupdocs.com/conversion/java/convert/imag...
  5. Cancellation | GroupDocs

    Learn how to cancel or set a timeout for long-running document conversions using CancellationToken in GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.dwg" )) {...

    docs.groupdocs.com/conversion/net/cancellation/
  6. Removing found watermarks | GroupDocs

    This article explains how to remove found watermarks while using GroupDocs. Watermarks API....Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( "document.pdf"...

    docs.groupdocs.com/watermark/net/removing-found...
  7. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended 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/java/sign-document...
  8. Update document password | GroupDocs

    This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...resultant document will have new password. Here are the steps...

    docs.groupdocs.com/merger/java/update-document-...
  9. Move page | GroupDocs

    This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger API....Consulting Blog Knowledge Base New Releases Status Websites aspose...ordering by moving any page(s) to new position within a document. This...

    docs.groupdocs.com/merger/net/move-page/
  10. Add Watermarks to Word Documents | 5 Secure Met...

    Learn how to add secure watermarks to Word documents using GroupDocs.Watermark for .NET. Compare 5 protection methods with code examples, including locked headers, tiled watermarks, and password-protected sections that can't be easily removed...." ); var loadOptions = new WordProcessingLoadOp(); using...using ( var watermarker = new Watermarker(InputFile, loadOptions))...

    blog.groupdocs.com/watermark/secure-word-docume...