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

Rectangle Annotation using Acrobat API in .NET application

New Here ,
Jan 02, 2018 Jan 02, 2018

Copy link to clipboard

Copied

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

Views

1.5K

Translate

Translate

Report

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. 

Votes

Translate

Translate
LEGEND ,
Jan 02, 2018 Jan 02, 2018

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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