Sort Score
Result 10 results
Languages All
Labels All
Results 9,671 - 9,680 of 223,148 for

new

(0.83 sec)
  1. Black box for certain images when doing PDF to ...

    I’m using the following code, in Java: Page firstPdfPage = pdfDocument.getPages().get_Item(1); PageInfo pdfPageInfo = firstPdfPage.getPageInfo(); Dimension pdfDimension = New Dimension((int) pdfP…...getPageInfo(); Dimension pdfDimension = new Dimension((int) pdfPageInfo.getWidth()...Dimension boundaryDimension = new Dimension(MAX_WIDTH_HEIGHT, MAX_WIDTH_HEIGHT);...

    forum.aspose.com/t/black-box-for-certain-images...
  2. 在xlsx4j中将工作簿转换为HTML|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....Options HtmlSaveOptions save = new HtmlSaveOptions ( SaveFormat...template XLSX file Workbook book = new Workbook ( dataDir + "book1.xls"...

    docs.aspose.com/cells/zh/java/convert-workbook-...
  3. DocumentBase.Styles | Aspose.Words for .NET

    Explore the DocumentBase Styles property to access a rich collection of customizable styles, enhancing your document's visual appeal and consistency.... Document doc = new Document (); Assert . That (...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  4. 如何使用aspose-words动态分页table - Free Support Forum ...

    Hi Teams, 因为aspose-words是自动分页的,但是现在我需要满足这样的需求。在正文部分的table需要有table header和table footer。也就是每一页的header是一样的,table footer也是一样的,但是这样的话就需要动态计算总页数,然后分页。 请问该怎么实现呢?或者实现这样的Table数据还有其他的方式么? 非常感谢。...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...计算当前行的页码,并在表格中插入页脚行。 以下是示例代码: Document doc = new Document(); doc.getCompatibilityOpti()...

    forum.aspose.com/t/aspose-words-table/315228
  5. Issue in updating Page Size (Dimensions) - Free...

    Hi, I am trying to update page dimensions(Page size) from Letter-size(8.50" x 11.00") to A4-size(8.27" x 11.69") using the sample code provided you. AsposePDF.net is not updating the width of the document, but not upda…...document Document pdfDocument = new Document(“source.pdf”); // Get...Load HTML file Document doc = new Document(@"D:\Downloads\source...

    forum.aspose.com/t/issue-in-updating-page-size-...
  6. Optimizing Memory Usage while Working with Big ...

    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....to create a new one.</p>' ; // Allow creating a new workbook even...open it; otherwise create a new workbook let workbook ; if (...

    docs.aspose.com/cells/javascript-cpp/optimizing...
  7. Customize Pie Charts in Presentations in .NET|A...

    Learn how to create and customize pie charts in .NET with Aspose.Slides, exportable to PowerPoint, boosting your data storytelling in seconds....Presentation presentation = new Presentation (); // Add chart...and categories. Add new categories. Add new series. Write the modified...

    docs.aspose.com/slides/net/pie-chart/
  8. 使用CellsFactory类创建样式对象|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++中的CellsFactory类创建单元格样式对象。根据需要定制电子表格单元格的外观。...CellsFactory class const cf = new CellsFactory (); const st = cf...created Style object const wb = new Workbook (); wb . defaultStyle...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  9. Aspose.Slides adds gray artifacts and edge of c...

    Hi, Aspose team. Scenario: There are 2 issues while converting PowerPoint presentation to PDF: Gray artifact lines appear in the PDF that are not present in the original PowerPoint file (page 3 and 4) The edges o…...Code to replicate: var ppt = new Aspose.Slides.Presentation(path);...Presentation(path); var pptxPdfOption = new PdfOptions { Compliance = Aspose...

    forum.aspose.com/t/aspose-slides-adds-gray-arti...
  10. 复制工作表|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....xlsx" ; Workbook newWorkbook = new Workbook (); Worksheet worksheet...newWorkbook . Worksheets . Add ( "New Sheet" ); Cells cells = worksheet...

    docs.aspose.com/cells/zh/net/copy-worksheets/