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
313
To change the field calculation order, select the field from the list, and then click
the Up or Down button as needed.
Click OK to finish.
Edit Static XFA Forms
Foxit PDF Editor supports editing of static XFA forms.
To edit static XFA forms, please do as below:
1. Open the static XFA form with Foxit PDF Editor and choose Form > Edit Static XFA
Form. You’ll be prompted to save a copy of the original file to continue to edit.
2. Click Yes to edit the form as needed.
JavaScript
JavaScript is a dynamic, prototype-based language with first-class functions, which
serves as a means to easily create interactive web pages. In Foxit PDF Editor, you can
easily integrate this level of interactivity into your PDF documents.
With Foxit PDF Editor, you can invoke JavaScript code using actions associated with
documents, bookmarks, links, and pages. Foxit PDF Editor provides four options –
Document JavaScript, Document Action, JavaScript Console, and Edit All JavaScripts.
The Document JavaScript lets you create or access document level scripts in Foxit PDF
Editor. The Document Action lets you create document-level JavaScript actions that
apply to the entire document. The JavaScript Console provides an interactive and
convenient interface for testing portions of JavaScript code and experimenting with
object properties and methods. The Edit All JavaScripts option allows you to create
and edit all JavaScripts (e.g. bookmark JavaScripts, page JavaScripts, etc.) in the
JavaScript Editor.
(Tip: You can modify JavaScript code using other JavaScript editors you are familiar with
such as WebStorm and Sublime Text. To do this, you need to add the JavaScript editor first
in File > Preferences > JavaScript. See also Use external JavaScript editor.)
Document JavaScript
Document JavaScripts are variable and function definitions that are generally useful
to a given document, but are not applicable outside the document.