Está viendo la ayuda para la versión:
PDF Generator provides the ability to enable multi-threaded file conversions for certain types of files. Multi-threaded file conversion improves the performance of PDF Generator by allowing it to perform multiple conversions at the same time.
By default, PDF Generator can convert only one OpenOffice, Microsoft Word, or PowerPoint document at a time. If you enable multi-threaded conversions, PDF Generator can convert more than one of the documents concurrently. PDF Generator will launch multiple instances of OpenOffice or PDFMaker (used to perform the Word and PowerPoint conversions).
Nota:
Multi-threaded file conversions are not supported with Microsoft Word 2003 and PowerPoint 2003. To enable multi-threaded file conversions, upgrade to Microsoft Word 2007 and PowerPoint 2007 or Microsoft Word 2010 and PowerPoint 2010.
Nota:
Multi-threaded file conversions are not supported with Microsoft Excel, Microsoft Visio, Microsoft Project, or Microsoft Publisher.
Each instance of OpenOffice or PDFMaker is launched using a separate user account. Each user account that you add must be a valid user with administrative privileges on the forms server computer. In a clustered environment, the same set of users must be valid for all nodes of the cluster.
On the User Accounts page in administration console, you can specify which user accounts to use for multi-threaded file conversions. You can add accounts, delete them, or change account passwords. If you are running PDF Generator on Windows Server 2003 or Windows Server 2008, add at least three user accounts that have administrator privileges.
When adding users for OpenOffice, Microsoft Word, or Microsoft PowerPoint on Windows Server 2003 or 2008, or for OpenOffice on Linux or Sun™ Solaris™, dismiss the initial activation dialogs for all users.
On a Windows Operating system, the administrator user accounts that are used for PDF conversion (PDFG users) will need replace process level token privileges. You can add this right by using the Group Policy Editor:
Additional configuration required for OpenOffice, Microsoft Word, and Microsoft PowerPoint on Windows Server 2008
If you are running OpenOffice, Microsoft Word, or Microsoft PowerPoint on Windows Server 2008, disable UAC for each user added.
-
Add user accounts. (See Add a user account.)
-
Add entries for additional users (other than the administrator who runs the forms server) in the /etc/sudoers file. For example, if you are running AEM forms as a user named lcadm and a server named myhost, and you want to impersonate user1 and user2, add the following entries to /etc/sudoers:
lcadm myhost=(user1) NOPASSWD: ALL lcadm myhost=(user2) NOPASSWD: ALL
This configuration enables lcadm to run any command on host ‘myhost’ as ‘user1’ or ‘user2’ without prompting for password.
Nota:
Ensure that you have assigned system user and PDFG user roles to ‘user1’ and ‘user2’ . To assign PDFG role to a user, see Add a user account
-
Allow all the users that you added via Add a user account to make connections to the forms server. For example, to allow a local user named user1 the permission of making the connection to the forms server, use the following command
xhost +local:user1@
For more details, refer to xhost command documentation.
Nota:
OpenOffice must be installed in a directory location that all PDFG users can access. You can verify this by logging in as the PDFG user and checking whether you can launch OpenOffice without issues.
-
Click Add and enter the user name and password of a user who has administrative privileges on the forms server. If you are configuring users for OpenOffice, dismiss the initial OpenOffice activation dialogs.
Nota:
If you are configuring users for OpenOffice, the number of instances of OpenOffice cannot be greater than number of user accounts specified in this step.