You attempted one good valid means to your end by copy fields, but you need to be aware why and thus how.
Here is the BlueBeam Memo sheet which I have 14 pages with a field and can either type into any one field and the other 13 follow suit. OR I can double-click a small text file and all 14 will be auto populated, say from an external application. In either case no JavaScript is required both are an Adobe PDF Acroforms feature.
因此,我做了些什么?
- I prepared 1 page, added the field and saved it. It is critical the field is perfect or else you will need to start here over again, so check format is for example comb or only numbers, etc.
- I merged that page to itself, thus 2 cloned pages with fields
- Repeat twice more now I have 8 pages, so I delete one to only have 7
- Merge once again , and now I have 14 identical pages with similar fields that have different tags.
- Run through the field names, and ensure they are without any punctuation, all the same name "ReportNumber" (I prefer CamelCase as easier to understand)
因此,我们现在有我们的模板,我们只能进入任何领域(如上文简称表B所示)。 它不必是第一个平等的国家。
OR 你向表格数据文档出口,其数量与出口数量相同。
文件模板.fdf(任何项目NumberName将做成)
%FDF-1.4
%âãÏÓ
1 0 obj
<<
/FDF <<
/F (Template.pdf)
/Fields [<<
/T (ReportNumber)
/V (123)
>>]
/ID [<7BA3DBA72A188B71F4B2A4E34D6D9188> <7BA3DBA72A188B71F4B2A4E34D6D9188>]
/UF (Template.pdf)
>>
/Type /Catalog
>>
endobj
trailer
<<
/Root 1 0 R
>>
%%EOF
Now if you save that and change the number for arguments sake A-10496-Z
Acrobat will open EVERY page with the same data.
So any quantity of field that have identical name are treated as only one field. Thus any needing different contents, MUST be different names like Blah1 Blah2 etc.