Sort Score
Result 10 results
Languages All
Labels All
Results 2,791 - 2,800 of 197,059 for

new

(0.32 sec)
  1. DocumentBuilder | Aspose.Words for Java

    Provides methods to insert text images and other content specify font paragraph and section formatting in Java....properties available at the new location. Examples: Shows how...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert PDF to Different Image Formats in C#|As...

    This topic show you how to use Aspose.PDF to convert PDF to various images formats e.g. TIFF, BMP, EMF, JPEG, PNG, GIF, SVG with a few lines of code....document using ( var document = new Aspose . Pdf . Document ( dataDir...Resolution object var resolution = new Aspose . Pdf . Devices . Resolution...

    docs.aspose.com/pdf/net/convert-pdf-to-images-f...
  3. Convert PowerPoint Presentations to Video in C#...

    Learn how to convert PowerPoint and OpenDocument presentations to video using C#. Discover sample code and automation techniques to streamline your workflow.... Configure ( new FFOptions { BinaryFolder = @...Presentation presentation = new Presentation ()) { ISlide slide...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  4. Make Booklet of PDF|Aspose.PDF for .NET

    This section explains how to make booklet of PDF with Aspose.PDF Facades using PdfFileEditor class....PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...

    docs.aspose.com/pdf/net/make-booklet-of-pdf/
  5. Spreadsheet Editor - Working with Files|Documen...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....buildRowHeightCache Create a New Spreadsheet LoaderService.fromBlank...( InputStream i = s ) { w = new com . aspose . cells . Workbook...

    docs.aspose.com/cells/java/spreadsheet-editor-w...
  6. AxisDisplayUnit | Aspose.Words for Java

    Provides access to the scaling options of the display units for the value axis in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...setMinimum(new AxisBound(-10)); axis.getScaling().setMaximum(new AxisBound(20...

    reference.aspose.com/words/java/com.aspose.word...
  7. 将DICOM转换为PDF|Aspose.PDF for Android via Java

    使用Aspose.PDF for Android via Java将以DICOM格式保存的医学图像转换为PDF文件。...convertDICOMtoPDF () { // 初始化文档对象 document = new Document (); Page page = document...Image image = new Image (); File imgFileName = new File ( fileStorage...

    docs.aspose.com/pdf/zh/androidjava/convert-dico...
  8. SectionCollection | Aspose.Words for Java

    A collection of Section objects in the document in Java....whether section starts on a new page or on the same page. Programmatically...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. TextColumnCollection.SetCount | Aspose.Words fo...

    Optimize your layout with the TextColumnCollection SetCount method, effortlessly arranging text into your desired number of columns for enhanced readability....increase the number of columns, new TextColumn objects are created...set width and spacing for the new columns. Examples Shows how to...

    reference.aspose.com/words/net/aspose.words/tex...
  10. Header Alignment issue during mailmerge - Free ...

    We have a MS word document where we are reducing the top margin to 0 and starting the text content without leaving any top margin. But after mailmerge, the resultant document is rendered with some top margin. Due to th…...IDictionary<string, object> parameters1 = new Dictionary<string, object> {...sequenceParameters1 = new List<TemplateSequencePara> { new TemplateSequencePara...

    forum.aspose.com/t/header-alignment-issue-durin...