Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 23,020 for

form

(0.07 sec)
  1. Text|Documentation

    Text element is used to add one or more lines of text to the Form....to add a line of text to the form. Text elements cannot be nested...property. The text displayed in the form is specified in the name property...

    docs.aspose.com/omr/net/json-markup/text/
  2. Copy VBA Macro UserForm DesignerStorage from Te...

    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....will see a User Form as shown below. The User Form consists of Designer...Button 1, it opens the VBA User Form, which itself has a command...

    docs.aspose.com/cells/net/copy-vba-macro-userfo...
  3. Aspose::Words::Fields::FormFieldCollection::Rem...

    Aspose::Words::Fields::FormFieldCollection::Remove method. Removes a Form field with the specified name in C++....FormFieldCollection::Remove method Removes a form field with the specified name...case-insensitive name of the form field to remove. See Also Class...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Copy VBA Macro UserForm DesignerStorage from Te...

    Learn how to copy a VBA project, including Designer Storage, from one Excel file to another using Aspose.Cells for JavaScript via C++....will see a User Form as shown below. The User Form consists of Designer...Button 1, it opens the VBA User Form, which contains a command button...

    docs.aspose.com/cells/javascript-cpp/copy-vba-m...
  5. Import and Export Annotations to XFDF format us...

    This section explains how to export and import annotations from PDF file to XFDF with Aspose.PDF Facades....[ Hide ] XFDF stand for XML Forms Data Format. It is an XML based...represent form data or annotations contained in a PDF form. XFDF...

    docs.aspose.com/pdf/java/import-export-annotati...
  6. 在 JSON 中导入和导出数据|Aspose.PDF for .NET

    本节解释如何在 JSON 中导入和导出数据... GetDataDir_AsposePdf_Forms (); // Open PDF document using...var exportResult = document . Form . ExportToJson ( outputJsonPath...

    docs.aspose.com/pdf/zh/net/import-export-json/
  7. Creating and reading machine-readable ISEE shee...

    Download a ready-made OMR ISEE sheet in PDF Format for practicing and coaching. Process dozens of completed ISEE Forms per minute....processing dozens of manually filled forms in seconds. However, this usually...survey, or other standardized form. You do not even need a scanner...

    products.aspose.com/omr/exam/isee/
  8. Retrieve images from .docx Word document | Aspo...

    Learn how to Retrieve images from *.docx Word document in Aspose.ZIP for .NET with sample code and event handling techniques.... add a form to that page with enctype="multipart/form-data" attribute...attribute within <form> tag. It needed to transfer Word document...

    docs.aspose.com/zip/net/retrieve-images-from-docx/
  9. Add Image to PDF using C++|Aspose.PDF for C++

    This section describes how to add image to existing PDF file using C++ library....Resources can be images and forms for example, while content is... page -> get_Rect ()); auto form = annotation -> get_Appearance...

    docs.aspose.com/pdf/cpp/add-image-to-existing-p...
  10. Not flattening all fields on pdf via .NET - Fre...

    I have a project that is filling pdfs with data, combining, then saving them all asynchronously. I am having an issue where sometimes a few of the documents in the packets are not getting flattened. I am calling Flatten…...FlattenAllFields() on the pdf form just before saving it to a new...public Form GetPdf(Stream stream) { var pdf = new Form(stream);...

    forum.aspose.com/t/not-flattening-all-fields-on...