Sort Score
Result 10 results
Languages All
Labels All
Results 4,161 - 4,170 of 214,328 for

new

(0.18 sec)
  1. Convert Word, PDF And Many Other File Formats U...

    Convert documents programmatically in JavaScript between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....'@aspose/words' ); var doc = new aw.Document( "Input.docx" ) doc...require('@aspose/words'); var doc = new aw.Document("Input.docx") doc...

    products.aspose.com/words/nodejs-net/conversion/
  2. Convert WORD To HTML Javascript

    Convert a Word document to HTML format in JavaScript code. Save a Word document as HTML using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.docx" ) doc...require('@aspose/words'); var doc = new aw.Document("Input.docx") doc...

    products.aspose.com/words/nodejs-net/conversion...
  3. Convert TEXT To JPG Javascript

    Convert TEXT to JPG format in JavaScript code. Save TEXT as JPG using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.txt" ) for...require('@aspose/words'); var doc = new aw.Document("Input.txt") doc...

    products.aspose.com/words/nodejs-net/conversion...
  4. FontSettings | Aspose.Words for Java

    Specifies font settings for a document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FolderFontSource folderFontSource = new FolderFontSource(getFontsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  5. Asponse.CAD 25.10.1 Dwg文件导出PDF或PNG,如果把空白区域裁剪掉? ...

    在实际的应用中,客户的一些文件,ViewReport设置很大,导致导出的文件有很大部分为空白区域,有没有方法把这此空白区域裁剪掉,以达到更好的用户体验?这样也可以减小导出文件的大小。 案例文件...pdfOptions = new PdfOptions { // 设置裁剪区域 PageSize = new Size(bounds...Load(fileName)) { PdfOptions pdfOptions = new PdfOptions(); CadRasterizationOpti...

    forum.aspose.com/t/asponse-cad-25-10-1-dwg-pdf-...
  6. Render multiple images in a row - Free Support ...

    Hello, I have a array of images. I want to render the all images in array two images in a row. I have attached my syntax. It throws an error. It works when trying to render 1 image per row. Also, is there any way to f…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Check if we need to start a new row if ((i + 1) % 2 == 0 && i...

    forum.aspose.com/t/render-multiple-images-in-a-...
  7. Working with Transformations in PostScript | .NET

    How to transform a content in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/ps/working-with-transf...
  8. Aspose.TeX and Object TeX

    TeX is an input and output format of this API solution so here we go with explaining the Object TeX and how it is transformed into a target format....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tex/net/aspose-tex-and-object-tex/
  9. Aspose.PSD for .NET 24.12 - Release Notes|Docum...

    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.... Save ( outputFileStroke , new PngOptions ()); } // Test effects.... Load ( inputFileEffects , new PsdLoadOptions () { LoadEffectsResource...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-1...
  10. Manage Slide Show in PHP|Aspose.Slides for PHP ...

    Learn how to manage slide shows in Aspose.Slides for PHP via Java. Control slide transitions, timings and more across PPT, PPTX and ODP formats with ease....code example below creates a new presentation and sets the show...$presentation = new Presentation (); $showType = new BrowsedByIndividual...

    docs.aspose.com/slides/php-java/manage-slide-show/