Sort Score
Result 10 results
Languages All
Labels All
Results 7,191 - 7,200 of 184,192 for

page

(0.26 sec)
  1. How to Export MS Project to PDF in C#

    This article describes the process how to export MS Project to PDF in C#. It contains the configuration information and runnable sample code with description to convert MPP to PDF in C#....Page Product Family Aspose.PSD Product...Set desired properties like page size in the save options Save...

    kb.aspose.com/tasks/net/how-to-export-ms-projec...
  2. Format Text in Document in NPOI|Aspose.Words fo...

    Fformat text in a document easily and fast instead of using NPOI in C#....Hide ] What is this page about? This page describes how to format...r4 . AddBreak ( BreakType . PAGE ); r4 . SetText ( "No more;...

    docs.aspose.com/words/net/format-text-in-docume...
  3. HeaderFooterCollection Class | Aspose.Words for...

    Discover Aspose.Words.HeaderFooterCollection for easy, typed access to Section HeaderFooter nodes, streamlining document management and enhancing your workflow....which only appears on the first page of a section. HeaderFooter footer...header/footer, which appears on odd pages. footer = section . HeadersFooters...

    reference.aspose.com/words/net/aspose.words/hea...
  4. Apply License in PHP|Aspose.Words for Java

    PHP: Apply License to Aspose.Words for Java.... Please refresh the page and try again....

    docs.aspose.com/words/java/apply-license-in-php/
  5. Watermark VSD document via Python | products.as...

    Python sample code to add watermark to VSD documents within any Python based application....Diagram object Select Page via its id Use Page’s addText function...vsd" ); page = diagram.getPages().getPage( 0 ) shape = page.addText(...

    products.aspose.com/diagram/python-net/watermar...
  6. 使用 C# 删除 Excel 中的分页符

    使用 C# 删除 Excel 中的分页符。获取使用 C# 在 Excel 中删除分页符的 IDE 设置、步骤列表和示例代码。...Page Product Family Aspose.PSD Product...demonstrates how to remove the page break in Excel using C# . If...

    kb.aspose.com/zh/cells/net/remove-page-break-in...
  7. Watermark VSSX document via Python | products.a...

    Python sample code to add watermark to VSSX documents within any Python based application....Diagram object Select Page via its id Use Page’s addText function...vssx" ); page = diagram.getPages().getPage( 0 ) shape = page.addText(...

    products.aspose.com/diagram/python-net/watermar...
  8. Convert DOC To RTF C#

    Convert DOC to RTF format in C# code. Save DOC as RTF using C#....rtf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.rtf", saveOptions);...

    products.aspose.com/words/net/conversion/doc-to...
  9. Convert PDF To HTML C#

    Convert PDF to HTML format in C# code. Save PDF as HTML using C#....html); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.html", saveOptions);...

    products.aspose.com/words/net/conversion/pdf-to...
  10. Convert WORD To TXT C#

    Convert a Word document to TXT format in C# code. Save a Word document as TXT using C#....txt); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.txt", saveOptions);...

    products.aspose.com/words/net/conversion/word-t...