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

page

(0.19 sec)
  1. Add text to PDF using PHP | Aspose.PDF

    Add text to PDF programmatically with PHP sample code using Aspose.PDF for PHP via Java...more details check the GitHub page. Add Text to PDF File via PHP...properties. Add the TextParagraph to Page using TextBuilder. Save the...

    products.aspose.com/pdf/php-java/text/
  2. DocumentBuilder.page_setup property | Aspose.Wo...

    DocumentBuilder.Page_setup property. Returns an object that represents current Page setup and section properties....page_setup property DocumentBuilder.page_setup property Returns...current page setup and section properties. @property def page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PDF Text Annotation|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to Add, Get, and Delete Text Annotation from your PDF document....Annotations collection of a particular Page. This collection contains the...for that individual page only; every page has its own Annotations...

    docs.aspose.com/pdf/cpp/text-annotation/
  4. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....How to Print Excel as Fitted Pages Wide and Tall with Node.js via...within a specified number of pages, both horizontally and vertically...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...
  5. ThumbnailGeneratingOptions | Aspose.Words for Java

    Can be used to specify additional options when generating thumbnail for a document in Java....1 - Use the document's first page: doc.updateThumbnail(); doc...generate thumbnail from first page of the document or first image...

    reference.aspose.com/words/java/com.aspose.word...
  6. Add Circle Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a circle object to your PDF using Aspose.PDF for .NET....to paragraphs collection of page. Save our PDF file. // For complete...Document ()) { // Add page var page = document . Pages . Add (); // Create...

    docs.aspose.com/pdf/net/add-circle/
  7. 从 PDF 中提取段落 C#|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中从 PDF 文档中提取段落以进行结构化文本检索。...pdf" )) { var page = document . Pages [ 2 ]; var absorber...ParagraphAbsorber (); absorber . Visit ( page ); Aspose . Pdf . Text . PageMarkup...

    docs.aspose.com/pdf/zh/net/extract-paragraph-fr...
  8. How to Print|Documentation

    Learn how to configure print settings in the GridJs, including Page orientation, paper size, scaling options, Page order, and visibility of images/shapes....the grid data flows across pages, how it is scaled, and what...feature allows you to configure: Page Orientation: Switch between...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  9. How to Print|Documentation

    Learn how to configure print settings in the GridJs, including Page orientation, paper size, scaling options, Page order, and visibility of images/shapes....the grid data flows across pages, how it is scaled, and what...feature allows you to configure: Page Orientation: Switch between...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  10. Getting Headers or Footers|Documentation

    This article explains how to programmatically get header and footers from Excel or OpenOffice files using the C# API or .NET Library....in Page Layout view, Print Preview, and on printed pages. You...You can also use the Page Setup dialog box if you want to view...

    docs.aspose.com/cells/net/get-headers-or-footers/