Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 181,654 for

page

(0.26 sec)
  1. Public API Changes in Aspose.Imaging 3.0.1|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....in Djvu file format for Djvu page. It can be accessed from Header...Represents the DjVu file format page with all needed properties....

    docs.aspose.com/imaging/java/public-api-changes...
  2. 通过 Java 将图像添加到 PDF | Aspose.PDF

    本页介绍了使用 Java 和 PHP、Delphi 和 Aspose.PDF for Java 库将图像添加到 PDF 文档中的功能。...; int upperRightY = 200 ; Page page = pdfDocument . getPages ()..."aspose-logo.jpg" ). toString ()); page . getResources (). getImages...

    products.aspose.com/pdf/zh-hans/java/images/add/
  3. Setting Margins|Documentation

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set the margins for the Page centre, the header and footer margins of Page Setup using the C# API or .NET Library....fully supports Microsoft Excel’s page setup options. Developers may...may need to configure page setup settings for worksheets to control...

    docs.aspose.com/cells/net/setting-margins/
  4. HtmlLoadOptions.PageInfo.AnyMargin does not wor...

    When I render PDF from HTML, PageInfo.AnyMargin does not seem to have any effect. This it the code I’m using private void CreatePdfDocument() { using var ms = new MemoryStream(Encoding.UTF8.GetBytes(_htmlDocument.H…... All PDF pages have HtmlLoadOptions.PageInfo...Aspose.PDF applies to every page after the first one when an...

    forum.aspose.com/t/htmlloadoptions-pageinfo-any...
  5. PDF sticky Annotations using Python|Aspose.PDF ...

    Discover how to add sticky annotations in PDF documents using Aspose.PDF in Python via .NET for comments and feedback....on a page, regardless of the dimensions of the printed page. You...specific position of the PDF page. The opacity of Watermark can...

    docs.aspose.com/pdf/python-net/sticky-annotations/
  6. Working with Document in PS file | Python

    Adding Pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/python-net/ps/working-with...
  7. SectionStart | Aspose.Words for Java

    The type of break at the beginning of the section in Java....appendChild(section); // Set some page setup properties for the section...setSectionStart(SectionStart.NEW_PAGE); section.getPageSetup().se...

    reference.aspose.com/words/java/com.aspose.word...
  8. WrapType enumeration | Aspose.Words for Python

    aspose.words.drawing.WrapType enumeration. Specifies how text is wrapped around a shape or picture....it will be visible on every page. builder . move_to_header_footer...the image at the center of the page. shape . relative_horizontal_position...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Intermittent Issues Connecting to Aspose Licens...

    We are experiencing occasional issues where our applications are unable to connect to Aspose’s license server. For example, we have encountered HTTP 502 and 503 errors when accessing the following URL: https://billing.…...com On this page you will find links to a number...WriteLine("Creating PDF with multiple pages"); Console.WriteLine("Creating...

    forum.aspose.com/t/intermittent-issues-connecti...
  10. Using Aspose.PDF for .NET with Python|Aspose.PD...

    In this tutorial, you will explore the different ways of creating and modifying PDF files in Python....explanation, please follow to this page class HelloWorld ( object ):...Document () # Add page page = document . Pages . Add () # Add text...

    docs.aspose.com/pdf/net/python-net/