Sort Score
Result 10 results
Languages All
Labels All
Results 4,531 - 4,540 of 222,967 for

new

(0.15 sec)
  1. PDF to WORD not supported in Aspose WORDS java ...

    Hi, I am trying to PDF to DOCX using Aspose words for Java. I am using the latest version currently available which is 25.9. But when running this code (to convert a PDF to DOCX), I get this error: com.aspose.words.Un…...(ByteArrayInputStream bais = new ByteArrayInputStream(bytes))...ByteArrayOutputStrea output = new ByteArrayOutputStrea(8096); PdfLoadOptions...

    forum.aspose.com/t/pdf-to-word-not-supported-in...
  2. Adding VBA Module | Aspose.Tasks Documentation

    Learn how to add New VBA modules into Microsoft Project files using Aspose.Tasks for .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/adding-vba-module/
  3. VbaMacro|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....var pres = new Presentation (); pres . VbaProject = new VbaProject...var pres = new Presentation (); pres . VbaProject = new VbaProject...

    docs.aspose.com/slides/net/examples/elements/vb...
  4. Font.subscript property | Aspose.Words for Node.js

    Font.subscript property. True if the font is formatted as subscript.... let doc = new aw . Document (); let para =...above the baseline. let run = new aw . Run ( doc , "Raised text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 通过C++用JavaScript打开文件的不同方法|Documentation

    本文介绍如何使用Aspose.Cells for JavaScript通过C++ API打开Excel文件...file const workbook1 = new Workbook ( new Uint8Array ( arrayBuffer...content const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/differe...
  6. VBA Macro|Aspose.Slides Documentation

    Automate presentations with Aspose.Slides for Java: create, run, import, and secure VBA macros in PPT, PPTX, and ODP using clear Java examples....Presentation presentation = new Presentation (); try { presentation...presentation . setVbaProject ( new VbaProject ()); IVbaModule module...

    docs.aspose.com/slides/java/examples/elements/v...
  7. ChartDataTable.Font | Aspose.Words for .NET

    Discover the ChartDataTable Font property to enhance your data table's appearance with customizable font formatting for better readability and impact....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); double [] xValues = new double [] { 2020 , 2021 , 2022...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Redlines in pdf - Free Support Forum - aspose.com

    when we compare two pdf files and the resulting pdf has redlines to indicate the changes, how can we programmatically identify which pages has the redlines?...pagesWithRedlines = new List<int>(); Document pdfDocument = new Document(pdfFilePath);...following code: Document doc1 = new Document(@"C:\Temp\file1.docx");...

    forum.aspose.com/t/redlines-in-pdf/315965
  9. Loading and Extracting Data | .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to load and save CFF fonts within .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/net/loading-saving-cff-fonts/
  10. 在 PHP 中自定义演示文稿形状|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、曲线角、复合形状。...PHP 代码演示如何向形状添加自定义点: $pres = new Presentation (); try { $shape...以下 PHP 代码演示如何从形状中移除点: $pres = new Presentation (); try { $shape...

    docs.aspose.com/slides/zh/php-java/custom-shape/