Quantcast
Channel: Adobe Community : All Content - Acrobat SDK
Viewing all 2571 articles
Browse latest View live

How to export PDF comments/Annotations using IAC silently without opening PDF

$
0
0

Hi All,

 

I am new to IAC and I want to export all the annotation from the PDF using IAC SDK.

 

AS of now I am able to export the Annotation using JSOObject but it is opening PDF and exporting the Annotation.

What we want is to export the Annotation without opening PDF.

 

Can you please guide me how to export the Annotation using IAC Silently without opening PDF.


Not able to export the Annotation using IAC

$
0
0

Hi All,

 

I am using JSOObject in my IAC project to export the Annotation in the PDF using ExportAsFDF Method.

 

But when FDF is generated it is exporting the reference of the PDF instead of the actual Annotation.

 

can you please help me with this.

 

From JAVAScript I am able to export it correctly.

 

 

Split and Merge pages of a PDF in an Outlook VB Macro

$
0
0

Hello,

I was tasked with pushing PDF attachments to our image system using a VB Macro from Outlook.  Easy enough to do by itself but there is an additional requirement to direct certain pages of the attachment to one folio in the image system and other pages to a different folio.  In the event the user doesn't separate these different documents when they submit them, our home office users must select which pages go to which area.

I have Adobe 9.0 Pro Extended installed but the users only have Reader.

 

I think the best way to approach this is to have the document opened for viewing and select pages via some control (chkbox?) to save in to a separate document.  So, if pages 1, 8, 22-24 were selected, create a new pdf in the image queue with those pages only.  Maybe this isn't possible with users that only have Reader installed, in which case another method could be suggested? 

 

If I can just get a general idea on how to accomplish this, what libraries to reference and a snippet or two of code, I can probably put the rest together.  Can anyone out there help me out with a direction to head?

 

Thanks!

Change Security by javascripting

$
0
0

Hi Everyone,

 

I would like to send some PDF-Documents to someone ouside of our Organisation. I would like them not to be changeable until a certain expiration date. After expiration I would like them to change automatically the secutrity setting to require a password to get opened. The goal is that the person has an expiration date and after that date he or she cannot open the file. Before that date he or she cannot change the data.

 

Does anybdy have any idea? Could it be done by Javascriping?

 

I would be very grateful.

 

Regards

Msanbari

Adobe Acrobat 8 Professional and Windows 7 Professional PDF problems

$
0
0

Currently I can not print and create a PDF file which I could before my Windows crashed and I had to reinstall all my software.  I used File, Print, gave the name of the file and location where the file was to be saved and a PDF file would be created.  I only get an error message in the print queue or nothing happens at all. 

Issue is Acrobat 7 Professional and Windows 7 Professional

$
0
0

I can't print and create a PDF file like I use to be able to before I had to do a complete reinstall after my computer's Windows crashed.

.FindText not respecting parameters in Acrobat 10

$
0
0

Hello to all,

 

New to programming with Adobe. Experienced in MS Office VBA.

 

I have some code in VBA (EXCEL) that opens pdf files (created from WORD 2007 and searchable) and searches each one for a series of key words.

 

The example below works fine on Acrobat 8, but not on my newly installed Acrobat 10 (Acrobat X version 10.0.0).

 

The text to find is "CO" (whole word only, case sensistive) - not present as such in the test pdf file, but the word "COMMITTEE" is.

 

The code used is: spfd = AVDoc.FindText("CO", 1, 1, 1)

 

This results in spfd=False for Acrobat 8 (which is correct), but results in spfd=True in acrobat 10.

 

If I do the same search through the Acrobat application interface on the same pdf file, specifying whole words only & case sensitive, it does not find a match, which is correct.

 

Any thoughts?

 

Many thanks in advance for any help!

 

timo_mika

FindText doesn't work in Acrobat X


Acrobat SDKを利用したアプリケーションの開発について

$
0
0

「Acrobat Pro DC」の購入を検討しておりますが、
外部アプリケーションとの連携について不明なため、質問させていただきます。

 

「Acrobat DC SDK for Windows」を利用してアプリケーションの開発をする場合、
「VisualStudio」以外に、Javaなどの他の開発言語で開発することは可能でしょうか?

 

実現したいこととしては、
自作のJavaプログラムなどから「Acrobat Pro DC」を呼出し、
「Acrobat Pro DC」の編集機能を利用してPDFファイルの内容を読込み、
異なる形式に変換してファイル出力させるようなことを考えております。

 

よろしくお願いいたします。

How to create custom item in "Create PDF Portfolio" dialog's "Add Files..." menu

$
0
0

Hello all.

Currently we are developing a plugin for Acrobat Pro.

The requirement is to have own item in "Create PDF Portfolio" dialog's menu to be able to add file from our cloud server.

portfolio.png

Could you please tell me if Adobe have API for this purpose.

 

Thank you.

where are the .dlls to make the SDK examples work?

$
0
0

We downloaded the sdk and we've installed Acrobat DC Professional.

We looked at the IAC FillFormCS example project in this folder: sdkDC_v1_win\Adobe\Acrobat DC SDK\Version 1\InterAppCommunicationSupport\C#Samples\FillFormCS

 

FillFormCS references these two .dlls:

We removed the references to the two Interop.xxx.dlls and tried to re-add them but they are no where to be found (as you can see in this screen shot):

 

So, where are the .dlls to make the SDK examples work?

Developer 101. The proper way forward from Acrobat 5?

$
0
0

Out of utter frustration and exhaustion, I'm posting an open ended question, hoping to get in touch with someone from adobe to further discuss this issue.

 

I've been tasked with supporting a legacy application that uses Winforms to host an Acrobat 5 fillable form.  We have hundreds of pdf fillable forms with javascript logic, emphasis on *hundreds*, therefore we are heavily invested in Adobe.  (However, if we can not find a satisfactory solution to our issues we will be moving away from the Adobe platform).

 

The application basically presents the user with a fillable pdf, the user can fill out the pdf and save the results.  Very straight forward.

 

However, I'm finding it exceedingly difficult to upgrade and support our code to use the newer versions of Adobe and newer ways of saving the user choices.  We are tired of wasting hours and hours pouring through Adobe's voluminous documentation, that never really gets to the point nor provides answers to basic developers questions. 

 

By the way, the Adobe DC sdk is 99% worthless and is, by all definitions, a misnomer.  It is NOT an sdk of any kind and will leave the developer with more questions than answers.

Didn`t copy on Century Gothic in Cyrillic

OLE in visual studio (VB or C#) works great but I need to select bookmarks programmatically on workstations that will only have reader installed.

$
0
0

I am using  OLE (AcroPDFLib/ AxAcroPDF) in visual studio (VB and C#) and it works great but I need to select bookmarks programmatically on workstations that will only have reader installed. Named destinations will not work for me because I will need the actions associated with the bookmarks, primarily the ability to select a 3d view in a 3d pdf.

I have read through Adobe documentation over the last week and have identified 3 possibilities

 

Option 1 (preferred)

If I develop using the Acrobat Pro libraries could I still distribute to workstations with only reader installed? If so what would I have to do to make it legit?

 

Option 2

I could use document level java (probably) but it looks like I would still have to use Acrobat Pro dll to call the java programmatically because I don't want the user to have to push a control or link in the PDF.  Maybe I am missing something?

 

Option 3

Write a custom C++ plugin to expose the ability to select bookmarks via OLE IAC, I have not dug into this option very deep because I have no real experience with C++ but will learn it if I have to

 

 

Any other ways to accomplish this?

 

Please let me know if I should post this message in another forum, this is my first time asking for help in the Adobe forums

Another Adobe developer domain

$
0
0

Has anyone got any answer to why we have yet another Adobe developer domain using a British Indian Ocean Territory domain - Adobe IO. What is wrong with devnet?


3D annotation in pdf, camera position using javascript

$
0
0

how can I move the camera to a specific or defined location in a 3Dpdf using javascript??

SDK documentation missing from SDK

$
0
0

I've download and installed the SDK. 

Where is the documentation for the SDK? 

I'm looking for latest documentation regarding IAC.

where's the iac_api_reference.pdf? 

where's the iac_developer_guild.pdf?

any other pdfs? 

What kind of crap sdk is this? 

Adobe should be ashamed for even allowing this crap SDK to be downloaded from it's website. 

CLEAN UP THE SDK and make it useful.

is it possible to build an e-book platform that using all the acrobat pdf features such like annotation else..

$
0
0

hello

 

I am an educator who is engaged in the online tutorial industry have some ideas to carry out but I wonder that if it is possible or not..

 

I want to build a online e-book platform that can achieve the following purpose by any Acrobat technologies or features :

 

1.a website that offers the member registration, then they can access the PDF e-book content, using the online reader to display the e-book.

 

2.by using the online reader to display the ebook, they can use PC connected to the projector to lecturing the e-book content on site to audience.

 

3.in the mean time of lecturing to audience, they can make annotation on PDF e-book to show the underlying point of the content. (just like the scene of Acrobat Reader DC annotation tools )

 

4.the most important thing is that the online annotation can be saved in member personal history for the next time he open the same PDF e-book again then he can see the annotations he made for the next lecturing scene.

 

I do not know any programming language but I have concept about SDK which is used for developing something cool..

 

So I wonder that if it is possible to build such an web platform.

 

hope someone expert can solve my question.

 

thank you very much.

How i to use PDDocCreatePDCollection function in sdk >9.0

$
0
0

I want to create a PDCollection.

In sdk 9.0 i use as fallow

PDDoc newDoc = PDDocCreate();

PDCollection pdCollect = PDDocCreatePDCollection(newDoc);

...

it's ok

but when i use sdk > 9.0

PDDocCreatePDCollection will return error.

it's come an error : error Parameters

convert pdf to xml

$
0
0

How do I convert PDF document to XML using acrobat SDK

Please provide any links in this regard

 

  1. Remove header/footer from pdf, PDF’s are not tagged pdf and header footer size is also not fixed across multiple documents. 
  2. Remove Table of content from PDF.

 

Viewing all 2571 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>