Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 192,145 for

page

(0.26 sec)
  1. AI-powered Features|Aspose.Words for Python via...

    Aspose.Words for Python introduces AI-powered tools like document summarization to boost efficiency. Learn how to use AI-powered features with tips and detailed guidance.... What is this page about? This page introduces the AI‑powered...results. Please refresh the page and try again....

    docs.aspose.com/words/python-net/ai-powered-fea...
  2. Set Column Header Tip|Documentation

    This article introduces how to set column header tip in GridWeb....the sample markup of the ASPX Page . Here is the sample code of...client side function on GridWeb page change Working of GridWeb when...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  3. FieldPageRef.bookmark_name property | Aspose.Wo...

    FieldPageRef.bookmark_name property. Gets or sets the name of the bookmark....PAGEREF field that displays what page a bookmark is on. # Set the...h' , ExField . _insert_field_page_ref ( builder , 'MyBookmark3'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageSavingArgs.page_file_name property | Aspose...

    PageSavingArgs.Page_file_name property. Gets or sets the file name where the document Page will be saved to....page_file_name property PageSavingArgs.page_file_name property...document page will be saved to. @property def page_file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  5. How to Find & Replace Hyperlinks in pdf - F...

    Hello Aspose Team Can I get help to know How to Find & Replace Hyperlinks in pdf. I used the below sample code to get the hyperlink. Document document = new Document("c:/pdftest/TempFile.pdf"); // Traverse thro…...through all the page of PDF foreach (Aspose.Pdf.Page page in document...document.Pages) { // Get the link annotations from particular page AnnotationSelector...

    forum.aspose.com/t/how-to-find-amp-replace-hype...
  6. Aspose.Diagram for Node.js Examples|Documentation

    Viso Diagram Node.js API lets you work with Visio diagrams without any understanding of underlying file format. You can create Visio VSDX files from scratch and convert VSDX files to PNG with just a couple of lines of code.... VSDX ); Export Page of Visio VSDX File to PNG Format.... PNG ); // Save one page only, by page index options . setPageIndex...

    docs.aspose.com/diagram/java/aspose-diagram-for...
  7. Add Movie Annotation|Aspose.PDF for Python via ...

    This example binds an input PDF, adds a movie annotation on Page 1, and saves the updated PDF....can define a rectangle on a page where the video will appear...video file to embed. Assign the page number for the annotation. Save...

    docs.aspose.com/pdf/python-net/add-movie-annota...
  8. Extract Table Data from PDF|Aspose.PDF for Java

    Learn how to extract tabular from PDF using Aspose.PDF for Java... Decide which pages to be analyzed and apply visit...visit to the desired pages. The tabular data will be scanned, and...

    docs.aspose.com/pdf/java/extract-data-from-tabl...
  9. Add PDF Document Link|Aspose.PDF for Python via...

    This example binds an input PDF, adds a green-colored link to a Page in another PDF, and saves the modified document....clickable rectangle that links to a page in a different PDF file, making...PDF file, source page, and destination page. Set the link color...

    docs.aspose.com/pdf/python-net/add-pdf-document...
  10. Modify the content of pdf based on header - Fre...

    Hello, Currently what we are doing: We have our data in HTML format. So we are generating pdf from html. We are using Converter.ConvertHTML from Aspose.HTML. Also, we have pdf headers and footers in HTML form. What we…...have a new ask such that each page might has different header and...for header and footer for each page. I have my logic to check height...

    forum.aspose.com/t/modify-the-content-of-pdf-ba...