Sort Score
Result 10 results
Languages All
Labels All
Results 9,021 - 9,030 of 222,967 for

new

(0.21 sec)
  1. Metered Licensing|CAD 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.... It is a new licensing mechanism. The new licensing mechanism...

    docs.aspose.com/cad/java/getting-started/metere...
  2. Read, update and write DWG file|CAD 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....then saving to a new file. So you can open a new file in AutoCAD...

    docs.aspose.com/cad/net/developer-guide/how-to/...
  3. 使用 Java 在演示文稿中管理图表数据标记|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Java 中自定义图表数据标记,通过清晰的 Java 代码示例提升 PPT 和 PPTX 格式演示文稿的效果。...创建空演示文稿 Presentation pres = new Presentation (); try { // 访问第一张幻灯片...getImages (). addImage ( new FileInputStream ( new File ( "Desert.jpg"...

    docs.aspose.com/slides/zh/java/chart-data-marker/
  4. How to Remove Default Bookmark When Exporting a...

    Hello Team, I’m exporting a range with name as HTML, and I’ve noticed that a bookmark with the range name is automatically inserted into the generated HTML content. How can I prevent this bookmark from being included du…...htmlStream = new MemoryStream()) { workbook.Save(htmlStream, new Aspose...using (StreamReader reader = new StreamReader(htmlStream)) { htmlStm...

    forum.aspose.com/t/how-to-remove-default-bookma...
  5. CsvDataLoadOptions class | Aspose.Words for Python

    aspose.words.reporting.CsvDataLoadOptions class. Represents options for parsing CSV data...CsvDataLoadOptions() Initializes a new instance of this class with default...CsvDataLoadOptions(has_headers) Initializes a new instance of this class with specifying...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Error when extracting images from PDF in multit...

    The code is as follows; this is an asynchronous method annotated with the @Async annotation. // interface @Async("ioTaskExecutor") CompletableFuture<List<BufferedImage>> getPdfImages(String pdfPath); //impl …...images = new ArrayList<>(); try (Document document = new Document(pdfFilePath))...catch (Exception e) { throw new RuntimeException(e); } } public...

    forum.aspose.com/t/error-when-extracting-images...
  7. ListFormat | Aspose.Words for Java

    Allows to control what list formatting is applied to a paragraph in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...applyBulletDefault() Starts a new default bulleted list and applies...

    reference.aspose.com/words/java/com.aspose.word...
  8. GradientStop constructor | Aspose.Words for Nod...

    Aspose.Words.Drawing.GradientStop constructor...GradientStop(color, position) Initializes a new instance of the GradientStop...transparency) Initializes a new instance of the GradientStop...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Formatting PDF Document|Aspose.PDF for PHP via ...

    Format the PDF Document with Aspose.PDF for PHP via Java. Use the next code snippet to resolve your tasks....// Open document $document = new Document ( $inputFile ); // Get...// Open document $document = new Document ( $inputFile ); // Set...

    docs.aspose.com/pdf/php-java/formatting-pdf-doc...
  10. 使用 .NET 转换 PostScript 文件

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案中 .NET 版 PS 到 PDF 的转换功能。...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-ps/