Questions tagged [adobe-reader]

Adobe Reader is a free application for viewing, printing and filling PDF documents.

Adobe Reader (formerly Acrobat Reader) is the free version of of the Adobe Acrobat family by Adobe Systems to view, print and fill files in Portable Document Format (PDF)

For more information see the "Adobe Acrobat" article on Wikipedia.

309 questions
7
votes
0 answers

IAccessible (MSAA): Accessing Firefox/Chrome causing Adobe Accessibility.api calls

I noticed with Process Monitor that accessing Mozilla Firefox over the IAccessible (MSAA) Interface causes file accesses to an Adobe Reader file called "Accessibility.api". When I access Mozilla Firefox with Microsoft's Inspect.exe (using MSAA) I…
GR84
  • 89
  • 3
7
votes
4 answers

Invoking Adobe Reader from within my Android application

I am writing an Android application to display pdf files on the device. And I need to use the current versioncode (35498) of the Adobe Reader to display the pdf files.I have with code to display list of files on the screen. Now I need to invoke the…
NavinC
  • 243
  • 1
  • 7
  • 14
7
votes
1 answer

How to use AcroTextExtractor.exe programmatically?

I'm trying to do batch text extraction from PDF files. Tried many libraries and Adobe Reader seems the most accurate text extractor for me. I noticed a file AcroTextExtractor.exe in the folder where Adobe Reader is installed. It sname seems…
Marco Marsala
  • 2,332
  • 5
  • 25
  • 39
7
votes
3 answers

How can I stop Adobe Reader from asking "Save As" when saving a PDF form (i.e. allow just "Save")?

Does anyone know how to call Adobe Reader from the command line to open a pre-populated Adobe Form (with Extensions enabled) e.g MRBIGSORDER0001.PDF, allow the user to alter it and then do a save and exit? At present when the populated form is…
dmc2005
  • 546
  • 1
  • 4
  • 14
7
votes
1 answer

Adobe Reader plugin interaction through Javascript

I'm displaying PDF file that are generated on-the-fly within a ASP page. The PDF generation (and download to the client) can take some time and I'd like to provide the user with some feedback (a loading message or something). AFAIK there's no way to…
R4cOOn
  • 2,340
  • 2
  • 30
  • 41
6
votes
0 answers

PADES-LTV Document timestamp verification error

I am signing a pdf document in PADES-LTV signature format with a Document timestamp signature. Usually, signed files are OK. Both signature and document timestamp signature is verified and everything is OK. However, sometimes the following result…
ftuna
  • 136
  • 1
  • 6
6
votes
2 answers

Adobe X Enable Protected Mode at Startup - disable via code

Our application, write in Delphi, generates a series of reports, most of then in PDF format, that opens automatically when it is generated. Adobe X introduced a feature that is enabled by default "Enable Protected Mode at Startup". The report pdf…
ronaldosantana
  • 5,112
  • 4
  • 22
  • 28
6
votes
2 answers

Diagnostics.Process doesn't open PDF file using adobe reader

I'm having a problem while trying to open a PDF file using Process.Start(). The program runs the process as a background process but no adobe reader window show up. A solution i found was to use chrome.exe, but my client want to open on…
Wesley
  • 61
  • 1
  • 4
6
votes
1 answer

PDF JavaScript does not work in Adobe Reader DC but all other Readers

I am unable to get my pdf to work online with Adobe Reader DC. http://www.okeechobeecountytaxcollector.com/Documents/FeeCalculatorRev0909.pdf None of the buttons or functionality is working. (Like when you click motorvehicles, or Mobile homes or…
David Brierton
  • 6,977
  • 12
  • 47
  • 104
5
votes
2 answers

PDF to tiff ImageMagick problem

I'm trying to convert pdfs to tiff images for following OCR. I use "-density 300x300 -depth 8" as parameters. The first problem is that from 500 KB pdf file i get 72 MB tiff file. The second problem is bad quality of resulting image causing OCR…
clumpter
  • 1,898
  • 6
  • 27
  • 38
5
votes
4 answers

C# Prevent Adobe Reader Window from coming up when trying to print a document

For reasons I can't get into right now, I need to prevent the Adobe Reader window from opening up when I try to print a document. The developer that was working on this before me has the following flags set, although I'm not really sure what they're…
Tejaswi Yerukalapudi
  • 8,987
  • 12
  • 60
  • 101
5
votes
0 answers

Printing quality to match adobe reader

I'm using C# and the PDFium library to print a PDF to a particular label printer. When I print this PDF via Chrome, Edge, or my application, the quality is questionable. When I print through Adobe Reader or Foxit Reader, the quality is exactly what…
Troncoso
  • 2,343
  • 3
  • 33
  • 52
5
votes
2 answers

How to debug a corrupt pdf file?

im generating pdf files using a ruby library called "prawn". I have one particular file that seems to be considered "Corrupt" by adobe reader. It shows up fine in both preview and in adobe reader. It gives errors like: Sometimes I get: "Could not…
Joelio
  • 4,621
  • 6
  • 44
  • 80
5
votes
1 answer

Open pdf file in Adobe reader created in code-behind

How can I open a PDF document that I've created in code-behind in Adobe Reader?
Susan
  • 1,822
  • 8
  • 47
  • 69
5
votes
1 answer

iText embedded ttf font not visible in Adobe Reader

I'm stamping an existing PDF file with extra information using the iText library. The extra information is text that should be rendered in a custom TTF font. Problem is that the text is not visible in the Adobe Reader only. Other PDF viewers, such…
nkr1pt
  • 4,691
  • 5
  • 35
  • 55
1
2
3
20 21