Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 23,352 for

form

(0.11 sec)
  1. SdtListItem | Aspose.Words for Java

    This element specifies a single list item within a parent SdtType.COMBO_BOX or SdtType.DROP_DOWN_LIST structured document tag in Java....structured document tag is a form that allows the user to // select...left-clicking and opening the form in Microsoft Word. // The "ListItems"...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert XFA to Dynamic AcroForm using Aspose.PD...

    I I am looking at a tool to convert XFA/PDF documents into “normal/standard” pdf that can be read in all browers.Your tool looks OK with the trial version, but i need to be sure that it can convert the full PDF document …...have tested the scenario of XFA form to standard PDF file and as...+project.pdf”); pdfDocument.Form.Type = FormType.Standard; pdfDocument...

    forum.aspose.com/t/convert-xfa-to-dynamic-acrof...
  3. FormField.drop_down_selected_index property | A...

    FormField.drop_down_selected_index property. Gets or sets the index specifying the currently selected item in a dropdown Form field....selected item in a dropdown form field. @property def drop_down_selected_index...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 创建 AcroForm - 在 C# 中创建可填写 PDF|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET,您可以在 PDF 文件中从头开始创建表单...文档中添加表单字段 Document 类提供了一个名为 Form 的集合,帮助您管理 PDF 文档中的表单字段。 要添加表单字段:...要添加表单字段: 创建您想要添加的表单字段。 调用 Form 集合的 Add 方法。 添加 TextBoxField 以下示例演示如何添加...

    docs.aspose.com/pdf/zh/net/create-form/
  5. Show Translate Button and Translate Worksheet i...

    This article explains how to enable the translate button in the GridJs toolbar and implement server‑side translation for the active worksheet....posted form. string sheet = HttpContext . Request . Form [ "sheet"...uid = HttpContext . Request . Form [ "uid" ]; string locale = HttpContext...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  6. Deal with PDF Forms in PHP | Aspose.PDF

    Manage PDF Forms programmatically with PHP sample code using Aspose.PDF for PHP via Java....Fill PDF forms programmatically How to Manage PDF Forms Using Aspose...Library In order to add PDF Forms (Acroforms) in PDF file, we’ll...

    products.aspose.com/pdf/php-java/acroforms/
  7. Importing Data from a DataTable to Grid|Documen...

    This article introduces how to import data in GridDesktop....to store data offline in the form of a DataTable object. Understanding...Cells.GridDesktop control to a form. Create a DataTable object that...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  8. Parse PDF documents C/C++|Aspose.PDF for C++

    Do you want to extract data from PDF documents? Discover various PDF data extraction methods with Aspose.PDF for C++....possibility to extract data from the form, to extract images, to extract...the Form . If you have a bunch of PDF documents with Forms, probably...

    docs.aspose.com/pdf/cpp/parsing/
  9. 将图像添加到现有PDF文件|Aspose.PDF for Java

    本节介绍如何使用Java库将图像添加到现有PDF文件。... getRect ()); XForm form = annotation . getAppearance...getAppearance (). get_Item ( "N" ); form . setBBox ( page . getRect ());...

    docs.aspose.com/pdf/zh/java/add-image-to-existi...
  10. Upload archive to ASP.NET web application in C#...

    Provides example of how to use c# zip library for archive decompression and image processing for ASP.NET web application.... Add a form with the enctype="multipart/form-data" attribute...HTML markup for the form: Copy 1 < form method = "post" enctype...

    docs.aspose.com/zip/net/upload-archive-asp-net/