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
1
vote
1 answer

PDF24 saves rubbish PDF

this subject was raised few times before but I couldn't find anything relevant in terms of way of saving PDF. I'm trying to save document as PDF, using PDF24. This document is just pop-up from Chrome. When I'm trying to print it (ctr+P), and save it…
Michał Plich
  • 175
  • 4
  • 15
1
vote
1 answer

detect adobe reader in IE

I have been using new ActiveXObject ('AcroPDF.PDF') to detect any Adobe Reader version 7 or higher. Just recently there is update roll out on Adobe Reader. Now when I try to run that code. It just 'die'. Is anybody else experiencing the same…
1
vote
1 answer

Error Comes when PDF opens in adobe reader

''AN ERROR EXISTS ON THIS PAGE. ACROBAT MAY NOT DISPLAY PAGE CORRECTLY. PLEASE CONTACT THE PERSON WHO HAS CREATED THE PDF DOCUMENT TO CORRECT THE PROBLEM.'' this error appears when trying to open pdf in Adobe reader but in crome browser it works…
1
vote
1 answer

Saving a pdf file opened in Adobe Reader by a process in c#

I am trying to open the file in Adobe Reader through "process" because Adobe reader can repair the corrupt file itself, but I need to “SaveAs” the file also from there at code level without manually saving it, is it possible in .net? Code I am using…
Abhishek
  • 11
  • 1
1
vote
0 answers

TCPDF generated PDF causes download error on Firefox on Android with Adobe Reader

I generate a PDF using TCPDF and I prompt the user to download it after it's generated. I use this code for the output and it works fine on Desktop: header('Content-Type: application/pdf'); header('Content-Disposition: attachment;…
1
vote
2 answers

open particular page in Adobe Reader from application with specific constraints

i open a pdf file from my app in Adobe reader, now... -> if i want to open to open n'th page of the pdf from my application into Adobe reader.. can i do that?? [i want to keep track of the page number that was last viewed & open the pdf from…
Nital
  • 975
  • 3
  • 9
  • 15
1
vote
0 answers

Displaying 3D PDF in the Latest Chrome after the removal of NPAPI support

I am looking to display a 3D PDF file in the Chrome browser and tried almost all the options, including the solution discussed in the following question. How to display 3D PDF in Chrome & Firefox Browser Since Google has disabled the NPAPI support…
1
vote
1 answer

show a pdf in 64 bit wpf application

For a 32 bit wpf app if I want to show a pdf I usually use the following code: WebBrowser browser = new WebBrowser(); browser.Navigate(new Uri(filename)); grid1.Children.Add(browser); And the adobe reader takes over and my pdf is show on screen. …
odyth
  • 4,324
  • 3
  • 37
  • 45
1
vote
2 answers

Issue with ASP Classic site rendering PDF with Adobe Reader in-browser

I’m having an issue with PDF output being rendered in Adobe Reader’s ‘in browser’ feature from an ASP Classic site. I have a form with a handful of inputs that trundles off and makes a PDF report. The report renders correctly (all input values…
Overflew
  • 7,872
  • 10
  • 45
  • 65
1
vote
1 answer

Adobe Reader ActiveX blocks accelerators

I have embedded an Adobe Reader ActiveX control as a child window in an MFC application, but if the Reader has focus, none of the accelerators defined in my MFC application are triggered, regardless of whether they are used by Adobe Reader or not.…
Derek
  • 108
  • 8
1
vote
1 answer

Executing a command line program from C# with Process.Start() is up to 10 times slower?

When I use the command line to print a file on my Windows 10 machine it finishes very quickly (40 seconds). I use this command line call: AcroRd32.exe /t document1.pdf With the C# program, the printing of the same file takes up to 8 minutes, even…
Stefan S.
  • 247
  • 3
  • 9
1
vote
1 answer

AppContainer Incompatibility in Protected Mode - Adobe Acrobat Reader

After the latest Windows 10 update KB4524098 and KB4525237 Adobe Reader suddenly doesn't start properly anymore, and says: Adobe Acrobad Reader cannot open inside an AppContainer in Protected Mode due to an incompatibility with your system…
gloschtla
  • 41
  • 3
  • 10
1
vote
0 answers

How do I use QAxWidget class to display PDF files with QT codes

I use QAxWidget to display my pdf files,but when I finish the codes and run my own program,it shows "There is a problem whith Adobe Acrobat/Reader. If is running ,please exit and try again." I have already install the software of…
learner
  • 11
  • 5
1
vote
1 answer

How to debug this dynamic linking error on OSX?

dyld: loaded: /Applications/Adobe Acrobat Reader DC.app/Contents/Frameworks/ICUConverter.framework/ICUConverter dyld: unloaded: /Applications/Adobe Acrobat Reader DC.app/Contents/Frameworks/ICUConverter.framework/ICUConverter 2019-01-22 01:17:17.314…
luntain
  • 4,560
  • 6
  • 37
  • 48
1
vote
1 answer

Check if JavaScript dialog box is open in a PDF

I'm trying to make a pair of dialog boxes that show upon opening a PDF; one dialog will show if the PDF is opened in a reader that supports Adobe Reader's level of JavaScript functionality, and the other will show if the previous dialog is not shown…
Josh Mac
  • 25
  • 5