Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 25,072 for

form

(0.38 sec)
  1. Get some checkbox field properties from a Dynam...

    Hi, I am working on a dynamic XFA PDF file with checkbox fields. I know I cannot get their properties like positions, checkedValue, FullName using Aspose.PDF.InteractiveFeatures.Forms.CheckboxField.Rect, Aspose.PDF.Inte…...Forms.CheckboxField.Rect , Aspose...Aspose.PDF.InteractiveFeatures.Forms.CheckboxField.States and Aspose...

    forum.aspose.com/t/get-some-checkbox-field-prop...
  2. 解析完整字段名称|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF Facades API 检索 PDF 文档中表单字段的完全限定名称。... 创建 Form 对象。 绑定 PDF 文档。 访问所有表单字段名称。 每个字段的完全限定名称使用...# Create Form object pdf_form = pdf_facades . Form () # Bind...

    docs.aspose.com/pdf/zh/python-net/resolve-full-...
  3. Slow performance of facades FillField method - ...

    The facades FillField method is running very slow for one of my pdf Forms. Most other run quickly. I have a sample program that illustrates the problem by comparing the slow Form to a fast Form.Can you take a look and …...very slow for one of my pdf forms. Most other run quickly. I have...by comparing the slow form to a fast form.Can you take a look and...

    forum.aspose.com/t/slow-performance-of-facades-...
  4. 通过 C# 导入 FDF 格式注释到 PDF|Aspose.PDF for .NET

    使用现有的 Form.ImportFdf() 或 PdfAnnotationEditor.ImportAnnotationsFromFdf() 方法将 FDF 格式注释导入 PDF,使用 Aspose.PDF for .NET。... 此外, Class Form 包含 Form.ImportFdf 方法 - 从 FDF 文件导入字段内容并将其放入新的...文件导入字段内容并将其放入新的 PDF 中。 以下代码片段演示了如何使用 Form.ImportFdf() 方法将 FDF 格式注释导入 PDF:...

    docs.aspose.com/pdf/zh/net/import-fdf/
  5. Posting AcroForm Data|Aspose.PDF for .NET

    You can import and export Form data to and XML file with Aspose.Pdf.Facades namespace in Aspose.PDF for .NET.... but also import and export form data to and XML file. Aspose...snippets show you how to create the form and then receive the posted...

    docs.aspose.com/pdf/net/posting-acroform-data/
  6. Converting Word document to PDF does not render...

    Please find attached the word document that does not render correctly when converted to PDF. Some of the pages are not rendered correctly and new page is added at the end. Input Word file Employee evaluation Form - 5 …...Word file Employee evaluation form - 5 page.docx (679.7 KB) Output...PDF file Employee evaluation form - 5 page - converted.pdf (303...

    forum.aspose.com/t/converting-word-document-to-...
  7. 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/
  8. 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...
  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. 使用操作符|Aspose.PDF for .NET

    本主题解释了如何与 Aspose.PDF 一起使用操作符。操作符类为 PDF 操作提供了很好的功能。...()); // Create an XForm var form = Aspose . Pdf . XForm . CreateNewForm...1 ]. Resources . Forms . Add ( form ); form . Contents . Add...

    docs.aspose.com/pdf/zh/net/working-with-operators/