Hi Everyone,
I have a document (application form) that has multiple sections. The first section (1 page) is a checklist which the interviewer fills out by hand. There are a series of checkboxes on the single page that makes up Section 1 that relate to whether various other sections of the document should be present. So the document might look like this:
So if on Section 1 the interviewer has ticked the checkbox for Bank Details I need to check the document has Section 3. If the interviewer has not ticked the checkbox for Bank Details I need to check Section 3 does not exist. i.e. Section 3 may or maynot exist and needs checking vs the checkbox in Section 1 and an assembly error creating if needed.
Can anyone point me in the correct direction? I'm assuming a document assembly script, I'm happy to work with vbscript or C#, if anyone has a sample that does something similar or can start me off I can finish / adapt it.
Many thanks
Richard
I have a document (application form) that has multiple sections. The first section (1 page) is a checklist which the interviewer fills out by hand. There are a series of checkboxes on the single page that makes up Section 1 that relate to whether various other sections of the document should be present. So the document might look like this:
- Section 1 - 1 page - Checklist
- Section 2 - 2 pages - Personal Details
- Section 3 - 1 page - Bank Details
- Section 4 - 1 page - Medical Details
So if on Section 1 the interviewer has ticked the checkbox for Bank Details I need to check the document has Section 3. If the interviewer has not ticked the checkbox for Bank Details I need to check Section 3 does not exist. i.e. Section 3 may or maynot exist and needs checking vs the checkbox in Section 1 and an assembly error creating if needed.
Can anyone point me in the correct direction? I'm assuming a document assembly script, I'm happy to work with vbscript or C#, if anyone has a sample that does something similar or can start me off I can finish / adapt it.
Many thanks
Richard
コメント
2件のコメント
There are actually two ways to check your document validity:
1)Assembly script as you mentioned.
Example of a simple check(might not be 100% precise):
2)Rule script.
The difference is they throw different kinds of errors and mechanisms are different. But in the end your document will end up with some kind of error nonetheless.
If you need some more scripts example please consider using this link: http://knowledgebase.abbyy.com/article/1456
Hope that helps,
Vladislav
サインインしてコメントを残してください。