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.

90 questions
2
votes
3 answers

Need recommendations for a hardy scanner that has a robust feeder tray

In the early days of our company all our information came in on paper and all of what we sold was on paper. Because of this we literally rent our an old bank vault to house the millions of sheets of paper that, some say, still contain relevant…
JohnyD
  • 1,614
  • 3
  • 20
  • 29
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
1 answer

CUPS - output a copy of all print jobs as PDF

Is it possible to configure CUPS so that each print job is also saved as a PDF? I've installed and configured cups-pdf, which works fine if I print directly to it from a client. But what I want to achieve is a copy of all print jobs to be sent to…
AL3
  • 23
  • 5
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,246
  • 3
  • 20
  • 27
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
  • 2
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
  • 203
  • 1
  • 2
  • 8
1
vote
2 answers

Problems installing pdftk on CentOS7 - libgcj issues

I'm trying to install a command line pdf manipulation program called "pdftk" on CentOS 7. I've tried several ways to get it installed and running into issues. If I try to install the rpm I get this error: sudo rpm -i…
S.ov
  • 361
  • 2
  • 4
  • 13
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
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