Bahamas Immigration Card Pdf Creator
A Techie Tip! For those geeks out there. When you save a fillable PDF file it does not save the fields that you enter or fill, and the only way for most folks to save a copy of their N400 application is to have a spare printout or a photo copy.
Oracle Business Intelligence Publisher User's Guide Release 10.1.3.2 Part Number B40017-01 |
|
| View PDF |
Skip Headers
Overview
To create a PDF template, take any existing PDF document and apply the BI Publisher markup. Because the source of the PDF document does not matter, you have multiple design options. For example:
Design the layout of your template using any application that generates documents that can be converted to PDF
Scan a paper document to use as a template
Download a PDF document from a third-party Web site
Note: The steps required to create a template from a third-party PDF depend on whether form fields have been added to the document. For more information, see Creating a Template from a Predefined PDF Form.
If you are designing the layout, note that once you have converted to PDF, your layout is treated like a set background. When you mark up the template, you draw fields on top of this background. To edit the layout, you must edit your original document and then convert back to PDF.
For this reason, the PDF template is not recommended for documents that will require frequent updates to the layout. However, it is appropriate for forms that will have a fixed layout, such as invoices or purchase orders.
Supported Modes
BI Publisher supports Adobe Acrobat 5.0 (PDF specification version 1.4). If you are using Adobe Acrobat Professional 6.0 (or later), use the Reduce File Size Option (from the File menu) to save your file as Adobe Acrobat 5.0 compatible.
For PDF conversion, BI Publisher supports any PDF conversion utility, such as Adobe Acrobat Distiller.
Designing the Layout
To design the layout of your template you can use any desktop application that generates documents that can be converted to PDF. Or, scan in an original paper document to use as the background for the template.
The following is the layout for a sample purchase order. It was designed using Microsoft Word and converted to PDF using Adobe Acrobat Distiller.
The following is the XML data that will be used as input to this template:
Adding Markup to the Template Layout
After you have converted your document to PDF, you define form fields that will display the data from the XML input file. These form fields are placeholders for the data.
The process of associating the XML data to the PDF template is the same as the process for the RTF template. See: Associating the XML Data to the Template Layout: Associating the XML data to the template layout.
When you draw the form fields in Adobe Acrobat, you are drawing them on top of the layout that you designed. There is not a relationship between the design elements on your template and the form fields. You therefore must place the fields exactly where you want the data to display on the template
Creating a Placeholder
You can define a placeholder as text, a check box, or a radio button, depending on how you want the data presented.
Note: If you are using Adobe Acrobat 5.0, the Form Tool is available from the standard toolbar. If you are using Adobe Acrobat 6.0 or later, display the Forms Toolbar from the Tools menu by selecting Tools > Advanced Editing > Forms > Show Forms Toolbar.
Naming the Placeholder
Bahamas Immigration Form
The name of the placeholder must match the XML source field name.
Creating a Text Placeholder
To create a text placeholder in your PDF document:
Acrobat 5.0 Users
Select the Form Tool from the Acrobat toolbar.
Draw a form field box in the position on the template where you want the field to display. Drawing the field opens the Field Properties dialog box.
In the Name field of the Field Properties dialog box, enter a name for the field.
Select Text from the Type drop down menu.
You can use the Field Properties dialog box to set other attributes for the placeholder. For example, enforce maximum character size, set field data type, data type validation, visibility, and formatting.
If the field is not placed exactly where desired, drag the field for exact placement.
Acrobat 6.0 (and later) Users
Select the Text Field Tool from the Forms Toolbar.
Draw a form field box in the position on the template where you want the field to display. Drawing the field opens the Text Field Properties dialog box.
On the General tab, enter a name for the placeholder in the Name field.
You can use the Text Field Properties dialog box to set other attributes for the placeholder. For example, enforce maximum character size, set field data type, data type validation, visibility, and formatting.
If the field is not placed exactly where desired, drag the field for exact placement.
Supported Field Properties Options
BI Publisher supports the following options available from the Field Properties dialog box. For more information about these options, see the Adobe Acrobat documentation.
General
Read Only
The setting of this check box in combination with a set of configuration properties control the read-only/updateable state of the field in the output PDF. See Setting Fields as Updateable or Read Only.
Appearance
Border Settings: color, background, width, and style
Text Settings: color, font, size
Common Properties: read only, required, visible/hidden, orientation (in degrees)
(In Acrobat 6.0, these are available from the General tab)
Border Style
Options tab
Multi-line
Scrolling Text
Format tab - Number category options only
Calculate tab - all calculation functions
Creating a Check Box
A check box is used to present options from which more than one can be selected. Each check box represents a different data element. You define the value that will cause the check box to display as 'checked.'
For example, a form contains a check box listing of automobile options such as Power Steering, Power Windows, Sunroof, and Alloy Wheels. Each of these represents a different element from the XML file. If the XML file contains a value of 'Y' for any of these fields, you want the check box to display as checked. All or none of these options may be selected.
To create a check box field:
Acrobat 5.0 Users
Draw the form field.
In the Field Properties dialog box, enter a Name for the field.
Select Check Box from the Type drop down list.
Select the Options tab.
In the Export Value field enter the value that the XML data field should match to enable the 'checked' state.
For the example, enter 'Y' for each check box field.
Acrobat 6.0 (and later) Users
Select the Check Box Tool from the Forms Toolbar.
Draw the check box field in the desired position.
On the General tab of the Check Box Properties dialog box, enter a Name for the field.
Select the Options tab.
In the Export Value field enter the value that the XML data field should match to enable the 'checked' state.
For the example, enter 'Y' for each check box field.
Creating a Radio Button Group
A radio button group is used to display options from which only one can be selected.
For example, your XML data file contains a field called <SHIPMENT_METHOD>. The possible values for this field are 'Standard' or 'Overnight'. You represent this field in your form with two radio buttons, one labeled 'Standard' and one labeled 'Overnight'. Define both radio button fields as placeholders for the <SHIPMENT_METHOD> data field. For one field, define the 'on' state when the value is 'Standard'. For the other, define the 'on' state when the value is 'Overnight'.
To create a radio button group:
Acrobat 5.0 Users
Draw the form field.
On the Field Properties dialog box, enter a Name for the field. Each radio button you define to represent this value can be named differently, but must be mapped to the same XML data field.
Select Radio Button from the Type drop down list.
Select the Options tab.
In the Export Value field enter the value that the XML data field should match to enable the 'on' state.
For the example, enter 'Standard' for the field labeled 'Standard'. Enter 'Overnight' for the field labeled 'Overnight'.
Acrobat 6.0 (and later) Users
Select the Radio Button Tool from the Forms Toolbar.
Draw the form field in the position desired on the template.
On the General tab of the Radio Button Properties dialog, enter a Name for the field. Each radio button you define to represent this value can be named differently, but must be mapped to the same XML data field.
Select the Options tab.
In the Export Value field enter the value that the XML data field should match to enable the 'on' state.
For the example, enter 'Standard' for the field labeled 'Standard'. Enter 'Overnight' for the field labeled 'Overnight'.
Defining Groups of Repeating Fields
In the PDF template, you explicitly define the area on the page that will contain the repeating fields. For example, on the purchase order template, the repeating fields should display in the block of space between the Item header row and the Total field.
To define the area to contain the group of repeating fields:
Insert a form field at the beginning of the area that is to contain the group. (Acrobat 6.0 users select the Text Field Tool, then draw the form field.)
In the Name field of the Field Properties window, enter any unique name you choose. This field is not mapped.
Acrobat 5.0 users: Select Text from the Type drop down list.
In the Short Description field (Acrobat 5.0) or the Tooltip field (Acrobat 6.0) of the Field Properties window, enter the following syntax:
<?rep_field='BODY_START'?>
Define the end of the group area by inserting a form field at the end of the area the that is to contain the group.
In the Name field of the Field Properties window, enter any unique name you choose. This field is not mapped. Note that the name you assign to this field must be different from the name you assigned to the 'body start' field.
Acrobat 5.0 users: Select Text from the Type drop down list.
In the Short Description field (Acrobat 5.0) or the Tooltip field (Acrobat 6.0) of the Field Properties window, enter the following syntax:
<?rep_field='BODY_END'?>
To define a group of repeating fields:
Insert a placeholder for the first element of the group.
Note: The placement of this field in relationship to the BODY_START tag defines the distance between the repeating rows for each occurrence. See Placement of Repeating Fields.
For each element in the group, enter the following syntax in the Short Description field (Acrobat 5.0) or the Tooltip field (Acrobat 6.0):
<?rep_field='T1_Gn'?>
where n is the row number of the item on the template.
For example, the group in the sample report is laid out in three rows.
For the fields belonging to the row that begins with 'PO_LINE_NUM' enter
<?rep_field='T1_G1'?>
For the fields belonging to the row that begins with 'C_FLEX_ITEM_DISP' enter
<?rep_field='T1_G2'?>
For the fields belonging to the row that begins with 'C_SHIP_TO_ADDRESS' enter
<?rep_field='T1_G3'?>
The following graphic shows the entries for the Short Description/Tooltip field:
(Optional) Align your fields. To ensure proper alignment of a row of fields, it is recommended that you use Adobe Acrobat's alignment feature.
Adding Page Numbers
This section describes how to add the following page-features to your PDF template:
Page Numbers
Page Breaks
Adding Page Numbers
To add page numbers, define a field in the template where you want the page number to appear and enter an initial value in that field as follows:
Decide the position on the template where you want the page number to be displayed.
Create a placeholder field called @pagenum@ (see Creating a Text Placeholder).
Enter a starting value for the page number in the Default field. If the XML data includes a value for this field, the start value assigned in the template will be overridden. If no start value is assigned, it will default to 1.
The figure below shows the Field Properties dialog for a page number field:
Adding Page Breaks
You can define a page break in your template to occur after a repeatable field. To insert a page break after the occurrence of a specific field, add the following to the syntax in the Short Description field of the Field Properties dialog box (use the Tooltip field for Acrobat 6.0):
page_break='yes'
For example:
<?rep_field='T1_G3', page_break='yes'?>
The following example demonstrates inserting a page break in a template. The XML sample contains salaries of employees by department:
We want to report the salary information for each employee by department as shown in the following template:
To insert a page break after each department, insert the page break syntax in the Short Description (or Tooltip field) for the SUMSALPERDEPTNO field as follows:
The Field Properties dialog box for the field is shown in the following figure:
Note that in order for the break to occur, the field must be populated with data from the XML file.
The sample report with data is shown in the following figure:
The page breaks after each department.
Performing Calculations
Adobe Acrobat provides a calculation function in the Field Properties dialog box. To create a field to display a calculated total on your report:
Create a text field to display the calculated total. Give the field any Name you choose.
In the Field Properties dialog box, select the Format tab.
Select Number from the Category list.
Select the Calculate tab.
Select the radio button next to 'Value is the operation of the following fields:'
Select sum from the drop down list.
Select the Pick... button and select the fields that you want totaled.
Completed PDF Template Example
The following figure shows the completed PDF template:
Runtime Behavior
Placement of Repeating Fields
As already noted, the placement, spacing, and alignment of fields that you create on the template are independent of the underlying form layout. At runtime, BI Publisher places each repeating row of data according to calculations performed on the placement of the rows of fields that you created, as follows:
First occurrence:
The first row of repeating fields will display exactly where you have placed them on the template.
Second occurrence, single row:
To place the second occurrence of the group, BI Publisher calculates the distance between the BODY_START tag and the first field of the first occurrence. The first field of the second occurrence of the group will be placed this calculated distance below the first occurrence.
Second occurrence, multiple rows:
If the first group contains multiple rows, the second occurrence of the group will be placed the calculated distance below the last row of the first occurrence.
The distance between the rows within the group will be maintained as defined in the first occurrence.
Setting Fields as Updateable or Read Only
When you define a field in the template you have the option of selecting 'Read Only' for the field, as shown in the following sample Text Field Properties dialog:
Regardless of what you choose at design time for the Read Only check box, the default behavior of the PDF processing engine is to set all fields to read-only for the output PDF. You can change this behavior using the following configuration properties in the BI Publisher Configuration File:
all-field-readonly
all-fields-readonly-asis
remove-pdf-fields
Note that in the first two options, you are setting a state for the field in the PDF output. The setting of individual fields can still be changed in the output using Adobe Acrobat Professional. Also note that because the fields are maintained, the data is still separate and can be extracted. In the third option, 'remove-pdf-fields' the structure is flattened and no field/data separation is maintained.
To make all fields updateable:
Set the 'all-field-readonly' property to 'false'. This sets the Read Only state to 'false' for all fields regardless of the individual field settings at design time.
To make all fields read only:
This is the default behavior. No settings are required.
To maintain the Read Only check box selection for each field:
To maintain the setting of the Read Only check box on a field-by-field basis in the output PDF, set the property 'all-fields-readonly-asis' to 'true'. This property will override the settings of 'all-field-readonly'.
To remove all fields from the output PDF:
Set the property 'remove-pdf-fields' to 'true'.
Overflow Data
When multiple pages are required to accommodate the occurrences of repeating rows of data, each page will display identically except for the defined repeating area, which will display the continuation of the repeating data. For example, if the item rows of the purchase order extend past the area defined on the template, succeeding pages will display all data from the purchase order form with the continuation of the item rows.
Creating a Template from a Predefined PDF Form
There are many PDF forms available online that you may want to use as templates for your report data. For example, government forms that your company is required to submit. You can use these downloaded PDF files as your report templates, supplying the XML data at runtime to fill the report out.
Some of these forms already have form fields defined, some do not. If the form already has fields defined, you can either use BI Publisher's Mapping tool (see Adding a Predefined Form as a Template) or name your data fields to match the form field names (see Using a Predefined Form as a Template by Matching Form Fields). If the form fields are not already defined in the downloaded PDF, you must create them. See Adding Markup to the Template Layout for instructions on inserting the form field placeholders.
Using a Predefined PDF Form as a Template by Matching the Form Fields
Download or import the PDF file to your local system.
Open the file in Adobe Acrobat.
Select the Text Field Tool (Acrobat 6.0 users) or the Form Tool (Acrobat 5.0 users). This will highlight text fields that have already been defined.
The following figure shows a sample W-4 PDF form after selecting the Text Field Tool to highlight the text fields (in Acrobat 6.0).
To map the existing form fields to the data from your incoming XML file, you must rename the fields to match the element names in your XML file.
Open the text form field Properties dialog by either double-clicking the field, or by selecting the field then selecting Properties from the right-mouse menu.
In the Name field, enter the element name from your input XML file.
Repeat for all fields that you want populated by your data file.
Copyright © 2005, 2006, Oracle. All rights reserved.
|
|
Where there is money there is a transaction. Where there is a transaction, there must be some proofs that the transaction actually took place. A money deal is too good, but can only continue if there is a proof that the deal took place and is indeed a valid one. Method Statement Templates is easy for people you are dealing with to things up and make a claim that a transaction did not take place through the bank.
Related:
Bahamas Immigration Card Pdf Creator Software
General Income Statement Template in iPages
Printable Income Statement Template
Editable Income Statement Monthly Template
Quarterly Income Statement Template in MS Word
Cash Flow Statement Template to Print
Simple Financial Statement Template
Monthly Bank Statement
This template works out when using a credit/Debit card for regular transactions. Even sometimes the user may not get message alerts on the transaction done, and then it works well in such cases. It consists of 2 categories such as deposits as well as withdrawals. Available for free download!
Bank Statement Zip code
Bank statement Zip code template works out well while checking a specific activity on deposits and withdrawals performed. This template is used mostly in case of joint account shared by 2 people. It consists of the addresses of both the account holders at the top left side for banker reference.
Bank Statement Reconciliation
This particular bank template is usually used to show the balances of 2 accounts in agreement. It consists of opening balances, closing balances and current month transactions for which the user requests the statement. It helps to find out the difference between actual money spent and deposited.
Bank Statement sample
Bank statement sample template is requested actually by the new user who is going to open a personal account with a particular bank. This template is nothing but a proof of the available balance in the account from the bank with the stamp for account holder convenience.
How To Get A Bank Statement
international.mst.edu
Sample Bank Statement Template
crawfordtech.com
Bank Statement Template Free
download.nos.org
Bank Statement Template Example
osbornebooksshop.co.uk
Example of Bank Statement Template
nscc.edu
Simple Bank Statement Template
deutschebank.nl
Print Bank Statement Template
nbs.sk
Bank Statement Template Download
asternbank.com
Downloadable Bank Statement Template
wayne.edu
Searching for best bank statement templates, then you are at the right place. Here you can download different bank statement templates at free of cost. Bank statement templates act as a proof for the transactions handled by the user. These statement templates are used to create bank statements such as account summary statement, mini and monthly statements on the transactions done, bank statements for visa applications etc., for both the customers and account holders of the particular bank.
Why an Account Holder Need Bank Statement Templates?
Actually, bank statements are important for both bank employees and account holders since they work as a proof for all the transactions done. But it is more important to account holders than the bank employees. These bank statement templates are used mostly to keep track of the account deposit and withdrawal transactions from time-to-time. Bank statements may vary according to the requirement of the customer such as visa application statements, withdrawal account statement, reconciling statements etc. And these templates are available at free of cost. You can just download directly by clicking on the download button and use them for your needs and requirements.
When Does an Account Holder Need Bank Statement Templates?
Bank account statement templates are actually needed when the user have either lost his message alerts or lost his debit/credit card or in a plan to move abroad. These bank account statement templates are very useful to find all the deposit, withdrawal amount listings. Even schools, as well as private, government organizations, require these bank statements to calculate their employees’ salary details every month along with offering pay slips to the employees. You can also see Sample Financial Statements.
What are the Benefits of Bank Statement Templates?
These statement templates can also be used to apply for education loan, visa loan, home loan, vehicle loans, property loan etc., in certain cases if any one has any financial problems. Actually, the thing here is these bank statements will be generated by banks using certain computer applications or automatic inbuilt software in order to save a lot of time without any risk.
Bank statement templates would be the ideal and ultimate option to keep an eye on the transactions performed from time-to-time. Here we have provided all the templates for free download. Why waiting? Download the templates here and satisfy all your needs.
Luckily enough, the bank can help you trace your transaction information, which you can then use as evidence again the unworthy persons who claims that there was no legal deal going on between the two of you. Keep the original Method Statement Templates with you and use bank statement template to make copies of the statement from the bank and then use it for casing on the issue of the lost money. You can also see Sample Income Statements.
Other uses of bank statement templates include the following:
- It acts as a proof of all the records of transactions the business has made during the last thirty days. This can be used as a great decision making tool for the future financial operations of the business.
- Can be used in organizations or schools that rely on bank statements as proof that all students have paid their fees.
Think of other uses of these templates, as the above are just a few examples.
If you have any DMCA issues on this post, please contact us!