Skip to main content
Ramondcc
Participant
May 25, 2017
Question

Multi page forms to populate a database

  • May 25, 2017
  • 1 reply
  • 351 views

I have a multi page PDF with diferent image and maps per page from a GIS program.

I want to create pdf form with some fields that repeats in all the pages. If the fields have diferent name in each page I get a .csv file with a looooot of columns and only one row. Is there some way to get a .csv with a row per page and a column per repeated field??

Thx

Ramon

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
May 25, 2017

It can be done using a custom-made script to export the values of the fields in the desired format, to a text or CSV file.

Ramondcc
RamondccAuthor
Participant
May 25, 2017

Thanks!

But export to a .csv in not really the problem. The project I'm working now is a 153 pages and 5 fields per page, that means change the name of 765 fields. I know there is the possibility to work with "Spawn template" but my project have unique image background per page.

thx again!

Ramon

Ramondcc
RamondccAuthor
Participant
May 25, 2017

After some hours looking for in the forum, I found a similar case from the 2015...

Export records from multipage form

Try67,

Thx for you quick answer. I saw you arlready answered this in 2015. I guess there are no new features added to solve this...