Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 181,395 for

page

(0.15 sec)
  1. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    Aspose.PDF for C++ library allows you get? update in a PDF file with our ....PDF file, and how to get which page a particular bookmark is on...()); } } Getting a Bookmark’s Page Number Once you have added a...

    docs.aspose.com/pdf/cpp/get-update-and-expand-b...
  2. FieldToc | Aspose.Words for Java

    Implements the TOC field in Java....style to the left, // and the page the heading appears on to the...The TOC will not display the page numbers of headings whose TOC...

    reference.aspose.com/words/java/com.aspose.word...
  3. 使用 PHP 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式向 PDF 添加文本...$inputFile ); // get particular page $page = $document -> getPages ()...TextBuilder ( $page ); // append the text fragment to the PDF page $textBuilder...

    products.aspose.com/pdf/zh-hans/php-java/text/
  4. ShapeBase.wrapType property | Aspose.Words for ...

    ShapeBase.wrapType property. Defines whether the shape is inline or floating...floating image to the center of a page. let doc = new aw . Document...overlapping text and align it to the page's center. let shape = builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 创建复杂的PDF|Aspose.PDF for .NET

    Aspose.PDF for NET 允许您创建包含图像、文本片段和表格的更复杂的文档。... 向文档对象添加一个 Page 。现在我们的文档将有一页。 向页面添加一个 Image...Document ()) { // Add page var page = document . Pages . Add (); // Add...

    docs.aspose.com/pdf/zh/net/complex-pdf-example/
  6. TIF 轉成PDF後頁面會縮小無法滿版 - Free Support Forum - aspo...

    TIF 轉成PDF後頁面會縮小, 如何可以滿版? 以下是程式碼片段 using (FileStream fs = new FileStream($“D:\IMG2PDF.tif”, FileMode.Open, FileAccess.Read)) { // Create a new Document object Document pdfDocument = new Document(); // Ad…...Add a page to the PDF document Page page = pdfDocument.Pages.Add();...image to the page's paragraphs collection page.Paragraphs.Add(image);...

    forum.aspose.com/t/tif-pdf/293699
  7. Convert PDF to Image Formats in Go|Aspose.PDF f...

    This topic show you how to use Aspose.PDF for Go to convert PDF to various images formats e.g. TIFF, BMP, JPEG, PNG, SVG with a few lines of code....PDF document or some specific pages of a document as a set of images...demonstrates how to convert the first page of a PDF document into a JPEG...

    docs.aspose.com/pdf/go-cpp/convert-pdf-to-image...
  8. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file. With our Java library, you can get bookmarks from the PDF file, get a bookmarks Page number, update bookmarks in a PDF Document, and expand bookmarks when viewing a document....PDF file, and how to get which page a particular bookmark is on...()); } } Getting a Bookmark’s Page Number Once you have added a...

    docs.aspose.com/pdf/java/get-update-and-expand-...
  9. Split PDF, HTML, TXT Files using Java | Aspose.PDF

    Java source code to split files on Java and PHP, Delphi....document, you must split the pages of the original file. In order...please learn Documentation Pages . Repository <repository> <...

    products.aspose.com/pdf/java/splitter/
  10. Replace Fields with Text Java|Aspose.Words for ...

    Learn how to replace fields with text in Java. Replace fields with static data using the Java API....example, trying to convert the PAGE field in a header or footer...value being displayed on all pages. This is because headers and...

    docs.aspose.com/words/java/replace-fields/