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

Adobe Reader Security

We set up new domains to forward to an application on our jboss platform. These new domains are used in the links on a pdf created with itext. They are shorter links to additional data, as we wanted to hide the full links. These links forward to…
user1822372
  • 19
  • 1
  • 3
-1
votes
1 answer

acroread pdf to postscript conversion too slow

I am converting pdf file in postscript file using acroread command. The conversion is successfull but it is too slow and almost uses 100% of CPU, because of this my application hangs for some time and thus no user is able to do anything. The code…
Ray
  • 75
  • 1
  • 10
-1
votes
1 answer

Building an automated script to copy a page of text, translate it in Google Translator and paste it in Word

So, as the title says, I would like to make an automated script that is going to take all the text from one PDF page, copy it, paste it into Google Translate and then copy the translated text into another Microsoft Word document. Since that PDF has…
-1
votes
1 answer

adobe reader control in a form application steal key events

In my form application i added an adobe reader control to show pdf files IN my application. I have a split panel, so on the left is a tree view with directories and files. And on the right side i have the adobe reader control. Works good. But i…
codeslave
  • 13
  • 6
-1
votes
1 answer

Programmatically change Chrome's preferences about Adobe Reader using Java/JavaScript

Can I edit the preferences of Adobe Reader using Java/JavaScript. I want to disable the option of reading the PDF files in Browser at some times and at times I should be able to enable the option through programatically.
Kali
  • 73
  • 1
  • 2
  • 10
-2
votes
1 answer

Adobe reader XI not opening comments

I was using adobe reader to write comments for students as I was marking (am a tutor). After marking around 50 assignments I went back to check some of the comments I had written and suddenly I couldn't open them (the comment). I can see the comment…
Denise
  • 153
  • 3
  • 15
-2
votes
2 answers

Capture everything after one word

I am trying to make a regular expression capture any words in the specific line after the word Attachment: This question is for work, so it is not a homework or test question. I took the paragraph below as an example from…
A.Li
  • 1
  • 1
-2
votes
1 answer

Printing pdfs including AcroJS in C#

I searched houres about, how I can print a pdf silently from C# including AcroJs. I know there are solutions for it, like starting AdobeReader as Process by CommandLine and Print the document.…
Ni9e
  • 41
  • 12
-2
votes
2 answers

Creating pdf from byte array

I am trying to create a pdf file from a byte array as string str = "Hello World"; byte[] byteArray = Encoding.ASCII.GetBytes(str); using(FileStream fs = new FileStream(path, FileMode.OpenorCreate, FileAccess.ReadWrite, FileShare.None)) { …
user544079
  • 16,109
  • 42
  • 115
  • 171
1 2 3
20
21