Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 187,801 for

page

(0.76 sec)
  1. Insert an Image into a Table Cell in PDF|Aspose...

    Learn how to embed images in table cells within PDFs using Aspose.PDF for Java. Add visual appeal to your documents....rows to be repeated on every page and many more. Aspose.PDF Approach...document is composed of Pages. A page contains one or more paragraphs...

    docs.aspose.com/pdf/java/insert-an-image-into-a...
  2. ParagraphFormat.SnapToGrid | Aspose.Words for .NET

    Discover how the ParagraphFormat SnapToGrid property enhances layout precision by aligning your paragraphs with document grid lines for a polished look....the document grid lines per page settings when laying out the...the number of lines that each page may have. Document doc = new...

    reference.aspose.com/words/net/aspose.words/par...
  3. Spacing Factor|Aspose.Words for JasperReports

    Aspose Words for JasperReports can reduce spacing between Page elements proportionally....Sometimes you may notice that page contents in the exported documents...particular page and therefore are pushed to the next page, causing...

    docs.aspose.com/words/jasperreports/spacing-fac...
  4. PageLayoutCallbackArgs.Event | Aspose.Words for...

    Discover the PageLayoutCallbackArgs event property to enhance your application's functionality. Unlock seamless event handling for better performance....document to a fixed page format /// and renders a page that we perform...perform a page reflow on to an image in the local file system. ///...

    reference.aspose.com/words/net/aspose.words.lay...
  5. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...new Document(inFilePath); Page page = pdfDocument.getPages().get_Item(1);...isLandscape = page.getPageInfo().getWidth() > page.getPageInfo()...

    forum.aspose.com/t/pdf-base64image/315504
  6. 删除字段|Documentation

    本节介绍如何删除字段。...vsdx" ) # Get page by name page = diagram . getPages ()...getPage ( "Page-1" ) # Get Visio Shape shape = page . getShapes...

    docs.aspose.com/diagram/zh/python-java/remove-f...
  7. DocumentBuilder.CurrentSection | Aspose.Words f...

    Discover the DocumentBuilder CurrentSection property to easily access and manage the selected section in your document, enhancing your editing experience....points, from the left side of the page. shape . RelativeHorizontalPo...RelativeHorizontalPo = RelativeHorizontalPo . Page ; // Set the shape's horizontal...

    reference.aspose.com/words/net/aspose.words/doc...
  8. PageSetup.verticalAlignment property | Aspose.W...

    PageSetup.verticalAlignment property. Returns or sets the vertical alignment of text on each Page in a document or section....vertical alignment of text on each page in a document or section. get...Shows how to apply and revert page setup settings to sections in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Working with Document in PostScript | .NET

    Adding Pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/net/ps/working-with-document/
  10. Update Fields in C++|Aspose.Words for C++

    Learn how to update fields in C++. Update fields programmatically or use automatic field update using C++ API....the field is a formula or a page number, it will contain the...or XPS the fields related to page-numbering in headers/footers...

    docs.aspose.com/words/cpp/update-fields/