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

Why opening a pdf from winform I can't highlight text? (normally I can)

When I open a PDF from Adobe Reader (normally) I can highlight text with no problems, but when I open the same pdf file from an Adobe Reader tool into a winform I can't highlight text. I'm writing in c# VS2015 and here's my code to open the Pdf file…
Paolo Zaia
  • 218
  • 3
  • 14
0
votes
1 answer

Print 2 pages PDF on one sheet with 1.5x enlargement

I need to print 2 pages on a single sheet (like in a book), but at the same time enlarge each page 1.5 times. Is there a way to do it in Adobe Reader or any other software? Thanks
andreybavt
  • 1,301
  • 4
  • 17
  • 32
0
votes
0 answers

Outlook 2010 Anchor (url/address/link)

I'm trying to link To a specific PDF page from MsOutlook'10 or MsWord'10, the #page=... anchor is particularly useful and works fine elsewhere. Unfortunately when I click [ctr-K] in Outlook or Winword, my links are re-formatted assuming a UNC path.…
Jason K.
  • 407
  • 4
  • 12
0
votes
1 answer

Get notified about new filename of saved PDF document from Adobe Reader DC

Based on data from a SQL database, I dynamically create reports as PDF Report, say costs-2015_01.pdf. This document is automatically saved on a pre-configured (application wide) directory, e.g. C:\reports\costs-2015_01.pdf. The full path (incl.…
cytrinox
  • 1,846
  • 5
  • 25
  • 46
0
votes
0 answers

Reorganizing a PDF's pages by check number

Here's the situation. My workplace has a box of checks, years worth for a client. I want to know if it is possible to scan these in, convert to text, and then have adobe reorder the pages based on the check number. The pages are all uniform and…
bjk116
  • 531
  • 3
  • 16
0
votes
0 answers

Text is not showing up in Chrome or FF but showing up in IE and Reader

Text is correct using IE Browser or Adobe Reader Text is not showing up in Chrome or FF Made using tool called Adobe live cycle designer and Java (XPAA.jar) What could be the problem? FileInputStream src= new FileInputStream(new…
Marthin
  • 21
  • 4
0
votes
1 answer

How to get my signature to appear when I digitally sign in Adobe Reader XI

HELP! Why have I searched the whole internet and can't get this? I have signed a bit of paper. Scanned it and cropped it. In Adobe Reader XI, I have clicked Edit, Preferences. I clicked on Signatures in the Categories and then click More... in the…
Mallory
  • 13
  • 2
0
votes
1 answer

How to change the value of embed src attribute with JavaScript?

I use < embed > tag to show pdf report in our web application. To show next pdf report, I remove whole < embed > tag and add another < embed > tag with modified src attribute. It is not possible just to modify src attribute of embed tag to show new…
Volodymyr Bezuglyy
  • 16,295
  • 33
  • 103
  • 133
0
votes
1 answer

Express .sendFile only works in chrome

I want to send a PDF file to the client, I to it with .sendFile from Express. I works good in Chrome, with a Download link chrome save it, with a normal _blank link, chrome open it in a new chrome tab. But in Mozilla, Safari and IE, the Browser…
Varha
  • 11
  • 1
  • 5
0
votes
1 answer

iTextSharp - Setting zoom to "Fit page" and maintain it

I can't manage to get the correct zoom on my document created with iTextSharp. When opening the document, the zoom is fine, but as soon as I click on a Bookmark the zoom changes to the Setting of Adobe Reader. So, for example: - I open the pdf…
HideAndSeek
  • 374
  • 3
  • 16
0
votes
1 answer

Adobe Reader 9.0 memory leak while loading-unloading PDF files every one second indefinitely

I have c++ written MFC based application that has PDF object viewer as a part of the implementation. A whole thing works just fine with Adobe Reader 8.0. Once I switched to Adobe Reader 9.0 as a default PDF reader, I keep experiencing small memory…
0
votes
0 answers

Open pdf in adobe reader from https

This gives me the toast message error: Document could not be opened: Intent adobeIntent = getPackageManager().getLaunchIntentForPackage("com.adobe.reader"); if (adobeIntent != null) { …
Frost
  • 863
  • 8
  • 18
0
votes
1 answer

Correct way to disable submit form inputs for PDF

I'm trying to disable submit form inputs for pdf document. I'm doing it so : PdfStamper stamper = new PdfStamper(reader, out, '\0', false); Yeah, it works but i hate this annoying dialog This document enabled extended features in Adobe Reader. The…
Arturs Soms
  • 489
  • 4
  • 17
0
votes
3 answers

how to install adobe reader silent without gui and opening browser

I'm making a autoinstall batch program, and I want to install adobe reader silent. The problem is that it won't install silent. I'm getting the gui asking me to click next and wait. After it is installed it will open the browser. Is there anything…
user3964337
0
votes
1 answer

Error HRESULT E_FAIL with AcroPDFLib component

I am having trouble starting a Windows Forms application. My application uses the AcroPDFLib component to view a PDF in a Windows form. When I start the application, I get the error indicated above. Looking at the StackTrace, I find muptiple calls…
Paul
  • 1,375
  • 2
  • 21
  • 55