Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 187,790 for

page

(0.11 sec)
  1. Add Ellipse Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for .NET....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/net/add-ellipse/
  2. Creating a complex PDF using Aspose.PDF|Aspose....

    Aspose.PDF for Android via Java allows you to create more complex documents that contain images, text fragments, and tables in one document....metadata but without pages. Add a Page to the document object...now our document will have one page. In order to add Image, we create...

    docs.aspose.com/pdf/androidjava/complex-pdf-exa...
  3. Stamping with Aspose.PDF using Rust|Aspose.PDF ...

    This section describes how to add image stamps and text stamps to a PDF Page via Rust....Adding Page Number stamps in the PDF File - add page numbers...their placement. Get and Set Page Properties...

    docs.aspose.com/pdf/rust-cpp/stamping/
  4. Image Alt Text on a new document - Free Support...

    I am using Aspose (latest) PDF. I can make an image by using the Image class like so: var img = new Image { FixHeight = _options.ImageLeftHeight, FixWidth = _options.ImageLeftWidth, ImageStream = new MemoryStream(_…...</summary> /// <param name="page">The page where XImage is located...List<string> GetAlternativeText(Page page) /// <summary> /// Sets alternative...

    forum.aspose.com/t/image-alt-text-on-a-new-docu...
  5. BreakType enumeration | Aspose.Words for Python

    aspose.words.BreakType enumeration. Specifies type of a break inside a document.... PAGE_BREAK Explicit page break. COLUMN_BREAK...start of new section on the same page as the previous section. SE...

    reference.aspose.com/words/python-net/aspose.wo...
  6. How to Convert Word to JPG in Java

    This brief tutorial provides step-by-step details on how to convert Word to JPG in Java. These steps are helpful to convert Word to JPG using Java in any of the operating systems like Linux, macOS and Windows....Page Product Family Aspose.PSD Product...to JPG in Java such that each page of the DOCX Word document is...

    kb.aspose.com/words/java/how-to-convert-word-to...
  7. Preview workbook with Node.js via C++|Documenta...

    Aspose.Cells supports printing and previewing Excel files without Microsoft Excel installation using Node.js via C++....Excel files with millions of pages need to be converted to PDF...can check the total number of pages and then decide whether the...

    docs.aspose.com/cells/nodejs-cpp/workbook-and-w...
  8. Convert a Document to an Image|Aspose.Words for...

    Convert a document to image format (JPG, PNG, etc). Create a document preview or create a document scan to send an invoice using Python.... What is this page about? This page shows how to convert...with ImageSaveOptions such as page selection, resolution, quality...

    docs.aspose.com/words/python-net/convert-a-docu...
  9. HtmlFixedSaveOptions.page_margins property | As...

    HtmlFixedSaveOptions.Page_margins property. Specifies the margins around Pages in an HTML document...page_margins property HtmlFixedSaveOptions.page_margins property...Specifies the margins around pages in an HTML document. The margins...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Create PDF document|Aspose.PDF for Python via C++

    This Page describes how to create PDF document from scratch with Aspose.PDF for Python via C++ library....document_get_pages object that contains all the pages in the document...Add a new page to the end of the page collection page_collection_add_page...

    docs.aspose.com/pdf/python-cpp/create-document/