Sort Score
Result 10 results
Languages All
Labels All
Results 6,341 - 6,350 of 181,674 for

page

(0.23 sec)
  1. 在没有内容时输出空白页面(C++)|Documentation

    使用C++处理空工作表并打印空白页面...to true // So that an empty page gets printed ImageOrPrintOptions...png" ); std :: cout << "Blank page rendered to PNG successfully...

    docs.aspose.com/cells/zh/cpp/output-blank-page-...
  2. Several HTML Into SVG C#

    Merge multiple HTML into SVG in C# code. Save HTML as SVG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/html-to-svg/
  3. Several PDF Into SVG C#

    Merge multiple PDF into SVG in C# code. Save PDF as SVG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/pdf-to-svg/
  4. Several PDF Into GIF C#

    Merge multiple PDF into GIF in C# code. Save PDF as GIF using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/pdf-to-gif/
  5. Several DOC Into PNG C#

    Merge multiple DOC into PNG in C# code. Save DOC as PNG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/doc-to-png/
  6. Licensing and Subscription|Aspose.Words for .NET

    Aspose.Words for .NET provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies in C#....Hide ] What is this page about? This page explains how licensing...the Get a Temporary License page. Purchased License After purchase...

    docs.aspose.com/words/net/licensing/
  7. Crash when cloning a cell - Free Support Forum ...

    Hello Aspose, I get a NullRefException when cloning a cell (Cell.Clone()). To reproduce please try this: private static string CellCloneBug(Page Page) { var t = new Table(); var r = t.…...static string CellCloneBug(Page page) { var t = new Table(); var...Paragraphs.Add(null); c.Clone(); page.Paragraphs.Add(t); return Path...

    forum.aspose.com/t/crash-when-cloning-a-cell/29...
  8. Convert Image To WORD C#

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

    products.aspose.com/words/net/conversion/image-...
  9. Convert JPG To WORD C#

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

    products.aspose.com/words/net/conversion/jpg-to...
  10. Convert Image To HTML C#

    Convert Image to HTML format in C# code. Save Image 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/image-...