Produce an audit trail showing when each executive viewed and approved the final policy before publishing: capture vie…
Sign in to the Adobe Admin Console with your administrator account.
Navigate to the Products section and select your Acrobat subscription.
Click on Policies or the equivalent section for feature controls.
Locate the policy setting for Export PDF or Export to Office formats.
Configure the export permission to allow or restrict exporting PDFs to Office formats (such as Word, Excel, or PowerPoint) as required for your organization.
CautionRestricting export may impact workflows for users who rely on PDF-to-Office conversions.
Enable auditing or logging for export actions if your plan supports it, ensuring export events are tracked for compliance.
NoteAudit logs can be reviewed in the Admin Console or exported for further analysis.
Save and apply the updated policy settings to your user groups or organization.
Communicate the policy changes to end users and provide guidance on compliant export usage.
Best practiceConsider using conditional access or group-based policies for finer control, as recommended by enterprise IT best practices.
Admins can centrally enforce and audit PDF export-to-Office permissions for all users through the Admin Console.
This runs in the Acrobat app and Admin Console—there is no separate public API for policy enforcement of export-to-Office.
| Option | Purpose | Best For |
|---|---|---|
| Retain Flowing Text | Prioritizes easy text editing and word wrap, even if the page design changes a little. | Documents with a lot of text you will rewrite or reformat, like articles or reports. |
| Retain Page Layout | Keeps the exact visual placement of text and images as they appear in the PDF. | Documents where the layout is critical, such as forms, tables, or brochures. |
This usually happens because the fonts used in the original PDF are not embedded in the file or installed on your computer. Acrobat tries to match the PDF layout, but if it can't find the correct fonts, it uses substitutes or creates incorrect spacing. To fix this, you might need to adjust font spacing in the new document or ensure the original fonts are available before exporting.
Yes, you can. When exporting a scanned PDF, Adobe Acrobat has a feature called 'Recognize text if needed'. This tool uses Optical Character Recognition (OCR) to identify text within the image of the scanned document. Enabling this option before you export will allow Acrobat to convert the image-based text into editable text in your chosen format, like Word or Excel.
The Adobe PDF Services API allows developers to automate PDF tasks, including exporting PDFs. It provides an 'Export PDF' operation that can convert PDFs to various formats like Word, Excel, PowerPoint, or plain text. This API is useful for integrating PDF conversion into custom applications or workflows, and it also performs OCR on image text during the export process.