Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 181,639 for

page

(0.08 sec)
  1. Get PDF file information|Aspose.PDF for .NET

    This section explains how to get PDF File Information with Aspose.PDF Facades....dimensions of the first page Console . WriteLine ( "Page width: {0}" ,...1 )); Console . WriteLine ( "Page height: {0}" , fileInfo . GetPageHeight...

    docs.aspose.com/pdf/net/get-pdf-file-information/
  2. Crop PDF Pages in Java | Java PDF Library

    Learn how to crop PDF Pages in Java using a Java PDF library....remove unnecessary parts of the pages in a PDF. This can include removing...simple method of cropping PDF pages in Java . So let’s see how to...

    blog.aspose.com/pdf/crop-pdf-pages-in-java/
  3. Setting Headers and Footers|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the Aspose.Cells for Python via .NET API....display useful information such as page number, author name, topic name...footers are managed using the page setup settings. Setting Headers...

    docs.aspose.com/cells/python-net/setting-header...
  4. Add text to PDF using C# | Aspose.PDF

    Add text to PDF programmatically with C# sample code using Aspose.PDF for .NET... Add the TextParagraph to Page using TextBuilder. Save the...inputFile ); var page = pdfDocument . Pages [ 1 ]; var textFragment...

    products.aspose.com/pdf/net/text/
  5. Add text to PDF using C++ | Aspose.PDF

    Add text to PDF programmatically with C++ sample code using Aspose.PDF for C++... Add the TextParagraph to Page using TextBuilder. Save the...particular page auto pdfPage = document -> get_Pages () -> idx_get...

    products.aspose.com/pdf/cpp/text/
  6. Create New Workbook|Documentation

    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....Add Data in Cells Page Setup - Fit to Page Setting Analyzing...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/create-new-workbook/
  7. 复制内部和外部字段|Aspose.PDF for .NET

    本节解释如何使用 FormEditor 类复制 Aspose.PDF Facades 中的内部和外部字段。...pdf" )) { // Add page document . Pages . Add (); // Bind PDF...the first page to "Last Name 2" on the second page formEditor...

    docs.aspose.com/pdf/zh/net/copy-inner-and-outer...
  8. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the Aspose.Cells for Python via .NET sample code to determine if Paper Size of Worksheet is Automatic programmatically....page_setup.IsAutomaticPaperSize property...is automatic or not via the Page Setup window as shown in this...

    docs.aspose.com/cells/python-net/determine-if-p...
  9. Document.RenderToScale | Aspose.Words for .NET

    Discover the RenderToScale method to efficiently render document Pages into Graphics objects at your desired scale for optimal visual results....RenderToScale method Renders a document page into a Graphics object to a...pageIndex Int32 The 0-based page index. graphics Graphics The...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Hello World Java 示例|Aspose.PDF for Android via ...

    本页展示如何使用简单的编程创建包含文本 - Hello World 的 PDF 文档,使用 Aspose.PDF for Android。...实例化一个 Document 对象 向文档对象添加一个 Page 创建一个 TextFragment 对象 将 TextFragment...Document ; import com.aspose.pdf.Page ; import com.aspose.pdf.TextFragment...

    docs.aspose.com/pdf/zh/androidjava/hello-world-...