Lewati ke konten utama

Tambahkan Kolom Formulir ke PDF untuk Make

Tambahkan Kolom Formulir ke PDF adalah sebuah Make Modul yang menempatkan kolom formulir interaktif (input teks, kotak centang, tombol radio, menu tarik-turun, dan kotak tanda tangan) pada koordinat X/Y yang tepat di mana saja. PDF Gunakan halaman ini untuk mengotomatiskan pembuatan formulir yang dapat diisi untuk kontrak, orientasi SDM, survei, dan alur kerja apa pun di mana penerima perlu melengkapi formulir tersebut. PDF Secara digital. Outputnya adalah Base64-sudah dikodekan dan siap untuk diisi PDF Modul formulir atau unggahan langsung.

Fungsi modul ini

Fungsi modul ini: Yang PDF4me Tambahkan Kolom Formulir ke PDF Modul ini menempatkan kolom formulir interaktif - input teks, kotak centang, tombol radio, menu tarik-turun, dan kotak tanda tangan - pada koordinat X/Y yang tepat di halaman mana pun. PDF di dalam dirimu Make skenario. Beri makan itu PDF penyangga dari Google Drive, Dropbox, atau modul sebelumnya, tentukan nama bidang, tipe, dan posisi, lalu terima kembali Base64-dapat diisi dengan kode PDF siap untuk diunggah, dikirim melalui email, atau diteruskan ke Fill PDF Modul formulir. Gunakan Make'S Iterator Untuk mengulang daftar definisi kolom dan menambahkan puluhan kolom dalam satu kali menjalankan skenario - tanpa manual. PDF Dibutuhkan editor.

Postingan Blog Terkait
Belum ada postingan blog untuk fitur ini — akan segera hadir.
Sementara itu, jelajahi blog PDF4me untuk menemukan tutorial dan alur kerja di berbagai platform.
Kunjungi blog ini

Memverifikasi Identitas Anda API Meminta

Setiap PDF4me modul di Make memerlukan validitas API kunci. Hubungkan PDF4me sekali masuk Makepengelola koneksi - kunci Anda disimpan dengan aman dan digunakan kembali di semua PDF4me modul di semua skenario Anda secara otomatis.

Fakta Penting yang Tidak Boleh Anda Lewatkan

Posisi Y diukur dari sudut kiri bawah - bukan dari atas.
Sistem koordinat menggunakan PDF titik (72 pt = 1 inci) dengan titik asal di kiri bawah halaman. Posisi Y = 0 menempatkan bidang di tepi paling bawah. Untuk memposisikan bidang 1 inci dari bagian atas halaman A4 standar (tinggi 842 pt), atur Y menjadi sekitar 770 (842 − 72). Ukur dari bawah ke atas - kebalikan dari sebagian besar alat desain yang mengukur dari atas ke bawah.
Setiap panggilan modul menambahkan tepat satu field - gunakan Iterator untuk beberapa field.
Modul ini dirancang untuk menambahkan satu kolom per eksekusi. Untuk membuat formulir dengan banyak kolom, simpan definisi kolom Anda (nama, tipe, X, Y, halaman) dalam sebuah Make penyimpanan data atau JSON Kemudian, gunakan sebuah array untuk memasukkan setiap definisi melalui serangkaian modul Tambah Kolom Formulir. Output Data Dokumen dari setiap modul menjadi input Dokumen untuk modul berikutnya - formulir tersebut mengakumulasi kolom selangkah demi selangkah.
Output Data Dokumen adalah Base64 - petakan langsung ke modul berikutnya
Modul tersebut mengembalikan versi yang telah diperbarui. PDF sebagai Base64- data yang dikodekan di bidang Data Dokumen. Petakan ini langsung ke input Dokumen berikutnya PDF4me modul (Isi) PDF Bentuk, Ratakan PDF Formulir, dll.) atau ke modul unggahan penyimpanan (Google Drive, Dropbox, OneDrive). Makeintegrasi bawaannya menangani Base64-konversi ke biner secara otomatis - tidak diperlukan langkah dekode perantara.
Tambahkan Kolom Formulir ke modul PDF di Make: PDF4me
Tambahkan Kolom Formulir ke PDF modul yang dikonfigurasi di dalam Make skenario

Parameter

⚠️ Nama Berkas, Dokumen, Nama Kolom, dan Tipe Kolom Formulir semuanya wajib diisi. Parameter opsional mengontrol penempatan kolom, nilai default, dan penargetan halaman.

ParameterDiperlukanApa fungsinya?Contoh
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

Bidang Keluaran

BidangJenisIsi di dalamnya
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

Cara Mengatur Kolom Tambah Formulir PDF Modul di Make

  1. Buat atau buka Make skenario dan tambahkan pemicu atau modul yang menyediakan sumbernya. PDF - Google Drive Tonton Berkas, Dropbox Watch Folder, atau sebuah HTTP modul.
  2. Tambahkan modul Dapatkan File (Google Drive, Dropbox, atau OneDrive) untuk mengambil biner PDF buffer jika pemicu hanya mengembalikan metadata.
  3. Tambahkan PDF4me Tambahkan Kolom Formulir ke PDF modul - mencari PDF4me di daftar modul dan pilih modul tersebut.
  4. Otentikasi dengan milikmu PDF4me API kunci jika belum terhubung (masukkan di Make dialog koneksi).
  5. Nama File Peta dari output nama file modul sebelumnya.
  6. Dokumen Peta dari buffer file modul sebelumnya atau output data biner.
  7. Masukkan Nama Kolom - pengidentifikasi unik dan deskriptif (misalnya, ApplicantName, SignatureField).
  8. Pilih Jenis Kolom Formulir - Teks, Kotak centang, Tombol radio, Menu tarik-turun, atau Tanda tangan.
  9. Atur Posisi X dan Y di dalam PDF titik untuk penempatan lapangan yang tepat.
  10. Halaman Set untuk menargetkan halaman tertentu (berbasis 0), atau biarkan kosong untuk semua halaman.
  11. Hubungkan modul hilir - Memetakan Data Dokumen ke Isian PDF Modul formulir, atau unggah ke Google Drive/Dropbox.

Jenis Kolom Formulir Apa Saja yang Dapat Anda Tambahkan ke Formulir? PDF di dalam Make?

PDF4me mendukung lima tipe bidang interaktif: Teks untuk input satu atau multi-baris, Kotak centang untuk pilihan boolean, Radio Tombol-tombol dikelompokkan berdasarkan nama kolom yang sama, Menu tarik-turun daftar untuk opsi pilihan, dan Tanda tangan kolom untuk tanda tangan digital. Semua posisi menggunakan PDF titik koordinat (72 pt = 1 inci) dari titik asal kiri bawah. Untuk selengkapnya PDF Spesifikasi kolom formulir, lihat PDF Standar 32000-1 dan Make PDF4me integrasi.

Contoh Skenario

Templat Kontrak → Tambahkan Bidang → Simpan ke SharePointWhen a new contract type is approved, automatically add name, date, and signature fields to the template PDF and archive it in SharePoint.
Susunan Pertanyaan Survei → Iterator → Satu Bidang per PertanyaanTurn a structured list of survey questions into a fillable PDF form by iterating over field definitions stored in a Make data store.
Lowongan Kerja Baru → Tambahkan Kolom Aplikasi → Kirim Formulir yang Dapat Diisi ke HR melalui EmailAutomatically generate a fillable job application PDF with name, email, phone, and experience fields every time a new position is posted.

Pertanyaan yang Sering Diajukan

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.

Modul Terkait

Dapatkan Bantuan