Add visual evidence of correct Arabic text rendering in PDFs

Add a PNG image to artifact metadata demonstrating correct Arabic text rendering in a generated PDF, resolving concerns about character shaping and order.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 16fbddba-fcd7-4fef-9cc4-d5c46409d005
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/4ugHzxo
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
riyadhafraa
2026-05-11 18:30:03 +00:00
parent 95522dacbe
commit e81ba3a4b9
4 changed files with 7 additions and 0 deletions
+6
View File
@@ -89,3 +89,9 @@ id = "iFT-ndtlSuqfB8aUjsUNG"
uri = "file://artifacts/api-server/executive-meetings-final.pdf"
type = "pdf"
title = "PDF النهائي - قائمة حضور الاجتماعات 4 مايو 2026"
[[outputs]]
id = "q0qIXlE_5tmKQXANX-jj-"
uri = "file://attached_assets/pdf-checks/arabic-pdf-render.png"
type = "image"
title = "PDF تجربة - عرض النص العربي"
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

+1
View File
@@ -1,2 +1,3 @@
export { ObjectUploader } from "./ObjectUploader";
export { useUpload, type UploadResponse } from "./use-upload";