Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 214,303 for

new

(0.17 sec)
  1. Convert JPG To TIFF Javascript

    Convert JPG to TIFF format in JavaScript code. Save JPG as TIFF using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.tiff" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/nodejs-net/conversion...
  2. Wrong convert PDF to png (result dark page) - F...

    I use Aspose java pdf version 25.3. I try to convert following test.pdf (45.5 KB) pdf document to png but result file is dark (black) page fsrc_page_1_900.jpg (48.0 KB) I use following code for convert page: public …...resolution = new Resolution(300); ImageDevice device= new PngDevice(resolution);...PngDevice(resolution); RenderingOptions opt = new RenderingOptions(); opt.setI...

    forum.aspose.com/t/wrong-convert-pdf-to-png-res...
  3. Load Specific Worksheets in a Workbook with Nod...

    Learn how to load specific worksheets in a workbook using Aspose.Cells for Node.js via C++. Improves performance and reduces memory consumption....__dirname , "data" ); // Define a new Workbook. let workbook ; // Load...worksheet only. const loadOptions = new AsposeCells . LoadOptions ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/load-specific-...
  4. Add Text to PDF Using C# | Aspose.PDF

    Add text to PDF programmatically with C# sample code using Aspose.PDF for .NET...pdf" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...Pages [ 1 ]; var textFragment = new Aspose . Pdf . Text . TextFragment...

    products.aspose.com/pdf/net/text/
  5. AxisScaleType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisScaleType enum, defining versatile axis scale types to enhance your charting experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Series 1" , new [] { 1.0 , 2.0 , 3.0 , 4.0 , 5.0 }, new [] { 1.0...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ShapeMarkupLanguage enumeration | Aspose.Words ...

    Aspose.Words.Drawing.ShapeMarkupLanguage enumeration. Specifies Markup language used for the shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...standard. let saveOptions = new aw . Saving . OoxmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Convert HTML to PDF – C# Examples and Online Co...

    Learn how to convert HTML to PDF using Aspose.HTML for .NET and consider various HTML to PDF conversion scenarios in C# examples....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/convert-html-to-pdf/
  8. Bookmarking all the static text inside a docume...

    Hello Team, I will be uploading an document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table… example prop.check = <<[prop.check]>> prop.example…...templatePath); Document doc = new Document(path); // Remove all...Remove(); } FindReplaceOptions opt = new FindReplaceOptions(); opt.UseSubstitutions...

    forum.aspose.com/t/bookmarking-all-the-static-t...
  9. 通过 JavaScript 使用 C++ 设置字体。|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的JavaScript库。它支持设置单元格的字体设置,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用 Aspose.Cells 库设置单元格字体设置。...Instantiate a new Workbook object const workbook = new Workbook ();...(); // Adding a new worksheet to the Excel object const i = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/cells-f...
  10. 在 Java 中管理演示文稿超链接|Aspose.Slides 文档

    使用 Aspose.Slides for Java,轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流。...Presentation presentation = new Presentation (); try { IAutoShape...portionFormat . setHyperlinkClick ( new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/zh/java/manage-hyperlinks/