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

page

(0.09 sec)
  1. Convert Between Measurement Units|Aspose.Words ...

    Aspose.Words for Node.js via .NET can help you with how to convert between measurement units, for example, inches to points and points to inches, pixels to points, points to pixels....useful when setting various page properties because, for instance...example shows how to specify page properties in inches: Work with...

    docs.aspose.com/words/nodejs-net/convert-betwee...
  2. 在Ruby中设置页面选项|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....pagesetup 模块的 page_orientation 方法。 Ruby 代码 def page_orientation...Portrait page_setup = sheet . getPageSetup () page_orientation_type...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  3. PaperSize | Aspose.Words for Java

    Specifies paper size in Java....appendChild(section); // Set some page setup properties for the section...setSectionStart(SectionStart.NEW_PAGE); section.getPageSetup().se...

    reference.aspose.com/words/java/com.aspose.word...
  4. Conversion from pdf to text is not supporting f...

    Dear Aspose Support Team, Conversion from PDF to text is not supported for superscript and subscript formats using the following code snippet for version 23.1: public String convertToText(Document pdfDocument, int Page…...convertToText(Document pdfDocument, int page) throws Exception { log.debug(“Entering...absorber for all PDF pages or a specific page if (page == 0) { pdfDocument...

    forum.aspose.com/t/conversion-from-pdf-to-text-...
  5. Get areas with text coordinates via C# | Aspose

    Automatically find the coordinates of image regions containing text paragraphs....image on the page. When working with single-page images, this...always 0. Page int Page number. When working with single-page images...

    products.aspose.com/ocr/net/recognition/get-tex...
  6. ShapeBase.Width | Aspose.Words for .NET

    Discover the ShapeBase Width property. Easily adjust the width of your shape's containing block for enhanced design flexibility and precision....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.dra...
  7. ShapeBase.Height | Aspose.Words for .NET

    Discover the ShapeBase Height property to easily adjust your shape's container height, enhancing design flexibility and precision in your projects....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.dra...
  8. ControlChar.PAGE_BREAK_CHAR property | Aspose.W...

    ControlChar.Page_BREAK_CHAR property. Page break character: (char)12 or \f....PAGE_BREAK_CHAR property ControlChar.PAGE_BREAK_CHAR property...property Page break character: (char)12 or “\f”. @property def PAGE_BREAK_CHAR...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ControlChar.PageBreakChar | Aspose.Words for .NET

    Discover the ControlChar PageBreakChar field for efficient document formatting. Enhance your workflow with customizable Page break options!...PageBreakChar field Page break character: (char)12 or...// Add a page break. builder . Write ( "Before page break." +...

    reference.aspose.com/words/net/aspose.words/con...
  10. Merge images|Aspose.PDF for Java

    Learn how to merge multiple images into a single PDF file using Aspose.PDF in Java for efficient image handling....merged images as one image on PDF page, we place them in the imageStream...imageStream, place the result on the page with addImage method, where...

    docs.aspose.com/pdf/java/merge-images/