Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 10,428 for

new

(0.07 sec)
  1. Get document info | Documentation

    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...
  2. Search index events | Documentation

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/search-in...
  3. Convert page layout formats | Documentation

    This article demonstrates how you can convert to and from page layout 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/page-...
  4. GroupDocs.Assembly Engine APIs | Documentation

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....Consulting Blog Knowledge Base New Releases Status Websites aspose...DocumentAssembler assembler = new DocumentAssembler (); assembler...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  5. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...document using (Editor editor = new Editor("sample.pptx")) { // Specify...PresentationEditOpti editOptions = new PresentationEditOpti(); EditableDocument...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  6. 在 Java 中注释 Word DOC DOCX 文件 |添加或删除注释

    在 Java 中添加或删除 Word DOC/DOCX 文件中的注释。使用文档注释 API 添加箭头、矩形、椭圆、水印注释。...final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/zh/annotation/annotate-word-...
  7. Rotate pages | Documentation

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...rotateOptions = new RotateOptions ( RotateMode . Rotate180 , new int []...

    docs.groupdocs.com/merger/net/rotate-pages/
  8. Change page orientation | Documentation

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...OrientationOptions orientationOptions = new OrientationOptions ( OrientationMode...

    docs.groupdocs.com/merger/net/change-page-orien...
  9. Rotate pages | Documentation

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...rotateOptions = new RotateOptions ( RotateMode . Rotate180 , new int []...

    docs.groupdocs.com/merger/java/rotate-pages/
  10. Swap pages | Documentation

    This article explains how to rearrange document pages for PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...source document. The result is a new document where two pages have...

    docs.groupdocs.com/merger/java/swap-pages/