Sort Score
Result 10 results
Languages All
Labels All
Results 6,371 - 6,380 of 155,458 for

2

(0.19 sec)
  1. Aspose.Words for Python via .NET — “No usable v...

    Hi Aspose Team, I am doing conversion of very larger doc/docx files to pdf using Aspose.Words for Python via .NET (v24.10.0), based on Ubuntu 22.04 + Python 3.10. Error:- System.DllNotFoundException: No usable version …...Kumar1Vikash October 30, 2025, 2:15pm 1 Hi Aspose Team, I am doing...Discourse October 30, 2025, 2:16pm 2 @Kumar1Vikash It appears you...

    forum.aspose.com/t/aspose-words-for-python-via-...
  2. Latest Aspose.Diagram Product Family topics - F...

    Get technical support of Aspose.Diagram for .NET and Java, Node.js...."No Symbol" programmatically 2 34 March 5, 2025 Corrupted shapes...master with NURBS geometry shapes 2 107 February 11, 2025 Broken diagram...

    forum.aspose.com/c/diagram/17
  3. FindReplaceOptions.useLegacyOrder property | As...

    FindReplaceOptions.useLegacyOrder property. True indicates that a text search is performed sequentially from top to bottom considering the text boxes... writeln ( "[tag 2]" ); builder . moveTo ( textBox..."[tag 2]" } : new aw.Lists.List<string> { "[tag 1]", "[tag 2]",...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose word to PDF conversion rendering issue -...

    Hi, I’m having an issue where a picture of a graph in the word document that contains 2 x-axis dotted lines when converted to PDF using the code below renders them as solid lines. But when you zoom into the PDF to a rid…...words-net JThomas98 December 2, 2025, 7:27pm 1 Hi, I’m having...the word document that contains 2 x-axis dotted lines when converted...

    forum.aspose.com/t/aspose-word-to-pdf-conversio...
  5. EndnoteOptions.number_style property | Aspose.W...

    EndnoteOptions.number_style property. Specifies the number format for automatically numbered endnotes.... write ( 'Text 2. ' ) builder . insert_footnote...FOOTNOTE , footnote_text = 'Footnote 2.' ) builder . write ( 'Text 3...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Load OneNote Document or File | Aspose.Note Doc...

    A guide on how to load a OneNote document or file using Java API methods.... 2 Document oneFile = new Document(dataDir...(OptimizePerformanceF. class ) + "load/" ; 2 // initialize the new Document...

    docs.aspose.com/note/java/load-a-onenote-document/
  7. FixedPageSaveOptions.PageSet | Aspose.Words for...

    Control your document rendering with FixedPageSaveOptions PageSet. Easily select specific pages or choose all for seamless output. Optimize your workflow!...only three pages: page 1, page 2, and page 4. xpsOptions . PageSet...); builder . Writeln ( "Page 2." ); builder . InsertBreak ( BreakType...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Markup::CustomPartCollection::Ad...

    Aspose::Words::Markup::CustomPartCollection::Add method. Adds an item to the collection in C++....docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...get_PackageCustomParts () -> RemoveAt ( 2 ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. Aspose::Words::TabStop::get_IsClear method | As...

    Aspose::Words::TabStop::get_IsClear method. Returns true if this tab stop clears any existing tab stops in this position in C++....TabLeader :: Dashes )); ASSERT_EQ ( 2 , tabStops -> get_Count ()); ASSERT_FALSE...Writeln ( u "Start \t Tab 1 \t Tab 2" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/tab...
  10. Aspose.cell 读取Excel模板时 嵌入式图片转丢了 - Free Support ...

    测试代码如下: public void testImage111() throws Exception { String template = "files/template.xlsx"; Workbook book = new Workbook(template); book.getWorksheets().get(0).getCells().get(0,2).setValue("dddddd"); …...get(0,2).setValue("dddddd"); book.sav...zhao February 26, 2025, 8:30am 2 @xiaoman WPS 和Excel 采用了不同的方式嵌入图片。...

    forum.aspose.com/t/aspose-cell-excel/308462