Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 5,957 for

form field

(0.14 sec)
  1. 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/
  2. 扁平化所有字段|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python via .NET 将 PDF 中的所有表单字段扁平化。它展示了如何绑定 PDF 文档、将每个交互式表单元素转换为静态页面内容,并保存最终文件。...在本示例中, Form facade 来自 aspose.pdf.facades...flatten_all_fields() 方法,该方法将所有字段转换为不可编辑的内容。 初始化 pdf_facades.Form() 以操作...

    docs.aspose.com/pdf/zh/python-net/flatten-all-f...
  3. Optimize, Compress or Reduce PDF Size in PHP|As...

    Optimize PDF file, shrink all images, reduce size PDF, Unembed fonts, Remove unused objects using PHP....objects Remove flattening form fields Remove or flatten annotations...$document -> close (); Removing Form Fields If the PDF document contains...

    docs.aspose.com/pdf/php-java/optimize-pdf/
  4. Features|Aspose.Words for Java

    Aspose.Words for Java provides users with a wide range of features from simply converting and modifying documents to creating structured and visually appealing documents or automating reporting....TOC , page numbers, and other fields before rendering or printing...Access, create and modify fields, form fields, hyperlinks, and bookmarks...

    docs.aspose.com/words/java/features/
  5. Document Builder Overview in Python|Aspose.Word...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones using Python. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in Python....as text, tables, images, and fields with formatting. It also includes...move_to_document_start and move_to_field . This virtual cursor indicates...

    docs.aspose.com/words/python-net/document-build...
  6. Spacing issue observed with new version of Aspo...

    Hi, We have recently updated aspose dll version from V14 to V23. We are seeing issues in the Forms related to removal of spaces when we reference to newer version of dll into the solution. For example: If the word docu…...We are seeing issues in the forms related to removal of spaces...contains a merge field and the value of the merge field returns as...

    forum.aspose.com/t/spacing-issue-observed-with-...
  7. 使用 Aspose.PDF for C++ 提取图像和签名信息|Aspose.PDF for C++

    您可以使用 C++ 的 SignatureField 类从签名字段中提取图像和签名信息。...for (auto& field : pdfDocument->get_Form()->get_Fields()) { auto...System::DynamicCast<Aspose::Pdf::Forms::SignatureField>(field); if (sf != nullptr)...

    docs.aspose.com/pdf/zh/cpp/extract-image-and-si...
  8. Manage Document Properties|Documentation

    Learn how to manage document properties through the Aspose.Cells for Python via Java APIs....defined by the end user in the form of name‐value pairs. The most...Java populates Application field with the value ‘Aspose.Cells’...

    docs.aspose.com/cells/python-java/managing-docu...
  9. Aspose.PDF Product Family

    Find answers to create, convert, edit, and manipulate PDF files programmatically....Flatten PDF Form using C++ How to Flatten PDF Form Fields in Java...in C# How to Flatten PDF Form Fields in C# «« « 13 14 15 16 17...

    kb.aspose.com/pdf/page/17/
  10. Validation if a document is PDF/A and singed? -...

    Hello, we have an issue. We would like to check whether a PDF is digitally signed and whether it is in PDF/A Format. Does Aspose support this kind of check? We are using Aspose version 25.4. Thanks in advance!...foreach (var field in pdfDoc.Form.Fields) { if (field is SignatureField)...signature = (SignatureField)field; if (signature.Signature !=...

    forum.aspose.com/t/validation-if-a-document-is-...