Sort Score
Result 10 results
Languages All
Labels All
Results 2,991 - 3,000 of 181,653 for

page

(0.19 sec)
  1. ViewOptions.zoomType property | Aspose.Words fo...

    ViewOptions.zoomType property. Gets or sets a zoom value based on the size of the window....document to fit the width of the page. // Set the "ZoomType" property...document to make the entire first page visible. // Set the "ZoomType"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Differentiation between Comments and Reference ...

    Hello Everyone and @alexey.noskov, In my Java code I remove comments from my document. When converting word to PDF using Aspose.words: com.aspose.words.NodeCollection comments = (com.aspose.words.NodeCollection)doc.ge…...bindPdf(document); for (Page page : pageCollection) { for (index...(index = 1; index <= page.getAnnotations().size(); index++) {...

    forum.aspose.com/t/differentiation-between-comm...
  3. Create Bookmarks in PDF using C#

    This article guides on how to create bookmarks in PDF using C#. It has all the details to set the IDE, a list of steps, and a sample code to bookmark a PDF with C#....Page Product Family Aspose.PSD Product...bookmark to a single page or all the pages in the PDF or format...

    kb.aspose.com/pdf/net/create-bookmarks-in-pdf-u...
  4. Update Links in PDF using Python|Aspose.PDF for...

    Update links in PDF programmatically. This guide is about how to update links in PDF in Python language....link annotations on the first page of a PDF using Aspose.PDF for...first page link_annotations = [ a for a in document . pages [ 1...

    docs.aspose.com/pdf/python-net/update-links/
  5. Product Overview | Aspose.Page for Java

    Java Library for the developers to process PS, EPS, and XPS files. Learn the overvoew of Aspose.Page API solution for Java....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/java/product-overview/
  6. Determine Line Break|Aspose.PDF for .NET

    Learn more about how to determinate a line break of multi-line TextFragment using C#...GetNotifications () method of Page class as follows, in order to...fragment: Search and Get Text from Pages of PDF Analyzing your prompt...

    docs.aspose.com/pdf/net/determine-line-break/
  7. IPageLayoutCallback class | Aspose.Words for Py...

    aspose.words.layout.IPageLayoutCallback class. Implement this interface if you want to have your own custom method called during build and rendering of Page layout model....during build and rendering of page layout model. Remarks The primary...possible to build page layout model for only a few pages at start of...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PageInfo.landscape property | Aspose.Words for ...

    PageInfo.landscape property. Returns ``True`` if the Page orientation specified in the document for this Page is landscape....property Returns True if the page orientation specified in the...the document for this page is landscape. @property def landscape...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::SectionLayoutMode enum | Aspose....

    Aspose::Words::SectionLayoutMode enum. Specifies the layout mode for a section allowing to define the document grid behavior in C++....specific number of lines per page and characters per line. Characters...specified number of lines per page. SnapToChars 3 Specifies that...

    reference.aspose.com/words/cpp/aspose.words/sec...
  10. 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-...