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

Sr. Adobe Development role in Boston!

$
0
0

Hope all is well. I am reaching out to you today regarding an Adobe Acrobat Developer role with one of my financial clients locally in Boston. Should anyone come to mind who would be interested in an development opportunity,do please reach out at your earliest convenience. I would love to offer you a referral bonus should anyone come to mind! 

 

Best, Natalie nminois@opensystemstech.com


How to disable - General preference -> Create links from URLs. Using Acrobat Javascript

$
0
0

The (http:\\) text will be auto suggested as a link in Acrobat Pro / Reader, to disable this we need to uncheck the create links from URLs. I need to achieve the same thing using acrobat javascript.

 

Thanks in advance.

Convert http:\\ link text to normal text in pdf file.

$
0
0

I want to convert all the http:\\ text as normal text, i.e., when I open a pdf file with Adobe Acrobat / Reader, all the text should be in normal format.

How does Adobe Acrobat / Reader identifies URLs ?

$
0
0

Adobe Acrobat / Reader identifies URLs in the pdf file, how does it identifies.

 

I have a requirement from my organization to change the link suggestion text to normal text in pdf files, how can I achieve this using script. We have option create links from URLs in general preference, if we disable this option I will get what I am expecting, but this is manual process. I want the same process through automation (Script).

How to use GetPreference and SetPreference in Acrobat Javascript

$
0
0

How to use GetPreference and SetPreference in Acrobat Javascript

How to get and set the page rotation

$
0
0

I am trying to get the page rotation status, but am experiencing difficulties.

My sample code is listed below.  How do I go about doing this?

Any assistance would be greatly appreciated.

 

Regards.

 

 

 

 

 

fromfilename='c:\temp\testL.pdf'

 

doc = createobject('AcroExch.pdDoc')

av = createobject('acroexch.avdoc')

app = createobject('AcroExch.app')

 

fromfile=fromfilename

x = doc.open(fromfile)           

x = av.open(fromfile,'')

avdoc = av.GetPDDoc

lastpage = doc.getnumpages() - 1

 

FOR i = 0 TO lastpage

  pdpage = av.getAVPageView

  lrotated=pdpage.GetRotated(i)

endfor

OCR in selected image

$
0
0

Hi All,

 

I want to get text of selected image using acrobat inbuilt OCR functionality.

 

Current functionality converts all images on selected pages in pdf document.


I want text recognition runs limited to the selected image.

Is there a way to control Adobe PDF plugin from within a Web Application? For Example, Can we highlight text in the PDF/A document programatically?

$
0
0

Hi,

 

I am trying to open a PDF document in browser using Adobe PDF plug-in for IE 9. The plugin version is 10.x

 

I need to highlight certain text in the PDF document ( which is searchable) programmatically. For example, when a user selects certain text on the web-page, we want to automatically highlight that in the PDF document.


Alternate Text for Images using SDK

$
0
0

Dear All,

 

We are looking for the possibility of adding alternate text for Raster and Vector images in the pdf using Acrobat SDK 9. Is this possible by creating plugin?

 

Is there any sample available to fix alternate text on the specified rectangle area?

 

Thanks in advance,

Selvakumar

Deleting XAP metadata entries from a plug-in

$
0
0

A plug-in can call PDDocSetXAPMetadataProperty to set individual RDF entries into the document metadata. But my requirement is to remove RDF entries, like the imaginary call PDDocDeleteXAPMetadataProperty ( pddoc , "http://www.npes.org/pdfvt/ns/id/" , "GTS_PDFVTVersion" ) ; Clearly one can parse and edit the entire XML stream, but I wonder if I have missed a trick?

 

(Edited to fix method names)

Creating New Mark up tools

$
0
0

I need to create some specialized annotation tools to use in marking up a pdf document.  I am not a Programmer, but I was wondering if this would be possible to do in SDK?  Perhaps a plug- in? 

how to draw a polygon ?

$
0
0

Hi,

 

I was trying to draw a polygonal clip object, for which I need to draw a polygon path object.

This is my first time when I am trying to draw a polygon.
So can anyone tell me how to draw a polygon object. Say its having 7 ASFixedPoint.

 

 

Thank you,

Saffiuddin Sheikh.

Acropdf.dll crashes when opening email in Outlook

$
0
0

I'm not sure what forum to post this question in ... hopefully this is the correct one.  We have several users whose Outlook crashes whenever they attempt to open an email with a PDF attached.  The crash report indicates acropdf.dll is the culprit.  This is happening with various versions of Office and Windows.  Out of 30,000 users, we have about 100 people with this problem.  This problem does not occur with Web Access, only with the Outlook client.  I realize this could be a Microsoft issue, but researching a solution showed a lot of people having this problem, and I was hoping someone on here might be able to point me to a solution.

 

I have uninstalled and reinstalled Office, Reader, Flash, and ActiveX.  I have made sure Windows updates have been installed.  I have uninstalled and reinstalled all the fonts (copied from another computer with no problems).  Nothing solve the problem.

 

Any ideas?

How to recognize the page is OCR or not

$
0
0

Hello,

 

  I want to recognize the page is OCR or not. When I extract the information from the OCR page, it shows first time as kPDEImage. and second time it shows kPDEText. Am not able to recognize the page has Text or Image. I want to check the page is OCR's or not. How to recognize the page is OCR or not.

 

Regards,

 

Sow

AVDocSaveOptimized mit Visual Basic 2012

$
0
0

Ich habe Probleme mit genannter Funktion.  Ich habe schon alle möglichen Acobat-Verweise eingestellt, aber im Visual-Basic-Objektkatalog sind die Begriffe AVDocSaveOptimized und PDFOptParams nicht zu finden.

 

Dim pdDoc As Acrobat.CAcroPDDoc = CType(CreateObject("AcroExch.PDDoc"), Acrobat.CAcroPDDoc)

Dim PdfParameter As ???.PDFOptParams (?????)

pdDoc.AVDocSaveOptimized(avDoc, PdfParameter)

 

1. In Visual Basic ist nach Eingabe von pdDoc. die Funktion AVDocSaveOptimized nicht im Kontextmenü verfügbar. Allerdings ist auch keine Unterstreichung als Fehler vorhanden. Welcher Verweis ist notwendig, damit auch beim Überstreichen mit der Maus die Funktion mit Parametern angezeigt wird?

2. PdfParameter ist eine bestimmte Structure. Muss diese im Modul definiert werden oder ist diese im Acrobat-Verweis enthalten?
Wie muss die Definition von PdfParameter in Visual Basic aussehen (Zeile 2)?

 

Es wäre schön, wenn mir jemand weiterhelfen könnte.


300 PDFs with Password Need to print without typing password 300 times

$
0
0

Have 300 PDF all have passwords on them I have the password for the 300 files but of course do not want to type in the password for each file.

I need to print all 300, even if I put them in a portfolio so I can send them all to the printer. I still get asked for the password for each file.

Anyone know how to create a batch to feed the password to the files when they pop up to print. Or a way to be able to print them all at one time?

'Acrobat Library' as 'standalone' program (dll)

$
0
0

Can Adobe Acrobat (or competitive) library that allows VB to read and write to PDF files available for purchase and distribution.

 

My customers are very interested in code that I have written in VBA that can read and write via the Acrobat.dll (Acrobat 10.0 type library), but they don't want to make a huge investment in Adobe Acrobat just to get that function.

 

Roy Lasris

How I can access "Convert Colors..." button in Adobe Acrobat XI using applescript, or add this button to menu bar?

$
0
0

Hi, I'm writing applescript to automate Adobe Acrobat XI, I'm missing only one line of code - opening dialog window of "Convert Colors..." tool. It was easy in Acrobat 9 but some reason it's complicated in Acrobat XI.

Is there an option to add "Convert Colors..." as menu item into menu bar?

how to develop a tool to add my text automatically in the desired location in a pdf document

$
0
0

I am trying to create an action in pdf just similar to "File name stamper" . Here I need to enter a text and save. and that saved text to be inserted  in the desired loction in my document.Manually entering text is time consuming. I want this to be automated. How to go about it.

Kindly help

I would like to create a plugin for adobe acrobat pro 9.0...

$
0
0

I would like to create a plugin for adobe acrobat pro 9.0 in order to compare pages, delete the same pages and mark pages from first compared document with new and mark pages from second compared document with original. I downloaded the SDK for adobe 9.0 but now I am not sure how to continue? Do I need Visual Studio or can I use another program that is a freeware? What other program do you recommend?  How can I open an .api file in order to see the code? Do I need to place the SDK files in a specific place?

Viewing all 2571 articles
Browse latest View live


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