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

iTextSharp embedded cyrillic font in Adobe Reader

My PDF is not displayed properly with Adobe Reader. It is fine with other PDF readers so this must be a syntax issue, as I've heard that Adobe Reader is more strict with PDF syntax. The fonts seem to be twice as big as they should be but the…
fireydude
  • 1,181
  • 10
  • 23
0
votes
1 answer

Print pdf in webpage

I have an ASP.net web page embeded a pdf file using the object tag as below:
newcoder
  • 302
  • 3
  • 15
0
votes
1 answer

How to communicate between Excel VBA and Adobe Reader XI

Does anyone have documentation on how to communicate between a VBA macro on Excel and Adobe Reader XI? I found some information on that for Adobe Reader 9 or less, but it looks like from AR 10 or later that information is not valid anymore. I am…
Vince
  • 179
  • 1
  • 9
0
votes
1 answer

ocsps are not shown but I have in DSS

I've just sign document. and Add LTV too (with Document Secure Story and TSA); but adobe reader tells me that LTV is not enabled. I found the problem. Adobe reader tells me that OCSP is not embedded in the document. After adding time stamp I just…
grep
  • 5,465
  • 12
  • 60
  • 112
0
votes
1 answer

PDF shows weird and funny characters

I downloaded FDF file from a website but when i opened that file it shows me some kind of weird characters. I searched for solution on internet and discuss about it on adobe community forms. They told me this problem is because of fonts, which is…
Android developer
  • 129
  • 1
  • 1
  • 7
0
votes
1 answer

Confiusing matrix, identificators and streams

I've just signed a document using Acrobat Reader. I've got that result: Now I have these questions: what does q, q means in the stream? I have matrix [48, 0, 0, 17.5200043, 12, 27.2400055]. What does it mean, and how to calculate that? I'm going…
user1454674
0
votes
2 answers

something missing in pdf - there is no text and image on pdf

I've build pdf with pdfbox and by the hand. I have also Visible signature on pdf. everything works, but there is no image and text shown in PDF (but there is visible rectangle, without image and text). what do you think what happens? can you see…
user1454674
0
votes
1 answer

My Signature Provider - something wrong happens

I have method in order to sign document. public static void sign(String src, String dest, java.security.cert.Certificate[] chain, PrivateKey pk, String digestAlgorithm, String provider, CryptoStandard subfilter, …
user1454674
0
votes
2 answers

Adobe Reader parameter-controlled search function not using ß

i've already asked this on the adobe forums but nobody seems to have had this problem in the past, so i'm gonna try here: situation: i have a pdf-file (http://www.groneick.de/martinsmarkt.pdf) in which i want to search for an occasion of…
0
votes
1 answer

Pentaho Report Designer: How to view chinese simplified font when preview in PDF

I am designing a report in pentaho report designer that contain chinese simplified words, when i print preview, the chinese words appeared, but when I preview using PDF the chinese words won't come out. It is the problem of the adobe reader or in…
0
votes
1 answer

renaming an app's package or Activity name?

I have searched around, and the only way it seems to run multiple instances of an app would be to rename the app's Activity or package, eg to rename com.adobe.reader.MainActivity to something like com.adobe.reader.myActivity. Has anyone succeeded in…
T. Webster
  • 9,605
  • 6
  • 67
  • 94
0
votes
1 answer

Launch Adobe Reader in Android App

I have an Android app where I intercept a PDF file download event in the WebView, download it using the DownloadManager, and launch a new intent with the Adobe Reader to display the file. It works fine, except that when the Adobe Reader starts, it…
0
votes
2 answers

How can I prefill a PDF form with iTextSharp while still having it be editable and saveable in Adobe Reader by other users?

Right now I have a form template that has some fields that are prefilled from a database using the iTextSharp library. Users will then fill in the rest of the fields and save the filled out forms. I'll then extract the data and put it in the…
Brian Schroth
  • 2,447
  • 1
  • 15
  • 26
0
votes
1 answer

Editable PDF using itext (5.3.0) in java. Not able to save data in Adobe Reader X

I am able to create Editable PDF using itext (5.3.0) in java. I have used Adobe Reader X. Question : Adobe Reader X I want save my PDF with data which I have entered in text box but it shows below message. "Please fill out the following form. You…
Parag
  • 145
  • 3
  • 13
0
votes
1 answer

Adobe Reader X plugin works in Win7, not XP?

We have a managed C++ Adobe Reader plugin specifically designed for Reader X / XI. It works fine in Windows 7, but on Windows XP it throws a COM error - Class not registered. What's strange is that this only happened after we updated the project…