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

Rectangle Annotation using Acrobat API in .NET application

New Here ,
Jan 02, 2018 Jan 02, 2018

We are using Interop.Acrobat.dll (Adobe Acrobat 9.0 Type Library) V 1.1.0.0 to access PDF files programmatically.   We have a requirement to create a rectangle annotation in PDF (programmatically) similar to the snapshot pasted below.   Request you to share the API guidance document (with examples) to integrate the above mentioned requirement with our Microsoft.NET application.

pdfAnnotSample.jpg

TOPICS
Acrobat SDK and JavaScript
1.7K
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

correct answers 1 Correct answer

Community Expert , Jan 02, 2018 Jan 02, 2018

Everything you need is right here:

Acrobat DC SDK Documentation

The IAC is just about the same as it used to be, except now it can be accessed from both VB.NET and C#.NET. 

Translate
LEGEND ,
Jan 02, 2018 Jan 02, 2018

The Acrobat 9 SDK contains all the information which was (in its day, long gone) supported for programming in Acrobat 9. This SDK is no longer available, but current SDKs should be usable. Converting general COM objects and JavaScript wrappers to C# can be a challenge and is only recommended for programmers experienced in this area.

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 ,
Jan 02, 2018 Jan 02, 2018

Also consider, since you do not mention the environment: server use of Acrobat is not permitted.

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 ,
Jan 02, 2018 Jan 02, 2018
LATEST

Everything you need is right here:

Acrobat DC SDK Documentation

The IAC is just about the same as it used to be, except now it can be accessed from both VB.NET and C#.NET. 

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

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