Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 39,127 for

2025

(0.72 sec)
  1. Aspose.PDF Java - details for PDF/UA validation...

    Ciao, sto utilizzando la libreria Aspose.PDF (versione Java) per effettuare il controllo di conformità allo standard PDF/UA ma il log che viene restituito non è molto comprensibile nè per quanto riguarda il tipo di anom…...Product Family matteos April 19, 2025, 10:59pm 1 Ciao, sto utilizzando...Professionalize.Discourse April 19, 2025, 10:59pm 2 @matteos Puoi fornire...

    forum.aspose.com/t/aspose-pdf-java-details-for-...
  2. JsonDataSource Initialization Extremely Slow wi...

    I’m using the LINQ Reporting Engine in Aspose.Words and passing a large JSON structure (~18,000 tokens) as the data source. Currently, I’m instantiating the data source like this: var dataSource = new JsonDataSource(n…...linq-reporting-engine PramodMn July 15, 2025, 10:42am 1 I’m using the LINQ...Professionalize.Discourse July 15, 2025, 10:43am 2 @PramodMn Cause The...

    forum.aspose.com/t/jsondatasource-initializatio...
  3. Variables in Excel template - Free Support Foru...

    Aspose.Word for Java allows you to define variables within your Word templates, enabling concise expressions. For example, the provided snippet showcases how to iterate through employee data using variables: <<var [empl…...dev July 15, 2025, 9:59am 21 These are indeed... sagaofsilence.dev July 15, 2025, 10:01am 22 Thank you for incorporating...

    forum.aspose.com/t/variables-in-excel-template/...
  4. Aspose.Words Java - Document.getPageCount() alt...

    Hello, I’ve noticed that document.getPageCount() alters the document itself - it adds the page count number to the document: Aspose.Words v24.12...words-java elena4958 June 25, 2025, 1:11pm 1 Hello, I’ve noticed...vyacheslav.deryushev June 25, 2025, 1:26pm 2 @elena4958 Could you...

    forum.aspose.com/t/aspose-words-java-document-g...
  5. Checkbox on Excel - Free Support Forum - aspose...

    Hello, I need to manage check box on excel cells thanks to the new feature provide per Excel. image.png (7.4 KB) Which permit to have checkbox like this: image.png (491 Bytes) We are developing a web application and…...Family cells-net BASSETTI May 2, 2025, 2:40pm 1 Hello, I need to manage...Professionalize.Discourse May 2, 2025, 2:40pm 2 @BASSETTI Could you...

    forum.aspose.com/t/checkbox-on-excel/312207
  6. Aspose.Tex on linux fails - Free Support Forum ...

    Aspose.Tex depends on system.drawing.common still and so fails on linux Unhandled exception: System.PlatformNotSupportedException: System.Drawing.Common is not supported on this platform. at System.Drawing.Drawing2D.Gr…...linux mcentaggart January 15, 2025, 7:31am 1 Aspose.Tex depends...Professionalize.Discourse January 15, 2025, 7:31am 2 @mcentaggart It seems...

    forum.aspose.com/t/aspose-tex-on-linux-fails/30...
  7. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...Family words-java Crane March 28, 2025, 2:32pm 1 for (Paragraph paragraph...Professionalize.Discourse March 28, 2025, 2:34pm 2 @Crane To modify the...

    forum.aspose.com/t/how-to-modify-footnote-conte...
  8. Aspose.word Series data point labeling - Free S...

    Need urgen help on ploting such kind of graph, which shows series with data points....words-net Amol_Hekade April 30, 2025, 10:05am 1 586×701 34.6 KB Need...Professionalize.Discourse April 30, 2025, 10:05am 2 @Amol_Hekade Can...

    forum.aspose.com/t/aspose-word-series-data-poin...
  9. Copying formulas with cell referecing other she...

    Hi, I have a workbook with following formula in cell G3 in Sheet1 which is referencing Sheet2. When I try to copy this formula to cell C3 in Sheet1, the relative cell reference part is the same as source and won’t ajust…...cells-net wwu September 29, 2025, 1:56am 1 Hi, I have a workbook...Professionalize.Discourse September 29, 2025, 1:57am 2 @wwu To achieve the...

    forum.aspose.com/t/copying-formulas-with-cell-r...
  10. 请问怎么将一个分页符和文本从一个段落中分开 - Free Support Forum - as...

    源文档: aa.docx (39.8 KB) 这个源文档中有一个段落是:page break 1 引言 请问怎么处理可以将 page break 和 1 引言 分开为两个段落 我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = new DocumentBuilder(document); RunCollection runs = para.getRuns(); Arrays.st…...words-java ouchli April 15, 2025, 2:25am 1 源文档: aa.docx (39.8...vyacheslav.deryushev April 15, 2025, 9:46am 2 @ouchli 由于分页符是段落 ParagraphFormat...

    forum.aspose.com/t/topic/311299