acrobat Questions

2

Can i create an Add-in for Acrobat Reader? (something like Office Add-ins in visual studio) for example, i open a pdf file with Acrobat Reader, i want to add my custom button in the Reader in order...
Hinze asked 20/2, 2012 at 15:46

3

I'm showing PDF documents in my application using Acrobat ActiveX. I want to know is it possible to disable or hide Bookmarks(and Pages,Search,Comments,Attachments in left of panel) on PDF adobe re...
Rasia asked 15/4, 2012 at 21:15

5

Solved

We have a downloadable PDF file which looks great at 72% magnification in Adobe Reader and not so good at 101%. When downloaded and opened in the reader, its default magnification is 101%. Is the...
Alkahest asked 20/4, 2009 at 23:24

4

Solved

Sheets("Key Indicators").ExportAsFixedFormat Type:=xlTypePDF, Filename:=ArchivePath, Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas _ :=False, OpenAfterPublish:=False ...
Beccafico asked 31/5, 2016 at 17:20

6

Solved

I use TeXnicCenter for LaTeX and would like to have the DDE controls working to easily view the pdf versions. Acrobat X seems to have changed the servername and this is breaking things. I tried "Ac...
Prolongate asked 14/2, 2011 at 23:50

1

I have written a small utility in Excel-VBA that also interacts with Acrobat Javascript in a handful of separate .pdf files. The code has been tested extensively and runs exactly as intended on my...
Nyala asked 21/3, 2016 at 21:19

1

I'm looking for a method to replace an image in an existing PDF file (setup as a template). In a perfect world I could just run a command (linux or windows will work, I'm not picky) at the ...
Douglasdouglashome asked 22/1, 2016 at 2:12

4

Solved

The goal is for an Acrobat form to fill a date field ("MeetingDate") with Today's date when the user opens it. If the user saves the form as is and opens it a few days later, the old date should st...
Afebrile asked 16/7, 2010 at 3:22

2

I'm new to AppleScript, but I am trying to create a script that will go through all PDFs in a folder extracting the pages into separate files. My plan is to use a combination of Automator and Apple...
Vance asked 4/9, 2013 at 18:17

3

Solved

Most PDF files found on the Web have compressed and unreadable data streams. Is it possible to uncompress the internal content of a PDF file using Acrobat or Acrobat Distiller, allowing us to read ...
Sexology asked 15/9, 2013 at 13:59

2

Solved

How can I copy the form field values from one set of fields to another using javascript. The idea here is to have a 'use shipping/billing address' type of button that copies the user information ...
Kkt asked 8/11, 2011 at 19:34

1

We have some PDF forms that don't display correctly in non-Adobe PDF readers (i.e. WebKit's built-in PDF reader does not properly display some proprietary Adobe things). We want to detect when user...
Maximilian asked 5/11, 2014 at 18:53

2

Solved

I have written a script in python using pywin32 to save pdf files to text that up until recently was working fine. I use similar methods in Excel. The code is below: def __pdf2Txt(self, pdf, filef...
Trembly asked 21/2, 2012 at 18:47

0

I've built an action in Action Wizard in Adobe Acrobat Pro 11 and named it say "myAcrobatAction". I want to use it automatically in Outlook using VBA code. Is there a way to call the user defined...
Conflagrant asked 7/10, 2014 at 11:29

3

Solved

I'm creating PDF files using PDFClown java library. Sometimes, when openning these files with Adobe Acrobat Reader I get the famous error message: "An error exists on this page. Acrobat may no...
Szombathely asked 15/9, 2013 at 13:13

1

Solved

To make the long story short; I would like to edit a read-only field from a pdf form using a text editor ONLY. I've succeeded but I would like to understand why in some cases it doesn't work... I'...
Gynecium asked 27/7, 2014 at 23:16

1

Solved

This may seem like a really novice question, but I have been tearing my hair out all day on this. I am running the trial version of Adobe Acrobat Professional XI I am looking to add simple JavaScr...
Hypogeous asked 19/6, 2014 at 13:15

5

Solved

Where can I find documentation on running JavaScript code inside a PDF? I've never added a JavaScript action inside a PDF document. However, I've done quite a bit of web development using Ja...
Disloyalty asked 9/2, 2012 at 22:26

5

Solved

I have a pdf file including form fields and need to export the data into a xml file AUTOMATICALLY. Here is a screen of a sample form I created for testing: Note: It works great exporting it MANU...
Winthorpe asked 9/1, 2014 at 0:40

3

I'm using XFDF files to fill out PDF-forms serverside with PHP and pdftk but my problem is that no non-english characters (ä, ö, å etc.) are printed to the form fields. Here is the function I use ...
Isoniazid asked 26/7, 2012 at 8:34

1

Solved

I have PDF document. 1) Adobe reader reads document well. 2) I sign document (using pdfbox) and everything is well 3) I try to attach file to original pdf (Code is written in the pdfbox web page...
Countermeasure asked 21/1, 2014 at 11:58

2

Solved

I have a writeable pdf form created in acrobat pro. Now, i added a button which has to change a fields value, save the pdf and close it. I decided to do this as following: var fieldX = this.getF...
Sorghum asked 8/2, 2010 at 13:10

3

I am using acrobat XI I have tried output a text file like this var cMyC = "abc"; var doc = this.createDataObject({cName: "test.txt", cValue: cMyC}); this.exportDataObject({cName: "test.txt", nLa...
Zestful asked 2/7, 2013 at 9:52

3

Solved

I've built a C# .NET app that uses the Adobe ActiveX control to display a PDF. It relies on a couple DLLs that get shipped with the application. These DLLs interact with the locally installed Adob...
Spoofery asked 26/3, 2010 at 19:52

2

Solved

Are there any OpenSource projects which will run in Linux for editing a PDF document, and specifically editing the Acrobat JavaScript within the PDF document?
Mechanize asked 31/1, 2012 at 11:59

© 2022 - 2024 — McMap. All rights reserved.