Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 181,653 for

page

(0.11 sec)
  1. Change Background of VSSM File via Python | pro...

    Python source code to change background of VSSM documents within any Python based application....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/python-net/changeba...
  2. Change Background of VSTX File via Python | pro...

    Python source code to change background of VSTX documents within any Python based application....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/python-net/changeba...
  3. Change Background of VST File via Python | prod...

    Python source code to change background of VST documents within any Python based application....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/python-net/changeba...
  4. 使用文本注释进行PDF处理|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从PDF文档中添加、获取和删除文本注释。... 将注释添加到 Page 对象的注释集合中。 以下代码片段演示了如何在PDF页面中添加注释。...TextAnnotation ( document . Pages [ 1 ], new Aspose . Pdf . Rectangle...

    docs.aspose.com/pdf/zh/net/text-annotation/
  5. SplitCriteria enumeration | Aspose.Words for Py...

    aspose.words.lowcode.SplitCriteria enumeration. Specifies how the document is split into parts....Description PAGE Specifies that the document is split into pages. SECTION_BREAK...Shows how to split document by pages. doc = MY_DIR + 'Big document...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Extarct content from Excel and populate in word...

    I am extracting content from an Excel sheet and inserting it into a Word document using the following method: private static void InsertHtmlTable(DocumentBuilder builder, Workbook workbook, Worksheet worksheet, Range ra…...it to fit properly on an A4 page in landscape orientation —without...fits within the landscape A4 page, preserving the visual structure...

    forum.aspose.com/t/extarct-content-from-excel-a...
  7. SaveFormat enumeration | Aspose.Words for Python

    aspose.words.SaveFormat enumeration. Indicates the format in which the document is saved.... TIFF Renders a page or pages of the document and saves...multipage TIFF file. PNG Renders a page of the document and saves it...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert PDF To GIF C#

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

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

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

    products.aspose.com/words/net/conversion/html-t...
  10. Convert TEXT To SVG Java

    Convert TEXT to SVG format in Java code. Save TEXT as SVG using Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.svg" , page + 1...

    products.aspose.com/words/java/conversion/text-...