Sort Score
Result 10 results
Languages All
Labels All
Results 7,491 - 7,500 of 184,126 for

page

(0.07 sec)
  1. Draw shapes in PS files | API for .NET

    .NET API Solution PS, XPS and EPS files. Learn how to draw geometrical shapes in a PS file with the attached C# code snippet....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/net/add-shapes-to-ps/
  2. 渐变使用 | C++ API 解决方案

    Aspose.Page API 解决方案解答了如何在 XPS 文件中添加垂直、水平或线性渐变的问题。学习 C++ 的功能...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/zh/cpp/xps/working-with-gr...
  3. Parts of shapes (such as connections / texts) a...

    Dear support, I’m using the Aspose.Diagram for .NET version 24.8.0 I would like to mention that the grouping is working perfectly for what I would like to achieve (removing the ‘whitespace’ of the Page). However, I not…...(removing the ‘whitespace’ of the page). However, I noticed some issues...SaveFileFormat.Svg }; foreach (Page page in diagram.Pages) { svgSaveOptions...

    forum.aspose.com/t/parts-of-shapes-such-as-conn...
  4. Aspose::Words::Notes::FootnoteOptions class | A...

    Aspose::Words::Notes::FootnoteOptions class. Represents the footnote numbering options for a document or section. To learn more, visit the documentation article in C++....an entry at the bottom of the page, consisting of a symbol // that...show up at the bottom of the page that contains its reference...

    reference.aspose.com/words/cpp/aspose.words.not...
  5. 从PDF页面中搜索并获取文本|Aspose.PDF for Python via .NET

    本文解释了如何使用各种工具从Aspose.PDF for .NET中搜索和获取文本。...为了从整个文档中搜索文本,您需要调用 Pages 集合的 Accept 方法。 Accept 方法接受 ...// 接受所有页面的吸收器 pdfDocument . Pages . Accept ( textFragmentAbsorber...

    docs.aspose.com/pdf/zh/python-net/search-and-ge...
  6. Several WORD Into TIFF C#

    Merge multiple a Word document into TIFF in C# code. Save a Word document as TIFF 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/word-to-tiff/
  7. Several TEXT Into SVG C#

    Merge multiple TEXT into SVG in C# code. Save TEXT 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/text-to-svg/
  8. Several DOC Into JPG C#

    Merge multiple DOC into JPG in C# code. Save DOC as JPG 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-jpg/
  9. Several HTML Into JPG C#

    Merge multiple HTML into JPG in C# code. Save HTML as JPG 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-jpg/
  10. Convert Image To JPG C#

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

    products.aspose.com/words/net/conversion/image-...