Sort Score
Result 10 results
Languages All
Labels All
Results 6,461 - 6,470 of 155,328 for

2

(0.33 sec)
  1. Words to PDF Error - Free Support Forum - aspos...

    Hi, We have a document that fails to convert to PDF when aspWordsDocument.LayoutOptions.RevisionOptions.ShowInBalloons = Aspose.Words.Layout.ShowInBalloons.FormatAndDelete The document is attached: Test File (004).do…...words-net GaryO February 3, 2026, 2:13am 1 Hi, We have a document...Discourse February 3, 2026, 2:14am 2 @GaryO You reported an InvalidOperationExce...

    forum.aspose.com/t/words-to-pdf-error/325133
  2. File type detect wrong case - Free Support Foru...

    Hello, The attached sample: asopsewords.pem which is Pem, is wrongly detected as Markdown by Words file type detect. Thanks :slight_smile: asopsewords.zip (219.9 KB)...nerds January 28, 2026, 2:44am 1 Hello, The attached sample:...Discourse January 28, 2026, 2:44am 2 @australian.dev.nerds You...

    forum.aspose.com/t/file-type-detect-wrong-case/...
  3. TxtExportHeadersFootersMode enumeration | Aspos...

    Aspose.Words.Saving.TxtExportHeadersFootersMode enumeration. Specifies the way headers and footers are exported to plain text format.... writeln ( "Page 2" ); builder . insertBreak ( aw...toEqual ( "Page 1\r\n" + "Page 2\r\n" + "Page 3\r\n" + "Even header\r\n\r\n"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Capabilities and limitations of the Aspose Word...

    Hi, We(Existing customer of Groupdocs.Conversion) are planning to evaluate Aspose.Words ReportingEngine as a replacement for our existing Apache POI + Velocity template solution. Kindly help clarify the following point…...Discourse December 12, 2025, 1:48pm 2 @ajinvs003 Below is what can be...the LINQ ReportingEngine docs [2]. It is not a full‑blown scripting...

    forum.aspose.com/t/capabilities-and-limitations...
  5. Aspose::Words::Notes::FootnoteOptions::get_Rest...

    Aspose::Words::Notes::FootnoteOptions::get_RestartRule method. Determines when automatic numbering restarts in C++....); builder -> Write ( u "Text 2. " ); builder -> InsertFootnote...FootnoteType :: Footnote , u "Footnote 2." ); builder -> InsertBreak (...

    reference.aspose.com/words/cpp/aspose.words.not...
  6. ChartAxisType enumeration | Aspose.Words for No...

    Aspose.Words.Drawing.Charts.ChartAxisType enumeration. Specifies type of chart axis....= [ "Category 1" , "Category 2" , "Category 3" ]; // Insert two...series . add ( "Series 2" , categories , [ 64.2 , 79.5 , 94.0 ]);...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Unhandled exceptions during PDF to PDF/A conver...

    Environment: Aspose.PDF for Java (25.10) Java 17+ (OpenJDK) Linux (Amazon Linux 2) Description: We are using Document.convert() to convert PDF documents to PDF/A-3B format in a production pipeline. Certain valid PDF …...(OpenJDK) Linux (Amazon Linux 2) Description: We are using Document...convert(Unknown Source) Exception 2 — ArrayIndexOutOfBound: java.lang...

    forum.aspose.com/t/unhandled-exceptions-during-...
  8. HTML to PDF Japanese language reflecting as box...

    I have Docker Image, and have HTML, I am trying to convert this type of HTML to PDF but Japanese, Chinese and Korean character are reflecting as box, attached the output file. Please suggest why characters are not appear…...#wget -qO- https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJKjp-hinted...#wget -qO- https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJKkr-hinted...

    forum.aspose.com/t/html-to-pdf-japanese-languag...
  9. PersonCollection | Aspose.Words for Java

    Represents a list of persons who are bibliography source contributors in Java....assertEquals(2, ((PersonCollection)editor).getCount());...getAuthor(); Assert.assertEquals(2, authors.getCount()); Person person...

    reference.aspose.com/words/java/com.aspose.word...
  10. RevisionCollection | Aspose.Words for Java

    A collection of Revision objects that represent revisions in the document in Java....assertEquals(2, doc.getRevisions().getCount());...builder.write("This is revision #2."); // Now move the node to create...

    reference.aspose.com/words/java/com.aspose.word...