Tag Archives: Acrobat

Adobe Reader X (10.1.3) and Adobe Acrobat X (10.1.3) – Update for Windows and Macintosh Released

Adobe Reader X (10.1.3) and Adobe Acrobat X (10.1.3) – Update for Windows and Macintosh was recently released

The update to 10.1.3 resolves the following issues:

  • These updates resolve an integer overflow in the True Type Font (TTF) handling that could lead to code execution (CVE-2012-0774)
  • These updates resolve a memory corruption in the JavaScript handling that could lead to code execution (CVE-2012-0775)
  • These updates resolve a security bypass via the Adobe Reader installer that could lead to code execution (CVE-2012-0776)
  • These updates resolve a memory corruption in the JavaScript API that could lead to code execution (CVE-2012-0777) – Applies to Macintosh and Linux only
  • The Adobe Reader X (10.1.3) and Adobe Acrobat X (10.1.3) updates also incorporate the Adobe Flash Player updates as noted in Security Bulletins APSB12-03, APSB12-05 and APSB12-07

You can download the update using the inbuilt update mechanism within Adobe Reader/Acrobat or you can download Adobe Reader X for free from http://www.adobe.com

Cannot Open or View PDF Files using Internet Explorer Browser

A very common issue that Internet Explorer 8 and 9 users can face is an inability to view or download PDF files from a secure site (HTTPS).  As an example you will find that if you try to view the PDF in a browser window you will simply see a blank page.  This is due to the use of cache control headers which don’t seem to work correctly with secure sites in Internet Explorer.

If you are having this particular issue then please do the following:

  • Start “regedit” the default Windows Registry Editor
  • Next you need to locate this registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
  • Click on the “Edit” menu and then click “New” and then “Dword Value”, you will need to do this twice so that you can setup both the keys below.

Name = BypassSSLNoCacheCheck Type = Dword Data = 1 (Hex or Decimal)

Name = BypassHTTPNoCacheCheck Type = Dword Data = 1 (Hex or Decimal)

  • Close Regedit and Reboot, you should now find that the issue is resolved.

Which Printer Driver – PostScript (PS) or PCL [How About Both!]

Printers are probably the biggest source of problems for most IT Admins.  Paper jams, low ink, leaky toner and streeky printing are just some of the joys you will often face.  Another common issue is slow or incomplete printing, what’s the answer to this equally common user woe?

Well your in luck because this is one thing you may be able to ensure is not an ongoing issue for your users.  Most printer manufacturers (i.e. Xerox, Canon and HP) offer Universal Print Drivers (UPDs) to tackle these very issues.

As a rule of thumb PostScript Drivers are best for printing from Adobe applications such as Acrobat (PDF) and/or other complex documents.  PCL Drivers are usually best for priting basic documents, Microsoft Word Documents (doc, docx) and Excel Spreadsheets (xls) to name a few.

You may find it best to install and share your network printer twice, one instance using the PCL Driver and the other using a Postscript (PS) driver.  You then just need to educate your users which printer instance to select from the printer list according to the document type they are dealing with.

Please feel free to comment on your own experiences