Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 96,143 for

page

(0.13 sec)
  1. Working with OneNote Document

    OneNote Java API can be used to parse Microsoft Office OneNote documents to extract separate document elements such as Pages, images, rich text, outline, title, table, attached files, and others. Another possible task is to find all text and get a total count of nodes etc....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/java/working-with-onenote-...
  2. Stamping|Aspose.PDF for PHP via Java

    Discover how to add stamps, watermarks, or annotations to PDFs in PHP/Java using Aspose.PDF for document customization....PHP: Add Image stamps in PDF page - add image stamp, control image...Add Page stamps in PDFs - add complex stamp based on page from...

    docs.aspose.com/pdf/php-java/stamping/
  3. Generate Patch Code Barcodes in C#|Documentation

    Aspose.BarCode for .NET enables Patch Code barcode generation....management for automatic multi-page document scanning. Such barcodes...on a page manually; as a complete A4 or US Letter page with the...

    docs.aspose.com/barcode/net/patch-code-barcodes/
  4. 使用 C# 添加、提取或移除 PDF 中的图像 | Aspose.PDF

    本页介绍使用 Aspose.PDF for .NET 库使用 PDF 文件中的图像的功能。...upperRightY = 200 ; var page = pdfDocument . Pages [ 1 ]; var imageStream...); page . Resources . Images . Add ( imageStream ); page . Contents...

    products.aspose.com/pdf/zh-hans/net/images/
  5. LayoutEntityType enumeration | Aspose.Words for...

    Aspose.Words.Layout.LayoutEntityType enumeration. Types of the layout entities.... Page Represents page of a document. Column...Represents a column of text on a page. Row Represents a table row...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Table.verticalAnchor property | Aspose.Words fo...

    Table.verticalAnchor property. Gets the base object from which the vertical positioning of floating table should be calculated...toEqual ( false ); // Only Margin, Page, Column available in RelativeHorizontalPo... . Column ; // Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. How to Set Print Area with C++|Documentation

    This article shows you code explaining how to set print area using Aspose.Cells library with C++....the printed pages, avoiding splits or unwanted page breaks. Save...area. Open the Page Layout Tab: Go to the “Page Layout” tab in...

    docs.aspose.com/cells/cpp/how-to-set-print-area/
  8. Convert PDF To Image C#

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

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

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

    products.aspose.com/words/net/conversion/html-t...
  10. Convert WORD To PNG C#

    Convert a Word document to PNG format in C# code. Save a Word document 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/word-t...