Questions tagged [pdf]

PDF (Portable Document Format) is a filetype that represents a document. The PDF format was originally a closed format developed by Adobe, but became an open standard in 2008.

PDF (Portable Document Format) is a filetype that represents a document. The PDF format was originally a closed format developed by Adobe, but became an open standard in 2008.

PDF is fairly widely used for the storage and transfer of documents that are principally designed to be viewed and archived (e.g. invoices, quotes, documentation). However, the PDF standard does support editable fields, so PDF documents are sometimes seen acting as forms for the request and submission of data. The inclusion and growth of such interactive functionality has led to some fairly serious security vulnerabilities in PDF renderers, where a malformed PDF document can be used to attack a system with a vulnerable PDF reader.

Systems that automatically generate PDFs from a set of data are quite common, although developing this functionality and interacting with various libraries that allow this can be quite challenging. Similarly, systems that automatically ingest and parse PDF documents can be difficult to develop, given the large and varied PDF specification.

More details about the format can be found over at Adobe.

88 questions
2
votes
3 answers

Recommended PDF Reader for Windows Terminal Server Environment

Right now, I have Adobe Reader 9.0.0 installed on my Win 2003 Terminal Server. Before I just go ahead and update it to version 9.4, does anyone have an experience with a better PDF Reader for a terminal server environment? It does not perform…
2
votes
3 answers

How to install FF on Ubuntu Server for use in printing PDF's from the command line

I am interested in creating a "print server" for my web application and I've thought about various ways to solve the problem and came up with this solution. I found a plug-in for firefox that will get it to print from the command line (including PDF…
Greg
2
votes
3 answers

Embedded Code in PDF Documents

I've been reading about this google/china episode and and it seems that one of the attack vectors used was embedding code (javascript I believe) into PDF documents. This has me worried, I surely don't want any PDF documents executing code on my…
devin
  • 1,226
  • 3
  • 20
  • 27
2
votes
1 answer

How do I convert a plaintext file to a PDF on the command line on Windows 10 without paying money?

All I want is to turn a .txt with a proportional font (monospace/Courier New/Fixedsys/whatever) and fixed column width (80 chars) to be turned into a correct PDF document, so that it can be printed or shared as a PDF. Requirements: It must run on…
1
vote
0 answers

AWS Lambda: How to install linux dependency packages?

I'm trying to perform HTML to PDF conversion with class library in AWS lambda function. The HTML converter has some dependency packages to be installed in the environment where the conversion takes place. So, I tried to install the packages using…
Prakash
  • 11
  • 1
1
vote
2 answers

Advanced PDF File Associations on Domain

I have a complex setup that I'm having issues getting to work properly. Microsoft is so aggressive at defaulting PDFs to Edge. Edge gives our organization so many problems when working with PDFs and is one of our largest helpdesk woes. We need to…
1
vote
0 answers

Is there a Windows Command Line utility or DLL to convert URL text to clickable Hyperlinks in PDF files?

I'm editing an ASP Classic application that uses a DLL called PDFLib to import existing PDF files, make modifications, and generate new PDF files. The problem is that any URLs that were in the source PDF are not hyperlinks in the generated PDF. The…
scottkeen
  • 19
  • 1
1
vote
0 answers

Printing oversized PDF to HP printer

I am using an HP E60055 laserjet printer and using Red Hat Linux Cups version 1.6 to print to it. Previously using a Samsung SCX-483x - with which I had no problems with the default settings. When I print line-by-line reports the printer's default…
1
vote
1 answer

Chrome and Edge display served PDF with gray dot in center on multiple machines. Firefox displays fine

Sometime in the last few days, Chrome and Edge started displaying PDFs from my website with a dark gray background and a light gray dot in the center. The PDFs display fine in Firefox. I have tried this on 4 PCs and one outside our internal…
Haabda
  • 193
  • 1
  • 1
  • 8
1
vote
0 answers

CUPS-PDF Output Filename Fix

I'm using Virtual PDF Printer with cups-pdf package in debian 7.7 wheezy. I have some problem with output PDF filename. It's work correctly when I Print .rtf document with wordpad. But, when I Print .docx document with MS Office 2010 or .txt…
1
vote
2 answers

Bulletproofing downloads of large PDFs against browser misconfiguration?

I have a site running apache whose main purpose in life is to serve up large (10-30 Mb) pdf files. I get emails fairly frequently from users saying that they're having problems downloading the files: "will start to download, but the download…
Ben Crowell
  • 135
  • 8
1
vote
8 answers

sharepoint error message "Some files can harm your computer"

When accessing pdf files on a sharepoint site, I'm getting a warning saying "Some files can harm your computer. If the file information loks suspicious or you do not fully trust the source, do not open the file." Is there a way to switch off the…
Paolo Tedesco
  • 1,206
  • 7
  • 16
  • 23
1
vote
0 answers

Server 2012 Remote Desktop Services, Foxit Reader as default

I have a Server 2012 RDS server I'm setting up. I have installed Foxit Reader. I then went to the registry and set the value of HKLM\Software\Classes\ .pdf to FoxitReader.Document. I also set up a group policy preference to set the value for…
1
vote
2 answers

Acroread Convert PDF File To PostScript Segmentation Fault

Our customer has a Linux server (Redhat), which runs Java web applications. Recently there is a requirement to submit PDF files to printers to be printed out. The command we are using is cat /path/to/pdf_file | acroread -toPostScript | lp…
Alvin Sim
  • 286
  • 1
  • 4
  • 11
1
vote
1 answer

How to set advaced printing options when using "lpr" to print?

On ubuntu Hardy 8.04, some PDF files have printing issues - they take forever to print, all this while evince (the PDF reader) uses 100% CPU. After that, the actual print comes out very blurry and unreadable. I usually use pdf2ps to convert them to…
Tzafrir
  • 223
  • 1
  • 6