Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 9,971 for

new

(0.05 sec)
  1. Text search in network | Documentation

    This page contains information about full-text searching in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...query ); SearchOptions options = new SearchOptions (); options . IsChunkSearch...

    docs.groupdocs.com/search/net/text-search-in-ne...
  2. Adding image watermarks | Documentation

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = New Watermarker("presentation....Consulting Blog Knowledge Base New Releases Status Websites aspose...pptx" Watermarker watermarker = new Watermarker ( "presentation.pptx"...

    docs.groupdocs.com/watermark/java/adding-image-...
  3. Convert database formats | Documentation

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...source LOG file const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  4. Reference to CommonUtilities - Free Support For...

    Hi I just installed GroupDocs.Assembly via nuget in Visual Studio. In C#, I have added references to GroupDocs.Assembly amd GroupDocs.Assembly.Data, but I couldn’t find reference to CommonUtilities, eg. assembler.Assemb…...Workbook object var workbook = new Workbook(); // access default...Arrays as Table var options = new JsonLayoutOptions(); options...

    forum.groupdocs.com/t/reference-to-commonutilit...
  5. Convert project management formats | Documentation

    This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( var converter = new GroupDocs . Conversion . Converter...

    docs.groupdocs.com/conversion/net/convert/proje...
  6. EditableDocument | Documentation

    This documentation section explains features of the EditableDocument class when editing documents with GroupDocs.Editor for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...into the Editor const editor = new groupdocsEditor . Editor ( '...

    docs.groupdocs.com/editor/nodejs-java/editabled...
  7. High CPU Usage with GroupDocs.Watermark for Jav...

    I am currently using the GroupDocs.Watermark for Java library in a Java 8 environment, and I have encountered an issue where the CPU usage exceeds 100% on our EC2 when invoking the watermarking service. Below is a brief …...downloadVO = null; File file = new File(filePath); //파일이 미존재 하면(데이터만...//썸네일 요청이 아닌 파일 downloadVO = new DownloadVO(); // 마이그레이션한 파일의...

    forum.groupdocs.com/t/high-cpu-usage-with-group...
  8. Search for encrypted object in QR-code signatur...

     This article explains how to search for encrypted electronic signatures in QR-code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes 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/search-for-en...
  9. Load password-protected document | Documentation

    This article explains how to load password protected document with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...documents. LoadOptions loadOptions = new LoadOptions () ; loadOptions...

    docs.groupdocs.com/signature/java/load-password...
  10. 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/