Zum Hauptinhalt springen

Formularfeld hinzufügen PDF für Make

Formularfeld hinzufügen PDF ist ein Make Modul, das interaktive Formularfelder (Texteingabefelder, Kontrollkästchen, Optionsfelder, Dropdown-Menüs und Unterschriftenfelder) an präzisen X/Y-Koordinaten auf beliebiger Seite platziert PDF Seite. Nutzen Sie es, um die Erstellung ausfüllbarer Formulare für Verträge, HR-Onboarding, Umfragen und jeden Workflow zu automatisieren, bei dem Empfänger ein Formular ausfüllen müssen. PDF digital. Ausgabe ist Base64-kodiert und bereit für die Füllung PDF Formularmodul oder direkter Upload.

Was dieses Modul bewirkt

Was dieses Modul bewirkt: Der PDF4me Formularfeld hinzufügen PDF Das Modul platziert interaktive Formularfelder – Texteingabefelder, Kontrollkästchen, Optionsfelder, Dropdown-Menüs und Unterschriftenfelder – an präzisen X/Y-Koordinaten auf jeder beliebigen Seite einer PDF in Ihrem Make Szenario. Füttere es mit einem PDF Puffer von Google Drive, Dropboxoder ein früheres Modul, definieren Sie den Feldnamen, den Typ und die Position und erhalten Sie eine Antwort zurück Base64-kodiert ausfüllbar PDF Bereit zum Hochladen, Versenden per E-Mail oder Übergeben an den Füllservice PDF Formularmodul. Verwenden Sie Make'S Iterator Eine Liste von Felddefinitionen durchlaufen und in einem einzigen Szenariolauf Dutzende von Feldern hinzufügen – ohne manuelle Eingabe PDF Redakteur/in gesucht.

Verwandte Blog-Beiträge
Zu dieser Funktion gibt es noch keinen Blogbeitrag – folgt in Kürze.
Schauen Sie sich in der Zwischenzeit im PDF4me-Blog Tutorials und Arbeitsabläufe für alle Plattformen an.
Besuchen Sie den Blog

Authentifizierung Ihres API Anfrage

Jeder PDF4me Modul in Make erfordert eine gültige API Schlüssel. Verbinden. PDF4me einmal in MakeDer Verbindungsmanager von - Ihr Schlüssel wird sicher gespeichert und für alle Anwendungen wiederverwendet PDF4me Module werden in all Ihren Szenarien automatisch integriert.

Wichtige Fakten, die Sie nicht verpassen sollten

Die Position Y wird von der unteren linken Ecke aus gemessen – nicht von der oberen Ecke.
Das Koordinatensystem verwendet PDF Punkte (72 pt = 1 Zoll) mit dem Ursprung unten links auf der Seite. Position Y = 0 platziert das Feld ganz unten. Um ein Feld 1 Zoll vom oberen Rand einer Standard-A4-Seite (842 pt hoch) zu positionieren, stellen Sie Y auf ungefähr 770 (842 − 72) ein. Messen Sie von unten nach oben – im Gegensatz zu den meisten Design-Tools, die von oben nach unten messen.
Jeder Modulaufruf fügt genau ein Feld hinzu – verwenden Sie einen Iterator für mehrere Felder.
Das Modul ist so konzipiert, dass es bei jeder Ausführung ein Feld hinzufügt. Um ein Formular mit vielen Feldern zu erstellen, speichern Sie Ihre Felddefinitionen (Name, Typ, X, Y, Seiten) in einer Datei. Make Datenspeicher oder JSON Anschließend wird ein Array erstellt und mithilfe eines Iterators jede Definition durch eine Kette von Modulen zum Hinzufügen von Formularfeldern geleitet. Die Dokumentdatenausgabe jedes Moduls dient als Dokumenteingabe des nächsten Moduls – das Formular sammelt die Felder schrittweise an.
Die Dokumentdatenausgabe ist Base64 - direkt dem nächsten Modul zuordnen
Das Modul gibt die aktualisierte Version zurück. PDF als Base64Die kodierten Daten befinden sich im Feld „Dokumentdaten“. Ordnen Sie diese direkt dem Dokumenteingang des nächsten Elements zu. PDF4me Modul (Füllen) PDF Formen, Abflachen PDF Formular usw.) oder an ein Speicherupload-Modul (Google Drive, Dropbox, OneDrive). MakeDie nativen Integrationen von 's werden verarbeitet Base64Automatische Umwandlung in Binärdaten – kein Zwischenschritt der Dekodierung erforderlich.
Formularfeld zum PDF-Modul hinzufügen in Make: PDF4me
Formularfeld hinzufügen PDF Modul, das innerhalb eines konfiguriert ist Make Szenario

Parameter

⚠️ Dateiname, Dokument, Feldname und Formularfeldtyp sind allesamt Pflichtfelder. Optionale Parameter steuern die Feldplatzierung, den Standardwert und die Seitenausrichtung.

ParameterErforderlichWas es tutBeispiel
File NameRequiredFilename of the source PDF including the .pdf extension. Map from the previous module's file name output or enter a static name. Used for output identification and file format validation.application_form.pdf
DocumentRequiredThe PDF file content as a binary buffer. Map from a Get File module (Google Drive, Dropbox, OneDrive, HTTP) or from the Document Data output of a previous PDF4me module. This is the base PDF that will receive the new form field.[Buffer from Google Drive Get File]
Field NameRequiredUnique identifier for the form field. Used for field recognition when filling the form programmatically or with the Fill PDF Form module. Use descriptive names without spaces (e.g. FirstName, EmailAddress, AgreeToTerms). Must be unique within the document.email_address
Form Field TypeRequiredThe type of interactive field to add. Text - single or multi-line text input. Checkbox - boolean tick box (true/false). Radio - radio button selection (group via shared Field Name). Dropdown - drop-down list selection. Signature - digital signature field.Text
Initial ValueConditionalDefault value pre-populated in the field. For Text fields: any string (appears as placeholder text). For Checkbox: "1" or "true" to pre-check, "0" or "false" for unchecked. Leave empty for blank fields that the recipient fills in.Enter your email address
Position XConditionalHorizontal position of the field from the left edge of the page, measured in PDF points (72 points = 1 inch). Default: 0 (left edge). Use a PDF ruler or coordinate tool to determine the exact X value for your layout.100
Position YConditionalVertical position of the field from the bottom-left corner of the page, measured in PDF points (72 points = 1 inch). Y = 0 is the bottom edge. For A4 (842 pt tall), Y = 770 places the field approximately 1 inch from the top.500
PagesConditionalTarget pages for the field using 0-based indexing. Use comma-separated indices for specific pages (e.g. "0,2,4"), ranges with hyphen (e.g. "0-3" for first four pages), or leave empty to apply to all pages.0

Ausgabefelder

FeldTypWas es enthält
Document NameStringOutput PDF filename with the form field added
Document DataBase64The updated PDF with the new form field encoded as Base64; map directly to the next module's Document input or a storage upload field

So richten Sie das Hinzufügen eines Formularfelds ein PDF Modul in Make

  1. Erstellen oder öffnen Sie ein Make Szenario und fügen Sie einen Trigger oder ein Modul hinzu, das die Quelle bereitstellt. PDF - Google Drive Watch Files, Dropbox Überwachungsordner oder ein HTTP Modul.
  2. Fügen Sie ein „Datei abrufen“-Modul hinzu. (Google Drive, Dropbox, oder OneDrive) um die Binärdatei abzurufen PDF Puffern, falls der Trigger nur Metadaten zurückgibt.
  3. Füge die PDF4me Formularfeld hinzufügen PDF Modul - suchen PDF4me in der Modulliste auswählen.
  4. Authentifizieren mit Ihrem PDF4me API Schlüssel eingeben, falls noch nicht verbunden (geben Sie ihn ein in der Make Verbindungsdialog).
  5. Kartendateiname aus der Dateinamenausgabe des vorherigen Moduls.
  6. Kartendokument aus dem Dateipuffer oder der Binärdatenausgabe des vorherigen Moduls.
  7. Feldnamen eingeben - eine eindeutige, beschreibende Kennung (z.B. ApplicantName, SignatureField).
  8. Formularfeldtyp auswählen - Text, Kontrollkästchen, Optionsfeld, Dropdown-Menü oder Signatur.
  9. Position X und Y festlegen In PDF Punkte für eine präzise Feldplatzierung.
  10. Seiten festlegen um gezielt bestimmte Seiten anzusprechen (0-basiert), oder lassen Sie das Feld leer, um alle Seiten zu erfassen.
  11. Schließen Sie ein nachgelagertes Modul an. - Dokumentdaten einem Feld zuordnen PDF Formularmodul oder Upload zu Google Drive/DropboxDie

Welche Formularfeldtypen können Sie einem Formular hinzufügen? PDF In Make?

PDF4me Unterstützt fünf interaktive Feldtypen: Text für ein- oder mehrzeilige Eingänge, Kontrollkästchen für boolesche Auswahlen Radio Schaltflächen, gruppiert nach einem gemeinsamen Feldnamen, Runterfallen Listen für ausgewählte Optionen und Unterschrift Felder für digitale Signaturen. Alle Positionen verwenden PDF Koordinatenpunkte (72 pt = 1 Zoll) vom Ursprung unten links. Für die vollständige PDF Formularfeldspezifikation siehe PDF 32000-1 Standard und die Make PDF4me IntegrationDie

Szenariobeispiele

Vertragsvorlage → Felder hinzufügen → In SharePoint speichernWhen a new contract type is approved, automatically add name, date, and signature fields to the template PDF and archive it in SharePoint.
Array von Umfragefragen → Iterator → Ein Feld pro FrageTurn a structured list of survey questions into a fillable PDF form by iterating over field definitions stored in a Make data store.
Neue Stellenausschreibung → Bewerbungsfelder hinzufügen → Ausfüllbares Formular per E-Mail an die Personalabteilung sendenAutomatically generate a fillable job application PDF with name, email, phone, and experience fields every time a new position is posted.

Häufig gestellte Fragen

How are Position X and Y coordinates measured in this module?+
Coordinates use PDF points (72 pt = 1 inch) measured from the bottom-left corner of the page. Position X = 0 is the left edge; Position Y = 0 is the bottom edge. For a standard A4 page (842 pt tall), Y = 770 places a field approximately 1 inch from the top. Use a PDF coordinate tool or the PDF ruler in Acrobat to determine exact values before building your scenario.
How do I add multiple form fields in one Make scenario?+
Chain multiple Add Form Field to PDF modules in sequence. Map the Document Data output of each module to the Document input of the next - the form accumulates fields step by step. For a large number of fields, use Make's Iterator with a data store array of field definitions to process them programmatically without manually chaining hundreds of modules.
What is the correct Initial Value format for a checkbox?+
Set Initial Value to "1" or "true" to pre-check the box by default, or "0" or "false" for unchecked. For text fields, enter any string as placeholder text. Leave Initial Value empty for fields that the recipient fills in themselves - the field renders as a blank interactive element.
Does the Pages parameter use 0-based or 1-based indexing?+
Pages uses 0-based indexing - page 1 of the document is index 0, page 2 is index 1, and so on. Use comma-separated values for specific pages (e.g. "0,2,4"), ranges with hyphen (e.g. "0-3" for the first four pages), or leave empty to apply the field to every page in the document.
How do I use the Document Data Base64 output in the next module?+
Map the Document Data field directly to the Document or Buffer input of the next PDF4me module (e.g. Fill PDF Form, Flatten PDF Form). For Google Drive or Dropbox uploads, select the Data field and choose the Base64 mapping - Make handles the conversion to binary automatically. No intermediate decoding step is needed.

Verwandte Module

Hilfe erhalten