Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 184,601 for

page

(0.08 sec)
  1. Working with Shapes in PS file | Python

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/python-net/ps/working-with...
  2. AbsorbedTable cannot extract the merged cells -...

    Hi, When I try to get the merged cells which positions are right by the other cells, Aspose pdf cannot extract into TableAbsorber, does there any solution for this problem? Looking forward to your response. In this JPG…...Visit(page); // Replace 'page' with your actual page object...Document(input)) { foreach (var page in document.Pages) { Aspose.Pdf.Text...

    forum.aspose.com/t/absorbedtable-cannot-extract...
  3. 创建一个复杂的PDF|Aspose.PDF for PHP via Java

    Aspose.PDF for PHP via Java 允许您创建包含图像、文本片段和表格的更复杂的文档。...$document = new Document (); //添加页面 $page = $document -> getPages () ->...DIRECTORY_SEPARATOR . 'logo.png' ; $page -> AddImage ( $imageFileName...

    docs.aspose.com/pdf/zh/php-java/complex-pdf-exa...
  4. Python Excel Spreadsheet API | products.aspose....

    Aspose.Cells for Python via .NET library to create, repair, merge, parse and convert excel files. This powerful API provides a streamlined and efficient solution to create, repair, merge, parse and convert excel files, fulfilling specific developer needs with high precision....formulas Configure page setup Adjust page orientation, scaling...NET provides full control over page setup allowing to manipulate...

    products.aspose.com/cells/python-net/
  5. BuildingBlockBehavior | Aspose.Words for Java

    Specifies the behavior that shall be applied to the contents of the building block when it is inserted into the main document in Java.... PAGE Specifies that the building...shall be added into its own page. PARAGRAPH Specifies that the...

    reference.aspose.com/words/java/com.aspose.word...
  6. Convert PDF To SVG C#

    Convert PDF to SVG format in C# code. Save PDF 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/pdf-to...
  7. Convert DOC To PNG C#

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

    products.aspose.com/words/net/conversion/doc-to...
  8. Convert WORD To TIFF C#

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

    products.aspose.com/words/net/conversion/word-t...
  9. Convert PDF To PNG C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  10. Aspose::Words::Layout::LayoutOptions class | As...

    Aspose::Words::Layout::LayoutOptions class. Holds the options that allow controlling the document layout process. To learn more, visit the documentation article in C++....visit the Converting to Fixed-page Format documentation article...IPageLayoutCallback implementation used by page layout model. get_CommentDisplayMode...

    reference.aspose.com/words/cpp/aspose.words.lay...