Sort Score
Result 10 results
Languages All
Labels All
Results 4,281 - 4,290 of 25,066 for

forms

(0.14 sec)
  1. Saving recognition results|Documentation

    How to get form recognition results in CSV, XML or JSON formats.... Recognize ( "filled-form.png" ); string result = recognitionResult...templateProcessor . Recognize ( "filled-form.png" ); MemoryStream result...

    docs.aspose.com/omr/net/recognition/save/
  2. Comment ajouter un filigrane d'image dans PPTX ...

    Dans cette rubrique, nous vous expliquerons comment ajouter un filigrane d'image dans PPTX à l'aide de Python. Vous pouvez insérer un filigrane d'image dans PowerPoint en utilisant une interface API simple en Python....présentation Parcourez chaque forme à l’intérieur de la collection...Master Slide/s Insérez une forme de cadre photo avec l’image...

    kb.aspose.com/fr/slides/python/how-to-add-image...
  3. Détection de feuilles vides avec Node.js via C+...

    Cet article vous montre un code expliquant comment détecter automatiquement les feuilles vides des classeurs Excel en utilisant l’API Node.js avec la bibliothèque C++....uniquement avec une mise en forme appliquée. Dans ce cas, les...initialisées en raison de la mise en forme ne peuvent pas être détectées...

    docs.aspose.com/cells/fr/nodejs-cpp/detecting-e...
  4. Lägg till WordArt vattenstämpel till Diagram|Do...

    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....texten att passa en förinställd form eller tillämpa den på ett karts...hur man lägger till en WordArt-form som en vattenstämpel för diagrammets...

    docs.aspose.com/cells/sv/java/add-wordart-water...
  5. Utvecklarguide|Documentation

    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....Redigera Arbeta med Layer Insert Form Form Sida Sida Bemästra Bemästra...och höjd Tema Tillämpa tema på form Autolayout AutoLayout-former...

    docs.aspose.com/diagram/sv/java/developer-guide/
  6. Utvecklarguide|Documentation

    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....Redigera Arbeta med Layer Insert Form Form Sida Sida Bemästra Bemästra...och höjd Tema Tillämpa tema på form Autolayout AutoLayout-former...

    docs.aspose.com/diagram/sv/net/developer-guide/
  7. Penampilan dan atribut field|Aspose.PDF for .NET

    Bagian ini menjelaskan bagaimana Anda dapat mengubah penampilan dan atribut field dengan Kelas FormEditor....mengubah tampilan dan nuansa field form, tetapi juga perilaku field...untuk mengubah penampilan field form. Ini mengambil AnnotationFlag...

    docs.aspose.com/pdf/id/net/changing-field-appea...
  8. Definir URL de envio|Aspose.PDF for Python via ...

    Este exemplo demonstra como configurar uma ação de envio para um campo de botão em um formulário PDF usando Aspose.PDF for Python....): # Create FormEditor object form_editor = pdf_facades . FormEditor...set_license () # Open input PDF file form_editor . bind_pdf ( input_file_name...

    docs.aspose.com/pdf/pt/python-net/set-submit-url/
  9. 使用 C++ 从 PDF 表单中提取数据 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式从可填写的 PDF 文档中提取用户数据字段。...Form 类获取所有字段的值。 1。如果需要,分析名称和值。 1。在...Document 类的实例中加载 PDF 1。使用 Document.Form 类获取所有字段的值 从 PDF 表单中提取数据-C++...

    products.aspose.com/pdf/zh-hans/cpp/acroforms/e...
  10. AcroFormを作成 - Pythonで記入可能なPDFを作成|Aspose.PDF for...

    Aspose.PDF for Pythonを使用して、PDFファイルでフォームをゼロから作成できます...クラスは、PDFドキュメントでフォームフィールドを管理するのに役立つ Form というコレクションを提供します。 フォームフィールドを追加するには:...フォームフィールドを追加するには: 追加したいフォームフィールドを作成します。 Formコレクションの add メソッドを呼び出します。 TextBoxFieldの追加...

    docs.aspose.com/pdf/ja/python-net/create-form/