11.2.1 for Windows
Table Of Contents
- Contents
- Chapter 1 – Introduction
- Chapter 2 – Get Started
- Workspace Basics
- Customize the toolbar
- Customize the Skin
- Mouse/Touch Mode
- Set Preferences
- 3D
- Accessibility
- Action Wizard
- AIP Settings (Pro Only)
- Commenting
- Create PDF
- Documents
- ECM Integration
- Editing
- File Associations
- Forms
- Full Screen
- General
- History
- Identity
- Index
- JavaScript
- Languages
- Layout Grid
- Measuring
- Multimedia (Legacy)
- Page Display
- Reading
- Reviewing
- Search
- Security
- PDF Sign
- Signature
- Speech
- Spelling
- Tablet
- Time Stamp Servers
- Trust Manager
- Updater
- Chapter 3 – Read
- Open PDFs
- Save PDFs
- Close a PDF
- Export PDFs
- View PDFs
- Work on 3D Content in PDFs
- Select & Copy
- Search & Index in PDFs
- Compare PDF Files
- Word Count
- Chapter 4 – Create
- Create a PDF in Different Ways
- One-click PDF Creation from Any File
- Create PDFs in the Foxit PDF Editor Application Window
- Create PDFs in Microsoft Word, Excel and PowerPoint
- Create PDFs or PDF Portfolios with Microsoft Outlook
- Create PDFs in Microsoft Visio (Pro Only)
- Create PDFs in Microsoft Project (Pro Only)
- Create PDFs using the Print command
- Create PDFs within web browsers
- Create PDFs using Print to Evernote
- Create PDFs using Scanner
- Create and customize a PDF portfolio
- OCR PDFs and PDF Portfolios
- Create a table of contents from bookmarks
- Industry Standard Validation and Creation
- PDF versions
- Create a PDF in Different Ways
- Chapter 5 – Edit
- Undo and Redo
- Links
- Bookmarks
- Page thumbnails
- Destinations
- File Attachments
- Images
- PDF Optimizer
- Action Wizard (Pro Only)
- Work with Video & Audio
- Search and Replace Text
- Paragraph Editing
- Objects
- Articles
- Spelling Check
- Working with Layers
- PDF Properties
- Chapter 6 – Organize
- Insert Pages
- Rotate, Move, Swap and Delete Pages
- Extract, Duplicate and Replace Pages
- Split PDFs into multiple files
- Crop Pages
- Flatten Pages
- Reverse Pages
- Rearrange pages based on the bookmark order
- Header & Footer, Watermark & Background to PDFs
- Bates Numbering (Pro Only)
- Change the format of page numbering
- Chapter 7 – Comment
- Commenting tools
- About pop-up notes
- Change the appearance of comments in the Properties dialog box
- Managing Comments
- Chapter 8 – Share PDFs
- Email Documents
- Send to Evernote
- Send to OneNote
- SharePoint Integration
- Shared Review and Email Review
- ndOffice Integration
- iManage Work Integration
- OpenText eDOCS Integration
- OpenText Documentum Integration
- OpenText Content Suite Integration
- Worldox Integration
- ShareFile Integration
- Epona DMSforLegal Integration
- Alfresco
- Chapter 9 – Forms
- Interactive Form and Non-interactive form
- Fill in PDF Forms
- Comment on Forms
- Manage Form Data
- Form Fields
- JavaScript
- Chapter 10 – Security
- Check PDF security
- Password Protection & Certificate Protection
- AIP Protect (Pro Only)
- Remove hidden data
- Redaction (Pro Only)
- Windows Information Protection (WIP)
- FIPS mode
- Trust settings
- Chapter 11 – Signature
- Chapter 12 – Accessibility
- Accessibility Check and Fixes
- Accessible reading and navigation through accessibility preference setting and shortcut keys
- Create accessible PDFs (Pro Only)
- Chapter 13 – Foxit Admin Console
- Chapter 14 – Print
- Chapter 15 – Appendices
- Quick Installation Guide
- SharePoint Configuration
- Web Service Configuration
- Work with Foxit PDF Editor via VBA scripts in Microsoft Office
- Keyboard Shortcuts
- Single-key Accelerators
- Keys for Selecting Commands
- Keys for Working with Comments
- Keys for Navigating a PDF Document
- Keys for Working with Forms
- Keys for Working with PDF Portfolios
- Keys for Navigating Task Panes
- Keys for General Navigating
- Keys for Working with Navigation Panels
- Keys for Navigating the Help Window
- Keys for Accessibility
- Command Lines
- Contact Us
Foxit PDF Editor
Chapter 9: Forms User Manual
315
You can click Save to save a copy of your JavaScript code, or click Cancel to revoke
your operation.
JavaScript Editor
You can use the built-in JavaScript editor in Foxit PDF Editor (or an external JavaScript
editor if you have specified one in File > Preferences > JavaScript) to create and edit
all the JavaScripts in a PDF file. To open the JavaScript editor, choose Form >
JavaScript > Edit All JavaScripts. In the JavaScript Editor dialog box, click Go to to
jump to a specific line of code. After editing the JavaScripts, click OK to save it.
Optional Database connectivity to Windows ODBC
The Optional Database Connectivity plug-in is a JavaScript object inside Foxit PDF
Editor, allowing you to connect to Windows ODBC (Open Database Connectivity) data
sources. It provides some basic JavaScript properties and methods to gain increased
customization options and data accuracy to access to information databases. More
importantly, JavaScript can be used to execute SQL commands and retrieve data,
which can, in turn, be used to populate a PDF file. Also, developers can create
A. In the pop-up JavaScript
Console dialog box, type your
JavaScript code, or click Open
and select one of the file with
JS format.
B. Click Run button to run your
JavaScript code. You will be
prompted that the code has
run successfully. When the
code goes wrong, it gives you
an error message.