Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 187,634 for

page

(0.18 sec)
  1. Adding Text to PDF|Aspose.PDF for Python via .NET

    This article describes various aspects of working with text in Aspose.PDF. Learn how to add text to PDF, add HTML fragments, or use custom OTF fonts....to a specific position on a page. You will learn how to create...create a new PDF document, add a page, insert text at given coordinates...

    docs.aspose.com/pdf/python-net/add-text-to-pdf-...
  2. Working with Document in PS file | Java

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

    docs.aspose.com/page/java/ps/working-with-docum...
  3. Add Curve Object to PDF file|Aspose.PDF for Java

    This article explains how to create a curve object to your PDF using Aspose.PDF for Java....to paragraphs collection of page. Save your PDF file public static...// Add page to pages collection of PDF file Page page = pdfDocument...

    docs.aspose.com/pdf/java/add-curve/
  4. 使用 C# 在 PDF 中旋转文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中旋转 PDF 文件中的文本,以调整文本对齐和改善展示效果。...Get particular page var page = document . Pages . Add (); // Create...TextBuilder ( page ); // Append the text fragment to the PDF page textBuilder...

    docs.aspose.com/pdf/zh/net/rotate-text-inside-pdf/
  5. 使用图层|Documentation

    本节介绍如何使用 Aspose.Diagram 在 visio 形状中添加或获取图层信息。...); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); // Iterate through the shapes foreach ( Aspose...

    docs.aspose.com/diagram/zh/net/working-with-lay...
  6. ParagraphFormat.snap_to_grid property | Aspose....

    ParagraphFormat.snap_to_grid property. Specifies whether the current paragraph should use the document grid lines per Page settings when laying out the contents in the paragraph....the document grid lines per page settings when laying out the...the number of lines that each page may have. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Saving a Document as a Multipage TIFF in C#|Asp...

    Convert a document to a multi-Page TIFF using C#. To determine how the document is displayed on the image you need to specify additional options: resolution, number of Pages, image binarization, etc.... What is this page about? This page explains how to save...save a document as a multi-page TIFF image. When working with documents...

    docs.aspose.com/words/net/saving-a-document-as-...
  8. ParagraphFormat.page_break_before property | As...

    ParagraphFormat.Page_break_before property. True if a Page break is forced before the paragraph....page_break_before property ParagraphFormat.page_break_before...page_break_before property True if a page break is forced before the paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for Java library....Call the Page class addStamp(..) method of the Page class to...); // Add stamp to particular page pdfDocument . getPages (). get_Item...

    docs.aspose.com/pdf/java/image-stamps-in-pdf-page/
  10. 使用 C# 创建 PDF 粘性注释|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中创建粘性注释,例如笔记和高亮。...)) { // Load Page object to add Annotation var page = document...document . Pages [ 1 ]; // Create Watermark Annotation var wa = new Aspose...

    docs.aspose.com/pdf/zh/net/sticky-annotations/