Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 188,047 for

page

(2.99 sec)
  1. 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...
  2. DocumentBuilder.currentSection property | Aspos...

    DocumentBuilder.currentSection property. Gets the section that is currently selected in this [DocumentBuilder](../)....points, from the left side of the page. shape . relativeHorizontalPo...Drawing . RelativeHorizontalPo . Page ; // Set the shape's horizontal...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Modify the Gradient of a Visio Shape|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....vsdx" ); // get page by name Page page = diagram . getPages...getPage ( "Page-1" ); // get shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/java/modify-the-gradien...
  4. Optimize Footers|Aspose.Words for JasperReports

    Aspose.Word for JasperReports tries to optimize footer contents for better fitting footer on the Page....better fitting footer on the page. This optimization takes place...a bottom-most page element is too low on page by a) decreasing...

    docs.aspose.com/words/jasperreports/optimize-fo...
  5. Impose PDF using Java

    This article guides on how to impose PDF using Java. It has the details to set the IDE, a list of steps, and a sample code to perform PDF imposition using Java....Page Product Family Aspose.PSD Product...will guide you in applying PDF page imposition using various overloaded...

    kb.aspose.com/pdf/java/impose-pdf-using-java/
  6. Document.RemoveBlankPages | Aspose.Words for .NET

    Effortlessly enhance your documents with the RemoveBlankPages method, eliminating unwanted blank Pages for a polished, professional finish....RemoveBlankPages method Removes blank pages from the document. public List...RemoveBlankPages () Return Value List of page numbers has been considered...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Convert a Document to an Image in Java|Aspose.W...

    Convert a document to image format (JPG, PNG, etc). Create a document preview or create a document scan to send an invoice using Java....add a preview of any document page to your website or application...is possible to specify the pages to be converted to image format...

    docs.aspose.com/words/java/convert-a-document-t...
  8. Configure|Aspose.Words for Reporting Services

    Configuration options for the Aspose.Words for Reporting Services.... Positioned Page Breaks Spacing Factor and Scaling...Tables and Matrices Page Orientation Page Border HTML Formatting...

    docs.aspose.com/words/reportingservices/configu...
  9. Aspose convert docx to md,Table Content Convers...

    I convert docx to markdown.There is a table content in the docx, not an image. But after converting to markdown, the table content becomes an image. code: document = aw.Document(file_path) for Page in range(0, docu…...Document(file_path) for page in range(0, document.page_count): extractedPage...document.extract_pages(page, 1) name = f"output2/page{page + 1}.docx"...

    forum.aspose.com/t/aspose-convert-docx-to-md-ta...
  10. Convert URL to PDF using C#

    This tutorial describes how to convert URL to PDF using C#. It has the details to set the IDE, a list of steps, and a sample code for transforming link to PDF document using C#....Page Product Family Aspose.PSD Product...settings for the output PDF page are also shared for creating...

    kb.aspose.com/pdf/net/convert-url-to-pdf-using-...