Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 8,068 for

append

(0.15 sec)
  1. Add Image to PDF using Python|Aspose.PDF for Py...

    This section describes how to add image to existing PDF file using Python library.... append ( ap . operators . GSave ())...height ) / 2 , ) operators . append ( ap . operators . ConcatenateMatrix...

    docs.aspose.com/pdf/python-net/add-image-to-exi...
  2. How to Rotate Text in PDF using C#

    This how-to guide explains how to rotate text in PDF using C#. It contains information on IDE configuration, to-do list and a runnable sample code to rotate text in Adobe using C#....the newly added page above Append the text fragment to the text...is used to append text fragments as well as append paragraphs...

    kb.aspose.com/pdf/net/how-to-rotate-text-in-pdf...
  3. Extract Paragraph from PDF|Aspose.PDF for Java

    Discover how to extract paragraphs from a PDF document in Java with Aspose.PDF for easier content analysis.... append ( fragment . getText ()); }...paragraphText . append ( "\r\n" ); } paragraphText . append ( "\r\n"...

    docs.aspose.com/pdf/java/extract-paragraph-from...
  4. Working With Comments in Jython|Aspose.Words fo...

    Working with comments using Jython.... append ( str ( comment . getAuthor...else : collectedComments . append ( str ( comment . getAuthor...

    docs.aspose.com/words/java/working-with-comment...
  5. PageSetup.SectionStart | Aspose.Words for .NET

    Discover the PageSetup SectionStart property to easily manage section breaks in your document. Enhance formatting and improve layout control today!...create a new section, and then append it as a child to the root document...formatting properties, and then append it as a child to the body....

    reference.aspose.com/words/net/aspose.words/pag...
  6. Story.appendParagraph method | Aspose.Words for...

    Story.AppendParagraph method. A shortcut method that creates a [Paragraph](../../paragraph/) object with optional text and Appends it to the end of this object....object with optional text and appends it to the end of this object...Returns The newly created and appended paragraph. Examples Shows...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 创建一个电子表格文档|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....Sheets >( new Sheets ()); // Append a new worksheet and associate...Name = "mySheet" }; sheets . Append ( sheet ); workbookpart . Workbook...

    docs.aspose.com/cells/zh/net/create-a-spreadshe...
  8. Rotate Text Inside PDF using C++|Aspose.PDF for...

    Learn how to rotate text within a PDF document in C++ using Aspose.PDF to adjust text orientation and improve layout....TextBuilder > ( page ); // Append the text fragment to the PDF...-> set_Rotation ( - 45 ); // Append the text fragments to the paragraph...

    docs.aspose.com/pdf/cpp/rotate-text-inside-pdf/
  9. FieldHyperlink.isImageMap property | Aspose.Wor...

    FieldHyperlink.isImageMap property. Gets or sets whether to Append coordinates to the hyperlink for a server-side image map....property Gets or sets whether to append coordinates to the hyperlink...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 从AcroForm提取数据|Aspose.PDF for Android via Java

    AcroForms存在于许多PDF文档中。本文旨在帮助您了解如何使用Aspose.PDF从AcroForms中提取数据。... append ( "字段名称: " ); sb . append ( formField ....getPartialName ()); sb . append ( " 值: " ); sb . append ( formField . getValue...

    docs.aspose.com/pdf/zh/androidjava/extract-data...