Sort Score
Result 10 results
Languages All
Labels All
Results 3,831 - 3,840 of 213,390 for

new

(0.17 sec)
  1. Insert PDF pages|Aspose.PDF for Java

    This section explains how to insert PDF pages with com.aspose.pdf.facades using PdfFileEditor class.... PdfFileEditor pdfEditor = new com . aspose . pdf . facades.... PdfFileEditor pdfEditor = new com . aspose . pdf . facades...

    docs.aspose.com/pdf/java/insert-pdf-pages/
  2. PDF Rendering is Broken with Huge Images in a T...

    Hello Aspose, we are suffering from a major bug if images appear in a table. The resulting PDF is incomplete if two following images are too large for one page. The expected result would be that the 2nd image is appeari…... image) { var imageTable1 = new Table() { IsBroken = false, Broken...row11.Cells.Add(); var image11 = new Image { File = Path.Combine(path...

    forum.aspose.com/t/pdf-rendering-is-broken-with...
  3. Node.toString method | Aspose.Words for Node.js

    Aspose.Words.Node.toString method...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...that are list items. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CleanupOptions | Aspose.Words for Java

    Allows to specify options for document cleaning in Java.... Document doc = new Document(); doc.getStyles().add(StyleType..."used". DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  5. 使用连接索引连接形状|Documentation

    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....initialize a new drawing Diagram diagram = new Diagram (); //...points Connection connection1 = new Connection (); connection1 ....

    docs.aspose.com/diagram/zh/java/use-connection-...
  6. Load Workbook with Specified Printer Paper Size...

    Learn how to set the printer paper size while loading a workbook using Aspose.Cells for JavaScript via C++....Please note, if you create a new file in MS Excel, you will find...first worksheet const workbook = new Workbook (); const worksheet...

    docs.aspose.com/cells/javascript-cpp/load-workb...
  7. AutoFit Row Height Automatically When Loading a...

    Learn how to fit rows whose height is not customized when loading a file using Aspose.Cells for JavaScript via C++....arrayBuffer (); const data = new Uint8Array ( arrayBuffer ); //...as out.pdf const workbook = new Workbook ( data ); const outputData...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  8. Page Break in existing PDF|Aspose.PDF for .NET

    Discover how to insert page breaks in an existing PDF file in .NET using Aspose.PDF for better page management....document using ( var document = new Aspose . Pdf . Document ( dataDir...document using ( var dest = new Aspose . Pdf . Document ()) {...

    docs.aspose.com/pdf/net/page-break-in-existing-...
  9. Incorrect rendering when converting chart to im...

    Hi Aspose team, I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the excel chart itself. Here’s the code I used to generate my test outputs: string dir = @"C:\Users\";…...using (Workbook TemplateWB = new Workbook(dir + @"Test_09052025\Chart_Template...; List<string> PrintAreas = new() { "D137:O169", "D205:O237"...

    forum.aspose.com/t/incorrect-rendering-when-con...
  10. 转换 XPS 文件 | .NET API 解决方案

    本文通过代码片段,对 Aspose.Page API 解决方案中包含的 XPS 到 PNG 转换功能进行了描述和演示。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/net/convert-xps/