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

new

(0.23 sec)
  1. Metered Licensing|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/psd/java/metered-licensing/
  2. 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...
  3. 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/...
  4. Deleting PDF Pages programmatically Python|Aspo...

    You can delete pages from your PDF file using Aspose.PDF for Python via .NET library....saves the updated document to a new file. This feature is helpful...document and saves the result to a new file. Args: input_file_name (str):...

    docs.aspose.com/pdf/python-net/delete-pages/
  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. 使用 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/
  7. 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...
  8. Issue with Font Family Change During Mail Merge...

    Dear Team, I am currently utilizing the Aspose Mail Merge mechanism, and I’ve encountered an issue where, for a specific value, the font family changes unexpectedly. Specifically, when the value “µL/bee” is inserted int…...it is replaced with the Times New Roman font, even though the rest...resulting text appears in Times New Roman while the rest of the document...

    forum.aspose.com/t/issue-with-font-family-chang...
  9. IFC to 3D PDF conversion - Free Support Forum -...

    Hi, Can you tell me how to save an IFC file as a 3D PDF? During my tests the PDF file is always in 2D I have attached an example Thank you Best regards element.zip (948.5 KB)...CadRasterizationOpti: ObserverPoint = new ObserverPoint(85, 15, 5) but...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/ifc-to-3d-pdf-conversion/272587
  10. 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...