Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 1,136 for

table spacing

(0.47 sec)
  1. Seamlessly combine DOCX pages vertically into o...

    Does Aspose.Words support exporting a multi-page DOCX into one seamless PNG (all pages appended vertically without gaps)? Sample DOCX: multi-page.docx (13.4 KB) Current PNG output: output.png (1.3 KB) Expected …...single long PNG with no white space or margins between pages (true...single PNG without any white space. Prepare the document (remove...

    forum.aspose.com/t/seamlessly-combine-docx-page...
  2. 6. How to set up new fonts

    This article covers setting up new fonts for use with LaTeX and also includes an example of a font definition....the internal font selection tables with information necessary...used by LaTeX. Therefore, the tables are responsible for associating...

    docs.aspose.com/tex/java/latex-fonts-setup/
  3. Compare Documents in Python|Aspose.Words for Py...

    Compare two documents in any supported formats and shows content changes using Python. You can apply advanced options when comparing....formatting, header/footer, tables, and more. This article explains...modifications such as font changes, spacing changes, the addition of words...

    docs.aspose.com/words/python-net/compare-docume...
  4. Compare Documents in C#|Aspose.Words for .NET

    Compare two documents in any supported formats and shows content changes using C#. You can apply advanced options when comparing....formatting, header/footer, tables, and more. This article explains...modifications such as font changes, spacing changes, the addition of words...

    docs.aspose.com/words/net/compare-documents/
  5. Aspose.Cells Limitation for row parse - Free Su...

    We are evaluating Aspose.Cells Java for generating excel from Html We want to buy solution but while evaluation we found that it’s not able to convert file after certain number of cells is this limitation of software or…...issues when converting HTML tables to Excel, particularly with...with complex or large tables. This has been treated as a conversion...

    forum.aspose.com/t/aspose-cells-limitation-for-...
  6. Aspose-word-java word转pdf标点符号在行首 - Free Support...

    当前aspose-word-java 版本为25.5,在win11和linux环境下,生成word,然后转pdf,结果标点符号在行首,还有有些单词有空格莫名奇妙自动换行。是需要在word转pdf时有什么指定操作还是在写word时对paragraph进行一些指定等...setLineSpacing(lineHeight * LINE_SPACE_UNIT); } // 段前间距 String beforeHeightS...setSpaceBefore(lineHeight * LINE_SPACE_UNIT); } // 断后间距 String afterHeightS...

    forum.aspose.com/t/aspose-word-java-word-pdf/31...
  7. Insert Text columns into document and insert co...

    Hi there, My requirement is to create a list in three columns. data will come from DB. See sample output (requirement) as attachment. Please suggest implementation approach and sample code (.NET).List-3cols.PNG (267.5…...column to take the rest of the space available on the page TextColumn...Moreover, you can insert a table into document with three columns...

    forum.aspose.com/t/insert-text-columns-into-doc...
  8. Barcode Recognition Settings|Documentation

    This article describes how to adjust various barcode recognition settings in Aspose.BarCode for Python according to business needs...explained in the table below. Australia Post Encoding Table Supported...Numerical digits, English letters, space symbol, and # NTable Numerical...

    docs.aspose.com/barcode/python-java/recognition...
  9. Barcode Recognition Settings|Documentation

    This article describes how to adjust various barcode recognition settings in Aspose.BarCode for Android according to business needs...explained in the table below. Australia Post Encoding Table Supported...Numerical digits, English letters, space symbol, and # NTable Numerical...

    docs.aspose.com/barcode/androidjava/recognition...
  10. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个Table,每个Table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...分别是三个table,每个table的的cell都设置了段落。然后把header、b...If the paragraph is inside a table, move up to the Cell level to...

    forum.aspose.com/t/word-header-footer-x-y/316493