Questions tagged [acrobat]

Adobe Acrobat is a family of applications developed by Adobe in order to view, create, manipulate, print and manage files in Portable Document Format (PDF).

Adobe Acrobat is a family of application software developed by Adobe Systems to view, create, manipulate, print and manage files in Portable Document Format (PDF).

All members of the family, except Adobe Reader (formerly Acrobat Reader), are proprietary commercial software, while the latter is available as freeware and can be downloaded from Adobe's web site. Adobe Reader enables users to view and print PDF files but has negligible PDF creation capabilities.

Resources

1591 questions
0
votes
0 answers

Can't export fields from certain pdfs with Javascript

I have a directory of 30 or so pdf files, and 10 of them won't export their fields to a text file for me. I'm using the Javascript Editor in Adobe Acrobat Pro 9 in the Batch processing portion of the program. The program is very simiple it looks…
leeand00
  • 25,510
  • 39
  • 140
  • 297
0
votes
1 answer

Calculating dates in Acrobat

I'm trying to create an Acrobat form that automatically calculates/increments my dates. What is the javascript I need to do this?
Old Name
  • 273
  • 1
  • 3
  • 13
0
votes
1 answer

Acrobat XI forms invisible

I am trying to make a form I used FormsCentral For Acrobat, and it looks fine and when I open my pdf in acrobat it looks great but when I open it in a pdf viewer the fields in the form are invisible and the user cannot see where they are supposed to…
stothek
  • 13
  • 6
0
votes
1 answer

Document Level Javascript in PDF calling Dojo library

Document Level Javascripts are a set of scripts that exist at the top of the Document's JavaScript structure. A PDF can have any number of Document Level scripts. These scripts are the first ones executed when the document is opened in Acrobat or…
0
votes
1 answer

signature is invalid in revision 2 - caused by attachmens

I've just write code that attaches files to PDF Document. I've seen the code in PDFBox page. PDEmbeddedFilesNameTreeNode efTree = new PDEmbeddedFilesNameTreeNode(); PDComplexFileSpecification fs = new PDComplexFileSpecification(); fs.setFile(…
grep
  • 5,465
  • 12
  • 60
  • 112
0
votes
2 answers

acrord32 CLOSE immediately after print

Need to Close acrord32.exe immediatly after the print command is executed please help @echo off rem start "" "acrord32" "xxxxxx.pdf" acrord32/N/T xxxxxx.pdf taskkill /f /im AcroRd32.exe currently the acrobat reader windows needs to be closed…
0
votes
1 answer

Can I use CreateObject to print a .tif document with vba? If not, what?

The following vba routine works well to print a word document If sHlink <> "" Then Set OfficeObject = CreateObject("Word.Application") OfficeObject.Documents.Open sHlink OfficeObject.PrintOut…
plh
  • 1
  • 2
0
votes
1 answer

Complex conversions of a website to PDF

Is there a way to generate a PDF from a website that will be formatted into pages and a standard size eg A4? I'm looking into the possibility of creating a CMS based site that a client can edit, once they've edited it they can generate a high…
edhog
  • 513
  • 2
  • 6
  • 25
0
votes
1 answer

Tweet form within an interactive PDF?

I'm creating an interactive PDF file where users will be given a text field to fill in, and have that content included in a partially filled out Tweet. Eg: I saw my mother with Santa Claus, and I ___________. Where the first part of the message is…
0
votes
1 answer

Convert button objects to link objects in acrobat

I have a 40 page PDF. On each page is a Previous and Next button object. I run the PDF through a tool that converts it to a SWF. The problem is the tool I run it through doesn't know what to do with Button Objects. They are visible, just inactive.…
Ronnie
  • 11,138
  • 21
  • 78
  • 140
0
votes
1 answer

Store All Input Data Acrobat Form

I have an Acrobat form for work that our salesmen use to create proposals for jobs and their corresponding estimates. The problem I am facing is that the form only stores data for one customer at a time. I am trying to get it to where they can type…
0
votes
1 answer

Confiusing matrix, identificators and streams

I've just signed a document using Acrobat Reader. I've got that result: Now I have these questions: what does q, q means in the stream? I have matrix [48, 0, 0, 17.5200043, 12, 27.2400055]. What does it mean, and how to calculate that? I'm going…
user1454674
0
votes
2 answers

Set PDF Document Properties Initial View

I am try to do set the Document Properties - > Initial View after creating PDF file from Post Script File. Input PDF Initial View: After my setting the Initial of the PDF file will as below: This only I am trying to do by automation. With the help…
0
votes
1 answer

Acrobat-like JavaScript image viewer

I have been tasked with recreating the Acrobat Reader with JavaScript. However, my "reader" will not present PDFs. Instead, my reader will present images that have been rasterized from PDFs. When I say recreate Acrobat, I need something that has…
Dave
  • 1,721
  • 2
  • 23
  • 46
0
votes
1 answer

How to execute and debug an acrobat reader plugin

I have downloaded the acrobat reader Xi sdk and I'm trying to run the sample BatesNumbering, ,in visual studio but I'm getting errors but building works fine. I am getting the error Unable to start program. I have read the documentation but not all…
David
  • 5,403
  • 15
  • 42
  • 72
1 2 3
99
100