Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 159,204 for

2

(1.47 sec)
  1. 在 Python 中向 PDF 添加表格|Aspose.PDF for Python via ...

    了解如何在 Python 中向现有 PDF 文档添加和配置表格。..."Column (" + str ( row_count ) + ", 2)" ) row . cells . add ( "Column...( "Test 2 1" ) cell = row2 . cells . add ( "Test 2 2" ) cell...

    docs.aspose.com/pdf/zh/python-net/adding-tables/
  2. Aspose.WordsでWordファイルをPDF形式に変換した場合、異体字(IVSを利用した...

    Aspose.Wordsを使用して、システム内でWordファイルをPDFファイルに変換しています。 Aspose.WordsでPDF変換を行った際、PDFファイル内に異体字(IVSを利用した文字)が存在する場合、文字化けが発生します。 変換元のwordでは、IVS対応フォント(IPAmj明朝)が設定された異体字(IVSを利用した文字)が正しく表示されております。 文字化けを解消する方法はございますでしょうか。 wordサンプルフ…...日本語による技術サポート words-net SSSNNN September 2, 2025, 7:41am 1 Aspose.Wordsを...Professionalize.Discourse September 2, 2025, 7:42am 2 @SSSNNN 異体字(IVSを利用した文...

    forum.aspose.com/t/aspose-words-word-pdf-ivs/31...
  3. Add Page Stamp to PDF using C# | Aspose.PDF

    Add page stamp to PDF file programmatically with C# sample code using Aspose.PDF for .NET....GetPageStamp ( 2 ); for ( int i = 1 ; i < 5 ; i ++) { if ( i % 2 == 0 )...

    products.aspose.com/pdf/net/stamps/page/
  4. ChartDataPointCollection.CopyFormat | Aspose.Wo...

    Effortlessly copy formatting between data points with the ChartDataPointCollection CopyFormat method. Enhance your data visualization today!...point with index 2 // so that the data point 2 looks the same as...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartSeries.CopyFormatFrom | Aspose.Words for .NET

    Discover the ChartSeries CopyFormatFrom method to effortlessly replicate data point formats by index, enhancing your charting efficiency and consistency....point with index 2 // so that the data point 2 looks the same as...

    reference.aspose.com/words/net/aspose.words.dra...
  6. PageSet.Even | Aspose.Words for .NET

    Retrieve a set of all even pages from your document in their original order with PageSet Even. Streamline your workflow and enhance document management!...Writeln ( $"Page {i + 1} ({(i % 2 == 0 ? " odd " : " even ")})"...ExportPageSet.Even.pdf" , options ); // 2 - Save only the odd-numbered pages:...

    reference.aspose.com/words/net/aspose.words.sav...
  7. PageExtractOptions.update_page_starting_number ...

    PageExtractOptions.update_page_starting_number property. Specifies whether the start page number in the resulting document shall be updated..."Print 2 pages" in MS Word. # The start page will be set to 2 and...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Working with 7z Archives | Aspose.Zip Documenta...

    This guide provides comprehensive information on working with 7z archives and how to manage them effectively....7z" )) { 2 try (SevenZipArchive archive =...archive = new SevenZipArchive()) { 2 archive. createEntries ( "dataDir"...

    docs.aspose.com/zip/java/working-with-7z-archives/
  9. OutlineOptions.headingsOutlineLevels property |...

    OutlineOptions.headingsOutlineLevels property. Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline....2" ); builder . paragraphFormat..."Heading 1.2.1" ); builder . writeln ( "Heading 1.2.2" ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PageSet.even property | Aspose.Words for Python

    PageSet.even property. Gets a set with all the even pages of the document in their original order....{ i + 1 } ( { ( 'odd' if i % 2 == 0 else 'even' ) } )" ) if i..., save_options = options ) # 2 - Save only the odd-numbered pages:...

    reference.aspose.com/words/python-net/aspose.wo...