Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 213,606 for

new

(1.6 sec)
  1. ChartNumberFormat.IsLinkedToSource | Aspose.Wor...

    Discover how the ChartNumberFormat IsLinkedToSource property enhances your data visualization by linking format codes to source cells. Learn more now!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Add ( "Aspose Test Series" , new [] { "Word" , "PDF" , "Excel"...

    reference.aspose.com/words/net/aspose.words.dra...
  2. XpsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XPS format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...XpsSaveOptions saveOptions = new XpsSaveOptions(); Assert.ass...

    reference.aspose.com/words/java/com.aspose.word...
  3. 使用C++的JavaScript输出空白页面,当没有内容需要打印时|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....open it; otherwise create a new blank workbook let workbook ;...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/output-...
  4. GroupShape|Aspose.Slides 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....Add_Group_Shape () { using var pres = new Presentation (); var slide =...Access_Group_Shape () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/gr...
  5. Copying text from one PDF to another is slow - ...

    Hello, we want to copy (recognized OCR) text from one PDF to another. This example source code works but is very very slow (the textBuilder.AppendText function takes about 3 minutes for one page of text) Why is the me…...Document asposeDocTarget = new Aspose.Pdf.Document(file_non_ocr))...Document(file_non_ocr)) { Aspose.Pdf.Page page_new = asposeDocTarget.Pages[1]; using...

    forum.aspose.com/t/copying-text-from-one-pdf-to...
  6. Convert EPS files using API for Java

    EPS to PDF conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/convert-eps/
  7. 提供主Tex输入文件的其他方法| .NET的Aspose.TeX

    .NET的Aspose.TeX API解决方案的转换功能具有一个构造函数,该构造函数接受流作为第一个参数。这是一些代码示例。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tex/zh/net/other-ways-of-main-i...
  8. Save Presentations in JavaScript|Aspose.Slides ...

    Discover how to save presentations using Aspose.Slides for Node.js via Java—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects.... let presentation = new aspose . slides . Presentation...the example below, we create a new presentation and save it to a...

    docs.aspose.com/slides/nodejs-java/save-present...
  9. 在标记 PDF 中处理表格|Aspose.PDF for Java

    本文解释了如何使用 Aspose.PDF for Java 在标记 PDF 文档中处理表格。...// 创建文档 Document document = new Document (); ITaggedContent taggedContent...); tableElement . setBorder ( new BorderInfo ( BorderSide . All...

    docs.aspose.com/pdf/zh/java/working-with-table-...
  10. PaperSize | Aspose.Words for Java

    Specifies paper size in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...document by hand. Document doc = new Document(); // A blank document...

    reference.aspose.com/words/java/com.aspose.word...