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
2
votes
2 answers

How to convert multiple PDF to Html webpage

I need to convert 800+pdf files into html webpage, and every pdf file had own page on html webpage. I tried to make with Adobe Acrobat, but what i get was every pdf merged in one big list. So is there any way to automatically do this?
FastPlay
  • 21
  • 3
2
votes
2 answers

is adobe acrobat sdk library useful to render pdf's in custom application?

I would like to ask if the acrobat sdk allows me to create an application that is able to render a pdf document from inside my application, that is, without the user having to open the adobe application along, but just having to have it installed on…
P5music
  • 281
  • 3
  • 12
2
votes
1 answer

The signature byte range is invalid in Acrobat

I'm trying to make a timestamp of the PDF document using our library that we're making. I added a new section to the PDF document. I added new annotation object for the signature and the signature object containing the actual signature, and also a…
user3362334
  • 1,980
  • 3
  • 26
  • 58
2
votes
3 answers

TypeError: this.ExportDataObject is not a function

I have a simple pdf file containing an embedded file (test.xml) I'm trying to add a JS to call it once the pdf file is opened (even with notification to user to accept the risk etc). I've read that to perform that, the JS that should be used is…
OscarAkaElvis
  • 5,384
  • 4
  • 27
  • 51
2
votes
0 answers

Popup "An assistive technology like a screen reader may be running on your machine."

Out of the blue I am getting the popup below since a couple of days. I haven't installed any app of the sort (at least not on my own will), so I'm afraid this might be sign of malware. Is it possible to determine which process is triggering this…
dontpanic
  • 143
  • 5
2
votes
1 answer

Acrobat X - are there command line operations to create a pdf from html

This would be done on a Windows machine, our build script builds the documentation for our software into a framed html site. We then want to automate the building of a pdf using the new Acrobat X.
TJ Sherrill
  • 2,465
  • 7
  • 50
  • 88
2
votes
0 answers

Change format of date with Javascript within Acrobat Pro

I want to add a Send-Button in an PDF using Acrobat Pro and some Javascript. The input of the endDate value is either in format yyyy-mm-dd, mm/dd/yyyy or any other. I want to change that format within my code to "yyyymmdd". How can I do that…
Aljoscha
  • 21
  • 4
2
votes
2 answers

itextSharp - Merging pdf files disables extended reader permissions

I'm using Itextsharp v5.1 and created enabled reader pdf files. I wrote a c# class that fill the form and keep each individual pdf file extended reader. But, when I use this MergeFiles function here, it create a new Merged file NOT extended reader…
Ron
  • 21
  • 1
  • 4
2
votes
1 answer

How to open a Pdf with vbscript in Chrome and search by having a # in the url

Good day, I am trying to open a pdf url using vbscript. The pdf is on a local pc. I am using vbscript to open the url and using chrome. In my Url I use a #Search=Register this will make the pdf open and search for the first occurrence of…
Renier
  • 1,738
  • 3
  • 24
  • 51
2
votes
1 answer

doc.pageWindowRect and doc.media are undefined in Adobe Acrobat Javascript

I'm using the Javascript API built-in to the Adobe Acrobat products, and trying to access the doc.pageWindowRect attribute. I originally found that doc.pageWindowRect was undefined whenever I tried to access it, and through various posts on the…
robintw
  • 27,571
  • 51
  • 138
  • 205
2
votes
0 answers

How to change the style of the checkbox in TCPDF?

I use TCPDF method to Create a checkbox for make a PDF file, and the displayed effect is not what I want: $pdf->CheckBox('checkbox1', 5, true, array(), array(), '1',); I check TCPDF.PHP get this info: @param $prop (array) javascript field…
ioripalm
  • 21
  • 2
2
votes
1 answer

Display Pop-Up in PDF when Clicked or Typed?

I have a collection of example documents in PDF forms that are viewed by clients, They all include a "Example" watermark prominently displayed but I have had some issues with clients trying to fill in the example forms and submitting as Official…
korymiller
  • 357
  • 4
  • 9
  • 21
2
votes
1 answer

Apache PDFBox - Adobe Acrobat prompts saving

I'm using Apache PDFBox version 2.0.16 to add paging to an existing PDF file. My method is working great, the generated PDF is fine. However, when I open the file with Adobe Acrobat Reader, if I try to close the file, it prompts an alert asking me…
Wàle
  • 23
  • 5
2
votes
0 answers

use Acrobat to reduce file size with Python or from command line

I would like to reduce the size of some PDF files. There are many ways to do so, but most of them don't work for my purposes. For example, pdftk, cpdf, and pdfoptsize all fail to reduce the sizes of my files. Ghostscript can reduce the file size,…
user697473
  • 2,165
  • 1
  • 20
  • 47
2
votes
3 answers

How do I use AIC to load a PDF file and output Postscript on a Windows 2008 machine?

How do I write code using AIC (Acrobat Interapplication Communication) to load a PDF file and output the equivalent Postscript file? Using Acrobat X interactively, I would open the file, then use the menu File > Save As... > More Options... >…
randomfactor
  • 479
  • 3
  • 11