Excel Practice Test

โ–ถ

Converting Excel files to PDF is one of the most common Excel operations โ€” for sharing with people who don't have Excel, for archival purposes, for emailing reports that should print consistently, and for creating documents that can be viewed on any device. Excel supports several methods for PDF conversion, each with different trade-offs in terms of quality, file size, and configurability.

The most direct method is Save As PDF. Excel's File โ†’ Save As menu includes PDF as a file format option. This is the simplest approach โ€” open the workbook, choose Save As, select PDF format, and Excel creates a PDF of the workbook. Most users find this method sufficient for typical needs.

Export to PDF (Excel's Create PDF/XPS feature) provides similar functionality with slightly more options. File โ†’ Export โ†’ Create PDF/XPS Document opens a dialog with controls for what to export (current sheet, entire workbook, selected range), optimization settings, and properties.

Print to PDF uses Windows' built-in 'Microsoft Print to PDF' printer (or macOS's PDF option in the print dialog) as a virtual printer that creates PDFs instead of physical output. This method handles complex page setups (print areas, scaling, repeating headers) the same way actual printing would.

Online converters (Smallpdf, iLovePDF, Adobe's online converter) accept Excel files and produce PDFs. Useful when working on a machine without Excel installed, or when needing specific PDF features. Free and paid versions exist.

VBA scripting can convert Excel files to PDF programmatically โ€” useful for batch operations where you need to convert many files automatically. The ExportAsFixedFormat method is the relevant VBA call.

Beyond method choice, key decisions affect the resulting PDF: page orientation (portrait vs landscape), print area (specific cells vs full sheet), scaling (fit to one page vs natural size), quality (standard vs minimum file size), and whether to include only the active sheet or the entire workbook. Understanding these options helps produce the PDF you actually want.

This guide covers all five Excel-to-PDF conversion methods in detail, the page setup options that affect the output, common troubleshooting issues, and how to choose the right approach for different use cases. It's intended for users who need to share Excel content as PDFs and want clean, consistent results.

5 Ways to Convert Excel to PDF
  • Method 1: Save As PDF โ€” File โ†’ Save As โ†’ PDF format. Simplest method.
  • Method 2: Export to PDF โ€” File โ†’ Export โ†’ Create PDF/XPS Document. More options.
  • Method 3: Print to PDF โ€” Print dialog โ†’ Microsoft Print to PDF (Windows) or Save as PDF (Mac).
  • Method 4: Online converters โ€” Smallpdf, iLovePDF, Adobe online tools. No Excel install needed.
  • Method 5: VBA scripting โ€” ExportAsFixedFormat for batch processing.
  • Keyboard shortcut: Alt + F + E + P (File โ†’ Export โ†’ PDF)
  • Best for most users: Save As PDF โ€” quickest, sufficient for typical needs
Try a Free Excel Practice Test

Method 1: Save As PDF in detail. This is the recommended method for most users.

Step 1: Open your Excel workbook. Make any needed adjustments to formatting, page setup, and print areas before converting (these affect the PDF output).

Step 2: Click File โ†’ Save As. Choose location for the PDF file. In the 'Save as type' dropdown, select 'PDF (*.pdf).'

Step 3: Click 'Options' button (below the file name and type). This opens a dialog with conversion settings: Page range (All pages, Selected range, Active sheet, Entire workbook), Optimization (Standard for higher quality, Minimum size for smaller file), Include non-printing information (document properties, document structure tags for accessibility, ISO 19005-1 compliant).

Step 4: Click OK to close Options dialog. Click Save to create the PDF.

Step 5: Excel creates the PDF. By default, Excel typically opens the PDF after creation (this can be disabled in Options).

This method respects your page setup: orientation, margins, print area, page breaks, scaling, headers/footers. Whatever you'd see in print preview is what appears in the PDF.

Differences from Print to PDF: Save As PDF directly creates the file from Excel's internal representation. Print to PDF goes through the Windows print pipeline. For most Excel content, the outputs are identical. For complex formatting (especially with charts and embedded objects), Save As PDF sometimes produces slightly different results than Print to PDF.

Output quality: Excel's PDF output is generally high quality. Charts, images, and complex formatting transfer well. Text remains selectable in the PDF (not converted to images). Hyperlinks remain functional in the PDF. The result is a 'real' PDF, not a screenshot-style PDF.

Save As PDF Options

๐Ÿ”ด Page range

All pages, Active sheet, Entire workbook, Selected range. Affects what's included.

๐ŸŸ  Optimization

Standard (better quality, larger file) or Minimum size (smaller file, slightly lower quality).

๐ŸŸก Document properties

Title, author, subject, keywords included in PDF metadata.

๐ŸŸข Document structure tags

For accessibility โ€” screen readers can navigate properly. Enable for accessibility compliance.

๐Ÿ”ต ISO 19005-1 (PDF/A)

Archive-friendly format. For long-term storage. Larger file size.

๐ŸŸฃ Bitmap text

Convert text to images. Better for certain compatibility scenarios. Larger file, no text selection.

Method 2: Export to PDF (Create PDF/XPS Document). Similar to Save As PDF but accessed differently. Functionally identical to Save As PDF in terms of output.

Step 1: Open your Excel workbook.

Step 2: Click File โ†’ Export โ†’ Create PDF/XPS Document.

Step 3: Click the 'Create PDF/XPS' button. This opens the file save dialog.

Step 4: Choose location, file name, and click Options for the same settings as Save As PDF.

Step 5: Click Publish to create the PDF.

Method 2 produces the same output as Method 1. The difference is access path โ€” Method 2 is in the Export menu, while Method 1 is in the Save As menu. Use whichever path you remember or find more convenient.

Both Method 1 and Method 2 are functionally equivalent. Microsoft maintains both for user preference rather than functional difference.

Method 3: Print to PDF (Microsoft Print to PDF on Windows, Save as PDF on Mac). This method uses a 'virtual printer' that produces a PDF instead of physical output.

Step 1: Open the workbook. Set up print area, page orientation, scaling as desired (File โ†’ Page Setup, or Page Layout tab).

Step 2: Press Ctrl+P (Cmd+P on Mac) to open the print dialog.

Step 3: Select 'Microsoft Print to PDF' as the printer (Windows) or click the PDF dropdown and choose 'Save as PDF' (Mac). On Mac, the PDF dropdown is in the lower-left of the print dialog.

Step 4: Configure print settings (which sheets to print, what range, scaling, etc.) โ€” same as if you were printing on paper.

Step 5: Click Print. A save dialog appears asking where to save the PDF.

Step 6: Choose location and click Save. The PDF is created.

Print to PDF outputs are generally similar to Save As PDF outputs. For complex pages with specific print formatting (repeating headers, page breaks, footers), Print to PDF sometimes handles these slightly differently than Save As PDF. If your output looks wrong with one method, try the other.

Conversion Methods Compared

๐Ÿ“‹ Save As PDF

Best for: Most users โ€” quick and reliable

Access: File โ†’ Save As โ†’ choose PDF format

Output: High quality. Text selectable. Hyperlinks work. Charts and images transfer cleanly.

Configurable: Page range, optimization, document properties, accessibility, PDF/A archive format.

๐Ÿ“‹ Export to PDF

Best for: Same as Save As PDF (functionally identical)

Access: File โ†’ Export โ†’ Create PDF/XPS Document

Output: Same as Save As PDF.

Configurable: Same options as Save As PDF.

Why both exist: Microsoft user preference; same backend.

๐Ÿ“‹ Print to PDF

Best for: Complex page layouts, specific print formatting

Access: Ctrl+P โ†’ choose Microsoft Print to PDF (Windows) or PDF dropdown โ†’ Save as PDF (Mac)

Output: Goes through print pipeline. Sometimes handles repeating headers/footers differently.

Configurable: Standard print settings โ€” pages, scaling, etc.

๐Ÿ“‹ Online Converters

Best for: No Excel installed; specific PDF features

Tools: Smallpdf.com, iLovePDF.com, Adobe online tools, Zamzar

Output: Varies by service. Sometimes lower quality. Some preserve formatting better than others.

Privacy: File uploaded to third party. Don't use for confidential data.

Practice Excel Skills

Configuring page setup for the desired PDF output. The Excel page setup options directly affect how the PDF renders. Setting these correctly before conversion produces clean output.

Page orientation: Portrait (default, vertical pages) or Landscape (horizontal pages). Landscape is appropriate for wide spreadsheets with many columns. Access: Page Layout tab โ†’ Orientation.

Margins: Default margins (Normal) work for most cases. Wide margins for documents needing extra space. Narrow margins to fit more content on each page. Access: Page Layout โ†’ Margins.

Page size: Letter (8.5 ร— 11 in, default in US), A4 (8.27 ร— 11.69 in, default internationally), Legal (8.5 ร— 14 in), Tabloid (11 ร— 17 in). Access: Page Layout โ†’ Size.

Print area: Define which cells should be printed. Useful when your worksheet has data plus working notes you don't want in the PDF. Access: Page Layout โ†’ Print Area โ†’ Set Print Area. To remove: Page Layout โ†’ Print Area โ†’ Clear Print Area.

Page breaks: Excel automatically inserts page breaks based on data. You can manually adjust: Page Layout โ†’ Page Breaks โ†’ Insert Page Break (above current cell). View โ†’ Page Break Preview shows where pages will break visually.

Scaling: Fit content to specific number of pages. Page Layout โ†’ Scale to Fit. Options: Fit to 1 page wide by 1 page tall (compresses to single page), 1 page wide by Auto pages tall (one column-width per page), Custom scaling percentage (e.g., 80% reduces size).

Headers and footers: Page Layout โ†’ Page Setup โ†’ Header/Footer tab. Built-in options or custom text. Common: filename, sheet name, page number, date, total pages.

Print titles: Repeat specific rows or columns on each page. Useful for tables that span multiple pages. Page Layout โ†’ Print Titles โ†’ Sheet tab.

Gridlines and headings: Whether to include cell gridlines and row/column headings. Off by default in PDF. Page Layout โ†’ Sheet Options โ†’ Gridlines/Headings.

Test before final conversion: Use Print Preview (File โ†’ Print or Ctrl+P, then preview) to verify the output looks correct before creating the PDF. Easier to fix in Excel than to redo the PDF.

Common PDF Conversion Settings

Letter (8.5x11)
Default page size US
A4 (8.27x11.69)
Default page size intl
Portrait
Default orientation
Normal (~0.7 in)
Default margins
Higher quality
PDF quality (Standard)
Smaller file
PDF quality (Min size)
Auto page breaks
Multi-page documents
Convert all or selected
Multi-sheet workbook
Use Landscape orientation
Wide data
Use Print Titles
Multi-row headers
Set Print Area first
Specific section only
ISO 19005-1 compliant
PDF/A archive format

Method 4: Online conversion services. Useful when Excel isn't available, or for specific PDF features that Excel doesn't support.

Smallpdf (smallpdf.com): Popular free converter with paid features. Free tier limits documents per day. Drag-and-drop interface. Preserves most Excel formatting. Good for occasional conversions.

iLovePDF (ilovepdf.com): Similar to Smallpdf. Free tier available. Multiple PDF tools (split, merge, compress in addition to conversion).

Adobe Online Tools (acrobat.adobe.com): Free conversion with Adobe account. Higher quality output. Slower than free competitors. Reliable.

Zamzar (zamzar.com): Older online converter. Email-based delivery option. Supports many file formats including Excel.

Microsoft Office Online: If using Office 365/Excel for Web, the in-app PDF conversion is available. Same options as desktop Excel.

Privacy considerations: When using online converters, you upload your file to a third-party service. The file may be stored on their servers temporarily. For confidential information (financial data, personal information, business secrets), online converters are generally not recommended. Use Excel's built-in conversion methods instead, which keep the file local.

Watermarks and ads: Some free online converters add watermarks to the PDF or include ads. Pay attention before downloading the result โ€” check the PDF before sharing.

File size limits: Free tiers typically limit file sizes (50 MB common). Larger Excel files may not be supported in free tier. Paid tiers usually have higher limits.

Method 5: VBA scripting for batch conversion. Useful when you need to convert many Excel files automatically โ€” e.g., monthly report generation, batch processing of templates.

Basic VBA code: ActiveWorkbook.ExportAsFixedFormat Type:=xlTypePDF, Filename:="C:\Output.pdf"

For batch processing, loop through multiple files: Dim wb As Workbook: Set wb = Workbooks.Open("C:\Input.xlsx"): wb.ExportAsFixedFormat Type:=xlTypePDF, Filename:="C:\Output.pdf": wb.Close

Advanced settings: Specify Quality (xlQualityStandard or xlQualityMinimum), IncludeDocProperties (True/False), IgnorePrintAreas (False to use print area; True to print everything), From/To page numbers, OpenAfterPublish (True to open after creation).

Optimal Conversion Process

1

Verify all data is correct. Hide unwanted columns/rows. Confirm formatting is consistent.

2

Orientation, margins, print area, scaling. Use Page Layout tab. Preview in Page Break Preview.

3

If desired: page numbers, filename, date. Page Layout โ†’ Page Setup โ†’ Header/Footer.

4

Ctrl+P or File โ†’ Print. Verify output looks correct. Adjust page setup if needed.

5

Save As PDF (default), Export to PDF, or Print to PDF. All produce similar results.

6

Options dialog: page range, optimization, properties, accessibility. Set based on need.

7

Choose location, file name. Click Save. PDF created.

8

Open PDF and check. Confirm pagination, formatting, content all transferred correctly.

Troubleshooting common Excel-to-PDF issues. Most problems have specific solutions.

Issue 1: PDF has too many pages with little content per page. Cause: Default scaling is 100%, which often causes wide spreadsheets to break across many pages. Solution: Page Layout โ†’ Scale to Fit โ†’ 1 page wide. Or set custom scaling percentage. Or change orientation to Landscape.

Issue 2: Important columns are cut off at the right side. Cause: Spreadsheet is wider than the page. Solution: Either use Landscape orientation, scale to fit (1 page wide), or use a larger page size (Legal or Tabloid).

Issue 3: Headers don't repeat on subsequent pages. Cause: Print Titles not set. Solution: Page Layout โ†’ Print Titles โ†’ Sheet tab โ†’ set 'Rows to repeat at top' to your header row(s).

Issue 4: PDF includes hidden rows or columns. Cause: Some hidden content is still being printed. Solution: Truly hide rows/columns (Format โ†’ Hide) rather than just changing their height/width. Hidden via grouping (with the +/- icons) is also reliable.

Issue 5: PDF is missing charts or images. Cause: Print quality is set to draft. Or the chart/image is outside the print area. Solution: File โ†’ Print โ†’ Properties โ†’ set to higher quality. Verify print area includes the charts.

Issue 6: Cells have incomplete content (text cut off). Cause: Cell heights not large enough for wrapped text. Solution: Select cells with wrapped text โ†’ Home โ†’ Format โ†’ AutoFit Row Height. Or set specific row heights manually.

Issue 7: PDF file is very large. Cause: Standard optimization (better quality, larger file). Solution: Save As PDF โ†’ Options โ†’ Minimum size. Or compress the PDF afterward.

Issue 8: Hyperlinks don't work in the PDF. Cause: Hyperlinks aren't preserved in some conversion methods. Solution: Use Save As PDF method (preserves hyperlinks). Avoid Print to PDF in some cases.

Issue 9: PDF has black backgrounds on cells with fill color. Cause: Print quality set to draft, or color depth set to monochrome. Solution: File โ†’ Print โ†’ Properties โ†’ set color/quality appropriately.

Issue 10: Different output from Save As PDF vs. Print to PDF. Cause: Different conversion pipelines handle complex formatting differently. Solution: Try both methods. Use the one that produces better output for your specific content.

Specific use cases and recommended approaches.

Use case 1: Sharing a financial report with someone who has no Excel. Approach: Save As PDF (standard quality). Include document properties. The receiver opens with any PDF viewer (Adobe Reader, browser, etc.) and reads the report.

Use case 2: Archival of completed work. Approach: Save As PDF โ†’ Options โ†’ ISO 19005-1 (PDF/A) compliance. This format is designed for long-term preservation; PDF readers will support it indefinitely.

Use case 3: Email distribution. Approach: Save As PDF โ†’ Options โ†’ Minimum size. Smaller file is faster to email and download. Quality is still acceptable for most content.

Use case 4: Print-shop printing (commercial printing service). Approach: Save As PDF with maximum quality settings. Use ISO compliance for compatibility. Don't compress; let the print shop handle compression if needed.

Use case 5: Web posting (PDF on website). Approach: Save As PDF โ†’ Minimum size. Web visitors prefer smaller files for faster loading. Add document properties for SEO/metadata.

Use case 6: Legal/regulatory submission. Approach: Save As PDF โ†’ Options โ†’ enable accessibility tags. Include all document properties. Use ISO 19005-1 compliance if required. Verify the specific submission requirements.

Use case 7: Batch processing of monthly reports. Approach: VBA script that opens each file, applies standard page setup, exports as PDF, closes the file. Set up once; runs automatically each month.

Use case 8: Confidential business data. Approach: Save As PDF locally. Avoid online converters (uploaded to third party). Use password protection on the PDF if needed (Excel doesn't directly support; use Adobe Acrobat or similar after conversion).

Use case 9: Multi-page workbook with multiple sheets. Approach: Save As PDF with 'Entire Workbook' page range. Excel creates a single PDF containing all sheets. Or convert each sheet separately if they need to be distributed individually.

Use Case Recommendations

๐Ÿ”ด Email Report

Save As PDF, Minimum size. Compact for email. Quality sufficient for typical content.

๐ŸŸ  Archive Long-Term

Save As PDF, ISO 19005-1 (PDF/A). Designed for indefinite preservation.

๐ŸŸก Print Shop

Save As PDF, Standard quality. High resolution. No compression. Print-ready.

๐ŸŸข Web Distribution

Save As PDF, Minimum size + properties. Faster loading; SEO-friendly metadata.

๐Ÿ”ต Confidential Data

Excel built-in only โ€” never online converters. Consider password protection.

๐ŸŸฃ Batch Processing

VBA script for many files. ExportAsFixedFormat in loop. Runs automatically.

Excel-to-PDF conversion is fundamentally simple but the details matter for producing clean output. The recommended approach for most users: configure page setup correctly first (orientation, scaling, print area, headers), use Print Preview to verify output, then Save As PDF with standard quality. This produces high-quality PDFs that work for the most common use cases โ€” sharing reports, archiving completed work, distributing analyses.

For situations beyond the basics โ€” batch processing, specific archival requirements, accessibility compliance, or unusual page layouts โ€” Excel offers additional capabilities (VBA scripting, PDF/A compliance, document properties, accessibility tags). Choose the method matching your specific need. For most workplace and personal use, Save As PDF with standard settings handles 95% of cases cleanly.

PDF Pros and Cons

Pros

  • PDF has a publicly available content blueprint โ€” you know exactly what to prepare for
  • Multiple preparation pathways accommodate different schedules and budgets
  • Clear score reporting shows specific strengths and weaknesses
  • Study communities share current insights from recent test-takers
  • Retake policies allow recovery from a difficult first attempt

Cons

  • Tested content scope requires substantial preparation time
  • No single resource covers everything optimally
  • Exam-day performance can differ from practice test performance
  • Registration, prep, and retake costs accumulate significantly
  • Content changes between versions can make older materials less reliable

EXCEL Questions and Answers

What's the fastest way to convert Excel to PDF?

File โ†’ Save As โ†’ choose PDF format in the file type dropdown โ†’ Save. Three clicks. Excel creates the PDF immediately. Keyboard shortcut Alt+F+A+P opens this dialog directly. For most users, this is the default method โ€” quickest and produces high-quality output.

How do I convert Excel to PDF without losing formatting?

Use Excel's Save As PDF feature (built-in). It preserves: cell formatting, fonts, colors, borders, fills, charts, images, hyperlinks, page setup. Avoid online converters for important formatting โ€” they sometimes alter the output. Always preview (Ctrl+P) before converting to verify page setup. If formatting looks wrong in preview, fix in Excel page setup before converting.

Can I convert multiple Excel sheets to one PDF?

Yes. In Save As PDF dialog, click Options. Set Page Range to 'Entire Workbook.' Excel creates one PDF containing all worksheets. Or hold Ctrl/Shift while clicking sheet tabs to select multiple sheets, then convert just selected sheets. Alternatively, convert each sheet separately into different PDFs.

How do I convert Excel to PDF on a Mac?

Same methods work on Mac: File โ†’ Save As โ†’ choose PDF format. Or Cmd+P โ†’ click PDF dropdown in lower-left โ†’ Save as PDF. The Mac PDF dropdown is in the print dialog, lower-left corner. Mac and Windows produce similar PDF outputs from Excel.

Why does my Excel PDF have too many pages?

Default scaling is 100%, which often causes wide spreadsheets to span many pages. Solutions: Page Layout โ†’ Scale to Fit โ†’ '1 page wide.' Or Page Layout โ†’ Orientation โ†’ Landscape. Or use a larger page size (Legal, Tabloid). Or set Page Setup โ†’ Scaling โ†’ 'Fit to' with specific pages wide/tall. Print Preview shows the result before saving.

How do I make my Excel PDF smaller in file size?

Save As PDF โ†’ click Options button โ†’ choose 'Minimum size (publishing online)' instead of Standard. This produces smaller files at slightly lower quality (typically acceptable for most content). Also: avoid images and complex charts where possible; use simpler formatting; remove unused cells/formatting. For further compression, use a PDF compressor after conversion.

Is it safe to use online converters for Excel files?

For non-confidential data: yes, online converters (Smallpdf, iLovePDF, Adobe) work well. For confidential data (financial, personal, business secrets): no โ€” files are uploaded to third-party servers. Use Excel's built-in conversion (Save As PDF) instead, which keeps files local. For sensitive data, also consider password-protecting the resulting PDF using Adobe Acrobat or similar.
Try Full Excel Practice Test

Converting Excel files to PDF is straightforward once you understand the available methods and the page setup options that affect the output. The recommended approach for most users โ€” Save As PDF with proper page setup โ€” handles the vast majority of conversion needs. For specialized situations, alternative methods (Print to PDF, online converters, VBA) cover the edge cases. The key insight: preview before converting. Fix page setup issues in Excel first; let the PDF render reliably from clean source. Following this approach produces consistent, professional results every time.

โ–ถ Start Quiz