Skip to content

Commit 8deb238

Browse files
github-actions[bot]KB Bot
andauthored
Added new kb article blank-pdf-iphone-telerik-pdf-encryption (#661)
Co-authored-by: KB Bot <[email protected]>
1 parent d5a7f70 commit 8deb238

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Encrypted PDF Generation Results in Empty Document on iPhone
3+
description: Resolving issues where encrypted PDFs generated using Telerik PdfProcessing appear blank when opened on iPhone devices.
4+
type: troubleshooting
5+
page_title: Blank PDF on iPhone When Using Telerik PdfProcessing Encryption
6+
meta_title: Fix for Blank PDF on iPhone Due to Telerik PdfProcessing Encryption
7+
slug: blank-pdf-iphone-telerik-pdf-encryption
8+
tags: pdf, processing, telerik, document, aes, aes256, 256, 128, aes128, encrypt, linearization, iphone, ios, apple
9+
res_type: kb
10+
ticketid: 1701327
11+
---
12+
13+
## Environment
14+
15+
| Version | Product | Author |
16+
| ---- | ---- | ---- |
17+
| 2025.3.806| RadPdfProcessing |[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
18+
19+
## Problem
20+
21+
When generating and encrypting a PDF using Telerik Document Processing, the file appears blank when opened on iPhone devices. However, the same PDF opens correctly on other platforms, including the mobile version of Adobe Acrobat on iPhone.
22+
23+
## Description
24+
25+
iOS viewers are sensitive to PDF structure and metadata. Many mobile PDF viewers, including those on iOS, expect linearized PDFs for optimal compatibility, especially when encryption is applied. Non-linearized encrypted PDFs may fail to render properly or show as empty.
26+
The **AES256** encryption used by Telerik PdfProcessing is broadly compatible, but some viewers require specific encryption flags or additional metadata that may not be present in the generated PDF.
27+
28+
## Solution
29+
30+
If you intend to display the generated PDF documents on Apple devices, make sure that you are encrypting the document with the **AES128** algorithm.
31+
32+
## See Also
33+
34+
- [Telerik PdfProcessing Encryption Types](https://docs.telerik.com/devtools/document-processing/api/telerik.windows.documents.fixed.formatproviders.pdf.export.encryptiontype)
35+
- [AES Encryption in Telerik PdfProcessing]({%slug radpdfprocessing-formats-and-conversion-pdf-settings%}#export-settings)
36+
- [Feedback Portal: Add Support to Linearize PDFs](https://feedback.telerik.com/document-processing/1701394-pdfprocessing-add-support-to-linearize-pdfs)
37+
- [Feedback Portal: Add AES-128 Encryption Support](https://feedback.telerik.com/document-processing/1699425-pdfprocessing-add-support-for-encrypting-documents-with-an-aes-128-algorithm)

0 commit comments

Comments
 (0)