Hello Community,
I’m working on a project where I need to determine whether a particular font is present in a PDF file hosted on the web. My goal is simply to verify the existence of this font in the document, rather than extracting its properties (like name, size, or style).
What I’m trying to achieve:
- Use UiPath to access a PDF file located on a web URL.
- Check whether a specific font is used anywhere in the PDF.
- I’ve considered using the Check App State activity, but I’m not aware of any built-in feature that directly checks for a font’s presence.
What I’ve looked into so far:
- I’ve reviewed threads regarding PDF processing, OCR, and Document Understanding. While there are discussions on extracting text (e.g., using OCR) and troubleshooting related issues, none cover detecting the presence of a specific font.
- Standard PDF activities in UiPath typically focus on text extraction and may not support checking font availability out-of-the-box.
- I’m open to using custom code or integrating with a third-party library if that offers a solution to just verify if a font exists in the PDF.
My questions:
- Has anyone achieved this—checking for a particular font’s presence—in a PDF using UiPath?
- What approach would you recommend? Would using custom code with a .NET PDF library be the best option?
- Are there any tips or workarounds to integrate this functionality into a UiPath workflow?
Any insights, experiences, or sample approaches you could share would be greatly appreciated. Thank you in advance for your help!