Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 12,637 for

new

(0.99 sec)
  1. How to load a document from Azure Blob Storage ...

    This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( stream )) { QrCodeSignOptions...

    docs.groupdocs.com/signature/net/load-document-...
  2. Updating QR-code signatures with advanced optio...

     This article explains how to provide advanced options when updating QR-code 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/net/updating-qr-co...
  3. GroupDocs.Redaction AI integration with .NET | ...

    Use AI to detect and redact text, words, or phrases in PDF documents using .NET. Replace or hide content to securely process PDF files....the processed document to a new location using the Save() method...in the example Regex regex = new Regex( ".*" ); //Define target...

    blog.groupdocs.com/redaction/custom-ai-redactio...
  4. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = New FileInputStream("sample.docx"); try { final Redactor redactor = New Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(New DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...final FileInputStream stream = new FileInputStream ( "sample.docx"...

    docs.groupdocs.com/redaction/java/load-from-str...
  5. Load from Amazon S3 Storage | GroupDocs

    This article explains how to load a document from Amazon S3 Storage with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...client = new AmazonS3Client (); GetObjectRequest request = new GetObjectRequest...

    docs.groupdocs.com/viewer/java/load-document-fr...
  6. Rendering email messages and obtaining email pr...

    Learn how to load email message to the GroupDocs.Viewer, render it to HTML, PDF, PNG and JPEG with different options, and obtain email message metadata without rendering...PdfViewOptions pdfOptions = new PdfViewOptions( "Output.pdf"...PngViewOptions pngOptions = new PngViewOptions( "image-page{0}...

    blog.groupdocs.com/viewer/rendering-email-messa...
  7. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer Java API to convert web documents to PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "groupdocs-documentation...

    docs.groupdocs.com/viewer/java/render-web-docum...
  8. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in QR-code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...Class < T > type ) { return new Gson (). fromJson ( source ,...

    docs.groupdocs.com/signature/java/search-embed-...
  9. Clear watermarks | GroupDocs

    This article shows how to clear existing text or image watermarks....Consulting Blog Knowledge Base New Releases Status Websites aspose...method to store the document in a new location. using GroupDocs.Watermark...

    docs.groupdocs.com/watermark/net/basic-usage/cl...
  10. Get document info | GroupDocs

    This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...properties: const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/get-d...