Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 192,335 for

page

(0.3 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. Add Table to PDF using Java | Aspose.PDF

    Adding table in PDF file programmatically with Java sample code using Aspose.PDF for Java... Access the Page via its index. Create Table...Populate table. Add the table to a page. Save the file. Add Table in...

    products.aspose.com/pdf/java/table/add/
  4. Accessing images in this pdf freeze the thread ...

    Hello, Using this attached PDF fnac01.pdf, if we want to convert the Page to a png (or svg or all other formats… ) the PngDevice.Process freeze the thread in the jpeg2k decode and never return… You can reproduce the is…...pdf, if we want to convert the page to a png (or svg or all other...1; pageCount <= pdfDocument.Pages.Count; pageCount++) { using...

    forum.aspose.com/t/accessing-images-in-this-pdf...
  5. 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...
  6. 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...
  7. 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...
  8. Generating preview for multipage CDR to webP - ...

    We are trying to generate a preview from multiPage Corel draw file(cdr) to webp and we encountered this exception. Aspose.Imaging.CoreExceptions.ImageSaveException: Image saving failed. —> Aspose.Imaging.CoreExceptions.…...Cast to CdrImage to access pages CdrImage cdrImage = image as...false); } // Get pages array - for single page CDR, Pages will contain...

    forum.aspose.com/t/generating-preview-for-multi...
  9. getPrintingPageBreaks returning unexpected resu...

    Hello, I am using the aspose-cells version 25.6. Below is the code I am using, ImageOrPrintOptions printOption = new ImageOrPrintOptions(); printOption.setPrintingPage(PrintingPageType.DEFAULT); cas = curSheet.getPri…... I expect 0 number of pages since, it is a single sheet...sheet with no distinguished pages in it. Please find the inupt file...

    forum.aspose.com/t/getprintingpagebreaks-return...
  10. Add Image stamps in PDF using C#|Aspose.PDF for...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF library.... Call the Page class’ AddStamp method to add...stamp to particular page document . Pages [ 1 ]. AddStamp ( imageStamp...

    docs.aspose.com/pdf/net/image-stamps-in-pdf-page/