Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Modify PDF file using Acrobat SDK / PDF Library SDK

New Here ,
Apr 27, 2017 Apr 27, 2017

I want to highlight some text from PDF by doing string comparison ,mark it with some kind of marker, highlight entire row of table if specific string is present in that row. Is it is possible to do this using Acrobat SDK / PDF Library SDK in ASP.NET or C#.NET(windows application)?

TOPICS
Acrobat SDK and JavaScript
634
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 28, 2017 Apr 28, 2017
LATEST

Not the Acrobat SDK, it isn't for servers. PDF Library? Well, functionally yes but you'd write in C++. You would need to start with a good basic familiarity with PDF internals (PDF Reference, ISO 32000-1). Can extract the words on a page, and hence search for strings by looking at the words. Highligh annotations can be added but in untagged PDFs THERE ARE NO TABLES. You may be looking for something that doesn't exist. If you want to highlight an area bounded by table cells (as designed, before PDF creation) you may need either predefined table locations or fuzzy logic to find them.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines