Sort Score
Result 10 results
Languages All
Labels All
Results 6,891 - 6,900 of 31,393 for

new

(0.07 sec)
  1. FileNotFoundException in GroupDocs. File.Move c...

    Hello, We run into a bug in GroupDocs when creating an index. Our code is once again very simple: var index = New GroupDocs.Search.Index(indexDirectory, New IndexSettings { }, overwriteIfExists: false); index.Add(sca…...index = new GroupDocs.Search.Index(indexDirectory, new IndexSettings...false); index.Add(scanTarget, new IndexingOptions { }); This is...

    forum.groupdocs.com/t/filenotfoundexception-in-...
  2. Listening to conversion process events | Docume...

    Follow this guide and learn how to track conversion process by subscribing to specific events of GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...IConverterListener listener = new ConverterListener (); Func <...

    docs.groupdocs.com/conversion/net/listening/
  3. Add text watermarks | Documentation

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...addATextWatermark () { const watermarker = new groupdocs . watermark . Watermarker...

    docs.groupdocs.com/watermark/nodejs-java/add-text/
  4. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( @"sample.docx" ))...

    docs.groupdocs.com/redaction/net/save-to-stream/
  5. Render to PNG or JPEG | Documentation

    With GroupDocs.Viewer for Java you can render documents to PNG and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { PngViewOptions...

    docs.groupdocs.com/viewer/java/rendering-to-png...
  6. FontConvertOptions | GroupDocs.Conversion for J...

    Options for conversion to EBook file type....FontConvertOptions() Initializes new instance of class. FontConvertOptions()...FontConvertOptions() Initializes new instance of class. Font ImageConvertOptions...

    reference.groupdocs.com/conversion/java/com.gro...
  7. Get a list of changes | Documentation

    This article explains how to get a collection of changes between compared documents when using GroupDocs.Comparison for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...local disk const comparer = new groupdocs . comparison . Comparer...

    docs.groupdocs.com/comparison/nodejs-java/get-l...
  8. How to load document from FTP | Documentation

    This section explains how to load document from FTP 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-...
  9. Load document from Amazon S3 Storage | Document...

    This article demonstrates how to convert document stored in Amazon S3 storage using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...pdf" ; Converter converter = new Converter ( downloadFile ( key...

    docs.groupdocs.com/conversion/java/load-documen...
  10. Signature | GroupDocs.Signature for .NET API Re...

    Represents main class that controls document signing process....Signature (Stream) Initializes new instance of Signature class with...Signature (string) Initializes new instance of Signature class instance...

    reference.groupdocs.com/signature/net/groupdocs...