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

Can somebody confirm that adobe reader works with custom content provider

I have implemented a custom content provider serving pdf documents as ParcelFileDescriptor. Files are stored in the local storage marked as PRIVATE. Based on an URI the documents are then handed over to the selected pdf application. This works for…
Kay
  • 107
  • 12
4
votes
3 answers

Error in PDF root object

This PDF root object will get Adobe Reader to fail. Other PDF readers like Foxit, Nuance, Evince, SumatraPDF will open the PDF file without problems. The problem is /Dests which reguires an indirect object (PDF reference). Deleting the /Dests << >>…
Christopher
  • 41
  • 1
  • 1
  • 2
4
votes
1 answer

E_ACCESSDENIED on CoCreateInstance, where it used to work

I have some code that used to work, but recently stopped. It's in an Adobe Reader Plugin, and the latest Reader version has a "Protected Mode" which causes my problem. My plugin can load some of my normal dlls, which load…
Tim
  • 8,912
  • 3
  • 39
  • 57
4
votes
0 answers

Headless Chrome PDF printing has poor quality in large documents

I'm using Headless Chrome to print out PDF files by using the printToPDF CDP method. If the document has a large number of pages, then if I print the PDF file actually out, or print out to another PDF file, then the quality of pages get worse, as…
4
votes
2 answers

Check if PDF has been loaded

I am trying to load a PDF within an iframe and have to execute few events only when PDF has been loaded. (Note: By PDF getting loaded, I mean PDF contents are visible on screen not the initializing/loading progress bar of Adobe reader). I am using…
Abhishek
  • 539
  • 5
  • 25
4
votes
2 answers

Using Javascript in Adobe Reader

I am currently using the following script for a few documents: var pp = this.getPrintParams(); pp.interactive = pp.constants.interactionLevel.automatic; this.print(pp); How do I add another command, say document.close() so that it reads the print…
Diventare Creative
  • 481
  • 3
  • 11
  • 31
4
votes
2 answers

Check if adobe reader is installed on client machine

Currently I am working on a web page which will tell user about certain configurations on client machine. Out of this there is also requirement of detecting if Adobe Reader is installed on client machine or not. I am using ASP.NET/C#. I have looked…
Leo
  • 1,547
  • 3
  • 24
  • 40
4
votes
4 answers

unable to open a pdf file at specific page in Adobe Reader 11 using C# code

The below lines of code are used to open a PDF file at a particular page in C#. the code works absolutely fine for all the adobe version other than the latest, which is 11. System.Diagnostics.Process myProcess = new…
rookie_developer
  • 1,359
  • 3
  • 15
  • 27
4
votes
0 answers

Control Adobe Reader plugin

is there any way to control the adobe reader pdf plugin on a website better than simply passing those "open parameters" that I cannot influence anymore once the document is loaded? Thanks! Leo
Leo Selig
  • 1,062
  • 1
  • 16
  • 30
4
votes
2 answers

TeXnicCenter - open as PDF

I have just spent some time installing TeXnicCenter and tried to configure it properly. I'm almost there now! The only issue I have is that every time I compile the document I'm working on as a PDF document, the document doesn't open directly in…
Kristian
  • 1,239
  • 12
  • 31
  • 44
3
votes
1 answer

XDP File using remote PDF

In one of our applications, we have a script dump data from a database into a well-formed XDP file, which the user can download. The XDP contains a reference to a PDF on the same server via the tag. The idea is the user can dump the data, get…
shmeeps
  • 7,725
  • 2
  • 27
  • 35
3
votes
1 answer

how to detect Adobe Acrobat Reader installation in computer (not just browser) during Setup?

im creating a VS setup installer for my C# project. I need the client's machine to first install Adobe Acrobat Reader X before proceeding to the actual installation. How do i do this? Thanks!
Martin Ongtangco
  • 22,657
  • 16
  • 58
  • 84
3
votes
1 answer

Security Method is No Security but Page Extraction and Document Assembly is not Allowed

I have a very strange problem and I am not sure where the issue is. I am creating a PDF and not setting any security restrictions or a password. When I open the PDF in Adobe Reader DC and get the properties,it does show the Security Method as No…
Avinash Modi
  • 81
  • 2
  • 8
3
votes
3 answers

PDF shows signature in Foxit Reader but not Adobe Reader

Why does this PDF show a signature in Foxit Reader but not Adobe Reader? Here is the code from the Syncfusion PDF library used to generate it (see also documentation about signing an existing document): var signature = new…
Scotty H
  • 6,432
  • 6
  • 41
  • 94
3
votes
2 answers

Adobe Reader process fails when starting second instance

In our C# WinForms application, we generate PDF files and launch Adobe Reader (or whatever the default system .pdf handler is) via the Process class. Since our PDF files can be large (approx 200K), we handle the Exited event to then clean up the…
Reddog
  • 15,219
  • 3
  • 51
  • 63
1 2
3
20 21