Sort Score
Result 10 results
Languages All
Labels All
Results 3,461 - 3,470 of 188,037 for

page

(0.3 sec)
  1. Aspose.OMR for C++ form structure|Documentation

    The layout, structure and core elements of the Aspose.OMR for C++ machine-readable forms....Located at the corners of the page, these 4 boxes allow a recognition...quickly and reliably determine the page size and orientation. Reference...

    docs.aspose.com/omr/cpp/omr-form-structure/
  2. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the Aspose.Cells for Python via .NET sample code to set a custom paper size for your desired worksheets when rendering an Excel file to PDF format programmatically....PageSetup class to specify a custom page size. The following sample code...Worksheets in Excel file Copy Page Setup Settings from Source Worksheet...

    docs.aspose.com/cells/python-net/implement-cust...
  3. Composing Expressions in C#|Aspose.Words for .NET

    Compose expressions when building a report using C#. The complexity of expressions in templates is not restricted.... What is this page about? This page describes how to compose...results. Please refresh the page and try again....

    docs.aspose.com/words/net/composing-expressions/
  4. 将 BMP 转换为 PDF|Aspose.PDF for Android via Java

    您可以轻松地将 BMP 位图文件转换为 PDF,以便使用 Aspose.PDF. for Android via Java 独立于显示设备存储数字位图图像。...document = new Document (); Page page = document . getPages ()....setImageStream ( inputStream ); page . getParagraphs (). add ( image...

    docs.aspose.com/pdf/zh/androidjava/convert-bmp-...
  5. Extract Images from Word Document in NPOI|Aspos...

    Extarct images from Word document easily and fast instead of using NPOI in C#.... What is this page about? This page describes how to extract...results. Please refresh the page and try again....

    docs.aspose.com/words/net/extract-images-from-w...
  6. PageSetup.LayoutMode | Aspose.Words for .NET

    Discover the PageSetup LayoutMode property to easily customize your document's layout. Enhance your design with flexible section options!...the number of lines that each page may have. Document doc = new...set the number of lines per page in this section. // A large...

    reference.aspose.com/words/net/aspose.words/pag...
  7. WrapType | Aspose.Words for Java

    Specifies how text is wrapped around a shape or picture in Java....floating image to the center of a page. Document doc = new Document();...overlapping text and align it to the page's center. Shape shape = builder...

    reference.aspose.com/words/java/com.aspose.word...
  8. Create PDF Forms using php-java | Aspose.PDF

    Create PDF forms and add fields programmatically with PHP sample code using Aspose.PDF for PHP via Java....more details, check the GitHub page. How to Create AcroForm in PDF...new Document ( $inputFile ); $page = $document -> getPages () ->...

    products.aspose.com/pdf/php-java/acroforms/create/
  9. 填写 AcroForms|Aspose.PDF for Java

    本节说明如何使用 Aspose.PDF for Java 在 PDF 文档中填写表单字段。...pdf" ); Page page = pdfDocument . getPages ()...textBoxField = new TextBoxField ( page , new Rectangle ( 100 , 200...

    docs.aspose.com/pdf/zh/java/fill-form/
  10. Creating PDF from XML using XSLT|Aspose.PDF for...

    C# library provides the ability to convert an XML file into pdf document requiring that the input XML file must follow the Aspose.PDF Schema....Bottom= "15cm" /> </PageInfo> <Page id= "mainSection" > <TextFragment>...</TextSegment> </TextFragment> </Page> </Document> </html> </xsl:template>...

    docs.aspose.com/pdf/net/create-a-hello-world-pd...