Sort Score
Result 10 results
Languages All
Labels All
Results 8,031 - 8,040 of 159,184 for

2

(0.72 sec)
  1. Word to Pdf:Document Format - Free Support Foru...

    I’ve noticed inconsistencies in paragraph formatting when converting some documents to PDF. For example, text that’s on the second line in Word becomes the third line in PDF; in extreme cases, a one-page document becomes…...zhq November 12, 2025, 2:35am 1 I’ve noticed inconsistencies...Discourse November 12, 2025, 2:39am 2 @serendipity.zhq Summary When...

    forum.aspose.com/t/word-to-pdf-document-format/...
  2. Streaming-like responses|Documentation

    Aspose.LLM for .NET does not expose token streaming. This page documents the limitation, the workarounds, and the patterns that deliver a responsive user experience without streaming....Medium replies (256 tokens) — ~2-3 seconds. Long replies (1024...not need streaming feedback. 2. Break long tasks into smaller...

    docs.aspose.com/llm/net/use-cases/streaming-lik...
  3. ChartSeries class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeries class. Represents chart series properties...toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataLabels . at ( 2 ); dataLabel . format . fill ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PageExtractOptions.unlink_pages_number_fields p...

    PageExtractOptions.unlink_pages_number_fields property. Specifies whether NUMPAGES fields in the resulting document will be replaced with their actual resulting values..."Print 2 pages" in MS Word. # The start page will be set to 2 and...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartAxisTitle class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartAxisTitle class. Provides access to the axis title properties...Category 1" , "AW Category 2" ], [ 1 , 2 ]); let chartAxisXTitle...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. TxtSaveOptions.ListIndentation | Aspose.Words f...

    Discover the TxtSaveOptions ListIndentation property, which customizes list indentation for enhanced readability. Control characters and levels effortlessly!... Writeln ( "Item 2" ); builder . ListFormat . ListIndent...Item 1{newLine}" + $" a. Item 2{newLine}" + $" i. Item 3{newLine}"...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 关于更新目录域的问题 - Free Support Forum - aspose.com

    如附件所示,test.doc是我的测试文档,问题是目录的页码和内容中的页码实际不一致,需要手动选中目录更新域,expect.doc是我的期望文档help.zip (171.8 KB)...hafeez September 25, 2019, 7:56am 2 @liyong199466 , 你是对的。 以下代码无法产生预期的输出:...awais.hafeez September 25, 2019, 2:17pm 4 @liyong199466 , 您的问题当前正在等待分析,并且正在排队。...

    forum.aspose.com/t/topic/202846
  8. 在 Ruby 中设置形状的高度和宽度|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.... setWidth ( 2 * shape . getXForm () . getWidth...getValue ()) shape . setHeight ( 2 * shape . getXForm () . getHeight...

    docs.aspose.com/diagram/zh/java/set-the-height-...
  9. Aspose::Words::ProtectionType enum | Aspose.Wor...

    Aspose::Words::ProtectionType enum. Protection type for a document in C++.... AllowOnlyFormFields 2 User can only enter data in the...builder -> Writeln ( u "Section 2. Hello again!" ); builder -> Write...

    reference.aspose.com/words/cpp/aspose.words/pro...
  10. Export Word bookmarks to PDF with valid actions...

    I created a Word document and added bookmarks using the native Word feature: Insert → Bookmark. Then, I process the document with Aspose.Words and save it as a PDF. Here’s the code I’m using: var reportBuildOptions = …...abhishekouta August 28, 2025, 2:15pm 1 I created a Word document...Discourse August 28, 2025, 2:15pm 2 @abhishekouta To ensure that...

    forum.aspose.com/t/export-word-bookmarks-to-pdf...