Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 24,039 for

form

(0.09 sec)
  1. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportDropDownFormFieldAsText method. Controls how drop-down Form fields are saved to HTML or MHTML. Default value is false in C++....method Controls how drop-down form fields are saved to HTML or...to true , exports drop-down form fields as normal text. When...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::Fields::FormField::get_Type meth...

    Aspose::Words::Fields::FormField::get_Type method. Returns the Form field type in C++....FormField::get_Type method Returns the form field type. Aspose :: Words...get_Result ()); // The form field will appear in the form of a "select"...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Stages of the OMR process|Documentation

    Aspose.OMR for Java supports the complete OMR workflow: designing machine-readable Form, generating a printable Form, and perForming optical mark recognition....from designing machine-readable form to performing optical mark recognition... filling out, and scanning forms are not covered in this reference...

    docs.aspose.com/omr/java/omr-stages/
  4. Deal with PDF Forms in Python | Aspose.PDF

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

    products.aspose.com/pdf/python-net/acroforms/
  5. FormField.dropDownItems property | Aspose.Words...

    FormField.dropDownItems property. Provides access to the items of a dropdown Form field....access to the items of a dropdown form field. get dropDownItems ()...maximum 25 items in a dropdown form field. See Also module Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose.PDF Editor|Aspose.PDF for .NET

    Aspose.PDF for .NET demonstrate HTML5 PDF Editor is an open source web-based PDF editor....Loading PDF files with form fields. Fill Form fields using the Editor...PDF with form fields data. Highlighting required form fields....

    docs.aspose.com/pdf/net/aspose-pdf-editor/
  7. Work with PDF Actions in Python|Aspose.PDF for ...

    Learn how to add, update, and remove document, page, and Form actions in PDF files using Python....JavaScript Submit or reset a form Show/hide fields Change zoom...import Rectangle from aspose.pdf.forms import ButtonField , CheckboxField...

    docs.aspose.com/pdf/python-net/actions/
  8. FormField.drop_down_items property | Aspose.Wor...

    FormField.drop_down_items property. Provides access to the items of a dropdown Form field....access to the items of a dropdown form field. @property def drop_down_items...maximum 25 items in a dropdown form field. See Also module aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  9. NullReferenceException when trying to set a fie...

    Hi, After appending a page to blank document when I try to set a value of a field on the freshly appended page I get a System.NullReferenceException. Apparently the fields that have dot in their full name are affected. …...Forms; string pdfFilePath = @"..\...TextBoxField? textBoxField = pdfDoc.Form["CoName_1"] as TextBoxField;...

    forum.aspose.com/t/nullreferenceexception-when-...
  10. Working with Operators|Aspose.PDF for Java

    This topic explains how to use operators with Aspose.PDF. The operator classes provide great features for PDF manipulation....GSave ()); // Create xForm XForm form = XForm . createNewForm ( pdfDocument...getResources (). getForms (). add ( form ); form . getContents (). add (...

    docs.aspose.com/pdf/java/operators/