Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 141,264 for

page

(0.05 sec)
  1. ConvertUtil.pointToInch method | Aspose.Words f...

    ConvertUtil.pointToInch method. Converts points to inches....Examples Shows how to specify page properties in inches. let doc...section's "Page Setup" defines the size of the page margins in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Layout::LayoutEntityType enum | ...

    Aspose::Words::Layout::LayoutEntityType enum. Types of the layout entities in C++.... Page n/a Represents page of a document. Page may have...Represents a column of text on a page. Column may have the same child...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. NUMPAGES in TextBox in Table is not updated - F...

    Hi, I created document with section from other file. This section contains IF field with Textbox in Table in result. Probably this is similar situation to https://forum.aspose.com/t/numPages-in-textbox-is-not-updated/2…...condition { IF "{NUMPAGES}" > "1" "{PAGE}" "0" } . Since NUMPAGES is...condition passes and the value of PAGE field is displayed. In the code...

    forum.aspose.com/t/numpages-in-textbox-in-table...
  4. Გადაიყვანეთ HTML GIF Javascript

    გადაიყვანეთ HTML GIF JavaScript ფორმატში კოდით. შეინახეთ HTML როგორც GIF JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.gif`);...

    products.aspose.com/words/ka/nodejs-net/convers...
  5. Გადაიყვანეთ DOC PNG Javascript

    გადაიყვანეთ DOC PNG JavaScript ფორმატში კოდით. შეინახეთ DOC როგორც PNG JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.png`);...

    products.aspose.com/words/ka/nodejs-net/convers...
  6. Გადაიყვანეთ WORD PNG Javascript

    გადაიყვანეთ WORD PNG JavaScript ფორმატში კოდით. შეინახეთ WORD როგორც PNG JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.png`);...

    products.aspose.com/words/ka/nodejs-net/convers...
  7. C++ OCR Image To Text Conversion | Aspose

    Convert images to text using C++ OCR library within your software application....extracting single line text, whole page text, text within a particular...and can handle any text fonts, page layouts and styles. Image to...

    products.aspose.com/ocr/cpp/conversion/
  8. PageInfo.HeightInPoints | Aspose.Words for .NET

    Discover the HeightInPoints property of PageInfo to easily access Page height in points. Enhance your document layout with precise measurements!...property Gets the height of the page in points. public float HeightInPoints...print page size and orientation information for every page in a...

    reference.aspose.com/words/net/aspose.words.ren...
  9. LayoutCollector class | Aspose.Words for Python

    aspose.words.layout.LayoutCollector class. This class allows to compute Page numbers of document nodes....This class allows to compute page numbers of document nodes. To...visit the Converting to Fixed-page Format documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Resize PDF using PHP | Aspose.PDF

    Resize PDF documents programmatically with PHP sample code using Aspose.PDF for PHP via Java....Resize PDF Pages with PHP In order to resize PDF file, we’ll...more details check the GitHub page. How to Resize PDF documents...

    products.aspose.com/pdf/php-java/resize/