Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 39,126 for

2025

(0.31 sec)
  1. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...words-java pizhai2 July 17, 2025, 10:49am 1 docx转为PDF的方法代码如下:...Professionalize.Discourse July 17, 2025, 10:49am 2 @pizhai2 Cause The...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  2. Xlsx转csv时,只能转换第一个sheet的数据 - Free Support Forum ...

    我使用的版本是: <groupId>com.aspose</groupId> <artifactId>aspose-cells</artifactId> <version>23.6</version> 代码如下: LoadOptions loadOptions = new LoadOptions(); workbook = new Workbook(inputStream, loadOptions); int sheetCount…...cells-java Endergarten August 13, 2025, 8:15am 1 我使用的版本是: <groupId>com...Professionalize.Discourse August 13, 2025, 8:16am 2 @Endergarten 在将XL...

    forum.aspose.com/t/xlsx-csv-sheet/316668
  3. Only some contents are bold - Free Support Foru...

    2237_Source.docx (20.6 KB) 2237_Development_withMergeFieldsFilledIn.docx (20.3 KB) Could anyone explain why the latest version of aspose, being used by the code shown below, would produce an output where only some of t…...Family bribiesca August 21, 2025, 3:49pm 1 2237_Source.docx (20...Professionalize.Discourse August 21, 2025, 3:49pm 2 @bribiesca It sounds...

    forum.aspose.com/t/only-some-contents-are-bold/...
  4. Null pointer exception when converting vsd file...

    During vsd->vsdx file conversion, null pointer exception is thrown. vsd file and callstack: 2023.05.26.zip (7.9 MB) The file was converted using this code: File file = new File(PATH_TO_VSD_FILE); Diagram d = new Diag…...Family casserolepan November 17, 2025, 12:41pm 1 During vsd->vsdx...Professionalize.Discourse November 17, 2025, 12:43pm 2 @casserolepan Summary...

    forum.aspose.com/t/null-pointer-exception-when-...
  5. PDF/A-1 Use of PDF 1.4 - Free Support Forum - a...

    Hi, One of our customers has a requisite that PDF/A-1 should be saved as PDF 1.4. The actual Aspose PDF saves PDF/A-1 as PDF 1.7, there’s no choice of the PDF version it should save the document. Adobe specification i…...Product Family pnocera March 6, 2025, 7:21am 1 Hi, One of our customers...Professionalize.Discourse March 6, 2025, 7:21am 2 @pnocera Currently...

    forum.aspose.com/t/pdf-a-1-use-of-pdf-1-4/309127
  6. How to Replace an Existing Table in DOCX (Find ...

    Hello Team, I am using Aspose.Words for Node.js and I need to detect and replace a specific table inside a DOCX file. :heavy_check_mark: My Requirement I want to: Find a table by index OR by bookmark OR by matching…...words-nodejs AbhayKumar007 December 6, 2025, 10:04am 1 Hello Team, I am...Professionalize.Discourse December 6, 2025, 10:04am 2 @AbhayKumar007 Steps...

    forum.aspose.com/t/how-to-replace-an-existing-t...
  7. SIGSEGV Crash During Excel to PDF Conversion wi...

    We are experiencing a critical SEGMENTATION FAULT (SIGSEGV) when converting Excel files containing embedded images to PDF using Aspose.Cells for Node.js with an OEM license. The application crashes during the NAPI cleanu…...Family ypurohit005 December 15, 2025, 10:25am 1 We are experiencing...Professionalize.Discourse December 15, 2025, 10:26am 2 @ypurohit005 The...

    forum.aspose.com/t/sigsegv-crash-during-excel-t...
  8. Font style automatically change from Times New ...

    Hello @alexey.noskov and Team , We observing strange behavior , when replacing tag inside table . Table tag -replaced data font type is changing to Aptos from Times New Roman , for other font it is working fine . Be…...words-net Chilke December 15, 2025, 3:14pm 1 Hello @alexey.noskov...Professionalize.Discourse December 15, 2025, 3:17pm 2 @Chilke The replacement...

    forum.aspose.com/t/font-style-automatically-cha...
  9. 多线程下获取PDF中的图片信息报错:Not supported image type - Fr...

    代码如下,正常使用则没有问题,但是添加了线程池就会报错: com.aspose.pdf.internal.ms.System.l7n: Not supported image type at com.aspose.pdf.XImage.lI(Unknown Source) at com.aspose.pdf.XImage.saveInternal(Unknown Source) at com.aspose.pdf.XImage.…...aspose-pdf-java pizhai2 August 1, 2025, 2:16pm 1 代码如下,正常使用则没有问题,但是添加了线程池就会报错:...Professionalize.Discourse August 1, 2025, 2:17pm 2 @pizhai2 在多线程环境中处理PDF文件时,出现“Not...

    forum.aspose.com/t/pdf-not-supported-image-type...
  10. Extract Subsection List Text Meta Data - Free S...

    How can I extract meta data on auto subsectioned list text level within a word docx with words python library? I would want an output basically that states things like 1.a.i to level info like 1.1.1 to know numerically w…...words-python ln22 September 9, 2025, 10:02pm 1 How can I extract...Professionalize.Discourse September 9, 2025, 10:03pm 2 @ln22 Extracting...

    forum.aspose.com/t/extract-subsection-list-text...