pdf-metadata-extractor
Reactive icon

PDF Metadata Extractor

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 21 Nov (14 hours ago)
 by 
EONE TECHNOLOGIES PRIVATE LIMITED
0.0
 (0 ratings)
pdf-metadata-extractor

PDF Metadata Extractor

Documentation
1.0.0

MetaDataExtractor Block

Input parameters:

  • CustomCss – Non Mandatory field, css classes can be passed

Output via callback:

  • Metadata (Event)

🛠 How to Use in Your App

1️⃣ Drag MetaDataExtractor block into your screen

Pass CustomCss if needed


2️⃣ Implement the OnMetadataExtracted action

Add handler for the Metadata event




🔒 Security Notes

  • Processing happens in browser → no leak to backend unless you pass it.
  • Disable PDF rendering to avoid malicious scripts.
  • Do not trust metadata blindly — always validate server-side.

🧭 Limitations

  • Cannot extract content text (this is metadata-only)
  • Some PDFs may not include metadata
  • Encrypted PDFs will fail to parse