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

Using Graphics Select Tool via Interapplication Communication

New Here ,
Sep 15, 2021 Sep 15, 2021

How do I use the Graphics Select tool via interapplication communication?

TOPICS
Windows
390
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
New Here ,
Sep 15, 2021 Sep 15, 2021

(If it helps to have context, I want to make a program that will copy some tables from PDFs to Excel spreadsheets, and selecting a table via the graphics select tool, copying it, and pasting it into Excel is the only way I've found to do this that doesn't mess up the tables in ways that get rid of information that needs to be preserved, so I figured that I'd make the program select the tables then copy them via , but I haven't been able to find anything for graphics selection in the interapplication communication section of the API reference - it lists AVDocs as having a SetTextSelection function, but nothing simmilar for graphics selection.)

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
Community Expert ,
Sep 15, 2021 Sep 15, 2021

Not possible.

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 ,
Sep 16, 2021 Sep 16, 2021

Interapplication Communication is extremely limited compared to the plug-in API and often things are impossible that way.

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
New Here ,
Sep 16, 2021 Sep 16, 2021
LATEST

I see. That's disappointing, but thank you for explaining. I guess I'll need to look for another way to get the data out. Thank you for keeping me from wasting more time on a dead-end approach.

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