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.

learn more… | top users | synonyms

-1
votes
0answers
20 views

Apache fop goes in an infinite loop, why? [closed]

I've this very very simple xml file: <?xml version="1.0" encoding="ISO-8859-1"?> <root> <header>W3Schools</header> <paragraph>At W3Schools you will find all the ...
0
votes
1answer
31 views

Automatic directory PDF Conversion

I need to setup a conversion service for internal user (and internal third party software). The user (or software agent) should put the file to convert (in doc format) into a given network share then ...
-1
votes
1answer
101 views

Disable globally new built-in PDF viewer [closed]

I'd like to deploy Firefox 19 on my network but the new built-in PDF viewer is very annoying and I'd like to keep Acrobat Reader as default. I can change parameters in about:config but how can I do ...
0
votes
0answers
216 views

Displaying pdf in IE10 using pdf.js

Adobe Reader plugin for IE and other browsers has a long history of vulnerabilities. Mozilla's pdf.js provides an open source alternative to adobe. How do I configure IE10 to use pdf.js for viewing ...
0
votes
1answer
82 views

Server-side print to PDF of HTML file in /tmp?

I'm working on a project where we need consistent printing of certain pages, and PDFs are made for that. The customers also like to have some local copies, so this would be a two-fold win. Things get ...
0
votes
0answers
117 views

Installing PDFTK on Cent OS 6 , error: libgcj.so.7rh()(64bit) required

I'm trying to install PDFTK on Cent OS 6 but get the following error: Package: pdftk-1.44-2.el5.rf.x86_64 (rpmforge) Requires: libgcj.so.7rh()(64bit) Here's more of the messages I got: ...
0
votes
0answers
112 views

How to implement digital signature solution? [closed]

We are building a web application(Java). Could anybody help brief me what we need to realize the following business scenario ? An user access our web site He inputs some data He generate a PDF ...
0
votes
2answers
233 views

Windows Sharepoint Services 3 PDF Search Not Indexing All Words

We have Windows Sharepoint Services 3 installed on a Server 2003 R2 Enterprise SP2 machine. I have Adobe Reader 8 with the iFilter installed, configured and working. I kicked off a Full crawl and I am ...
0
votes
1answer
45 views

Linux gs - not working as expected

I'm running the following command to create a PDF out of a string of images (JPG+PNG): convert -adjoin * "presentation.pdf" ; gs -dNOPAUSE -dBATCH -dPDFSETTINGS=/screen ...
0
votes
0answers
239 views

Big file creation on IIS with crystal reports

I want to know if there have been any issues creating big files on IIS with Crystal Reports. I create reports that are bigger than 800 megs; it works fine when i do this locally. However, as soon as ...
0
votes
2answers
200 views

print PDFs to printer (NOT “pdf printer”)

I'm looking for a solution, either win or linux, for printing existing PDFs to network printers (available via our windows print server), preferrably by a 'hot folder' means where I could ...
8
votes
3answers
731 views

Is nginx suited for serving PDFs?

This is a dummy question. I have to give public access to PDFs, let's say 8 MB / file. It seems to me that nginx will serve any kind of files, as long as they are static. But someone tells me nginx ...
6
votes
7answers
150 views

Text-file based document preparation system

I am looking for a system to prepare internal technical documents that has the following basic features: source files should be human-readable text files, so they play well with revision control ...
0
votes
0answers
62 views

Adobe PDF Reader IE Plugins blocks some url

The client opens a pdf file on the corporate web page through the adobe pdf IE plugin to access a video tutorial file whose url resembles like this mms://the/path/of/video/file.mwv however, when ...
-1
votes
1answer
81 views

how to remove password from pdf documents? [closed]

I recently bought membership to a online course. It has hundreds of PDFs, and each PDF has a password, a DIFFERENT password at that. It is too late to get a refund, and I plan to use that knowledge ...
0
votes
1answer
637 views

How do I configure nginx to serve PDF files? [closed]

I am starting with a default installation of nginx. The only modification I've made to my enabled-sites/default file is: root /home/ubuntu/www ...where I have a web site and a /pdf folder that ...
0
votes
1answer
320 views

PDF reader performance on Citrix or TS RDP [closed]

I'm considering to use different PDF reader in Citrix Environment. Which company has the best software product that performs better in Terminals and Adobe? I'm considering Foxit, Nitro and Docudesk. ...
2
votes
4answers
387 views

Full text search for more than 30,000 MS Office documents

We have more than 30,000 MS Office and PDF documents in Windows shares on Windows Server 2008 R2. What possibilities do we have to get full text search on all of these documents? It's important that ...
4
votes
3answers
959 views

How would I create a PDF print server?

I have some old workstations with WindowsXP that I can install pretty much anything on, an office with about 80 people, a wintel environment, an existing Server 2003 file/printer server, and everybody ...
-3
votes
1answer
135 views

How to sort a file in unix? [closed]

I want to know how to sort a file in an unix shell? Is there any tools outta there?
2
votes
2answers
94 views

Should I serve compressed PDFs?

I'd like to know if there's a general rule of thumb wheter to enable gzipping for PDF files or not. I use NGINX but I think this would be helpful for Apache users as well. Thanks.
2
votes
1answer
382 views

'IE cannot display the webpage' when opening PDFs

A number of my users are complaining ever since an upgrade to IE9 that when they click a PDF link, IE gives the error 'Internet Explorer cannot display the webpage' (ie doesn't even call Acrobat ...
0
votes
1answer
117 views

Creating a HTML index of documents (PDF,PS) for a knowledge base

I've been looking for a command line / Linux-friendly "index" generator. I want to load PDF, PS, DOC and other documents and generate a static (X)HTML frame-based interface, as a knowledge base of ...
1
vote
3answers
1k views

Outlook 2007 off of Exchange 2003. Paperclip shows but no attachment on message

I have 2 users that occasionally receive emails with a pdf attachment that is not actually on the email. The paperclip will show in outlook but there is actually nothing attached. Accessing via owa ...
-1
votes
1answer
333 views

Possible to upload weblogs to Google Analytics?

It's always bothered me that Google Analytics (and similar embedded web traffic monitoring services) can only see a reflection of the traffic going to my server and can only see page visits. If I want ...
0
votes
1answer
44 views

Want to provide a facility to update a PDF file from within a website

We tend to issue certificates to our members in the form of PDF files. Till now we have been doing this manually and now we wish to automate the certificate generation part. We need a functionality ...
0
votes
1answer
2k views

Reporting Services 2008 R2 export to PDF embedded fonts not shown

I'm trying to export a report to PDF with a custom font. I have installed a font on the server that hosts Reporting Services 2008 R2, restarted the SSRS service, and sucessfully seen it using the web ...
2
votes
3answers
98 views

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 ...
1
vote
5answers
373 views

Enforcing a single-use policy with .PDF files

My organization has some Confidential (as in statutory requirements confidential) documents that go out to certain people and committee groups prior to their release into public domain. These ...
2
votes
3answers
4k views

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 ...
0
votes
3answers
701 views

dev/null and dev/null 2>&1?

What dose mean dev/null and dev/null 2>&1 ? if i run php -q /http/get_pdf.php sorry for my short question when we run this file from url it will create a .pdf file and mail, we are looking to ...
4
votes
3answers
5k views

Fast pdf to jpg conversion on Linux wanted

I am currently using Imagemagick to convert PDFs to JPEG raster images. It is painfully slow and uses up a lot of memory. The command I used was: convert -geometry 1024x768 -density 200 ...
2
votes
3answers
335 views

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 ...
1
vote
1answer
262 views

ifilter not working with MOSS 2007, cant crawl .pdf

Installed ifilter and followed the guides: http://msmvps.com/blogs/sundar_narasiman/archive/2008/02/06/configuring-moss-2007-to-search-pdf-documents-install-and-configure-pdf-ifilters.aspx and the ...
1
vote
3answers
1k views

PDF download hanging from server with Firefox/Chrome

I have a Windows 2008 R2 (virtual) server running a number of websites. My client has uploaded several PDFs by FTP to a download directory from where they can be retrieved via a web page. This works ...
0
votes
2answers
827 views

pdftotext not outputting hebrew characters

I'm using Xpdf's pdftotext to get the text out of some hebrew pdf files on Ubuntu. On my local machine this worked fine. I then tried to do it on another machine and the hebrew characters don't show ...
1
vote
3answers
1k views

OWA (Outlook Web Access) won't give user a link to attached document. Gives “Open as Web Page”

I have been testing OWA and have found that when there is an attached file on a message it shows the "Attachments:" then the file name (but no link) and then [Open as Web Page] link. The user has to ...
1
vote
1answer
411 views

How to force Windows verison of GhostScript to print on A4 page format?

I'm using Windows' version of GhostScript to print PDF files. The problem is it always tried to print page as Letter format what my printer does not support. I've tried -sPAPERSIZE#a4 option but didnt ...
1
vote
1answer
330 views

Why does a pdf file download result in varying bytes logged, all with sc-status 200

I have a mojoportal CMS installation on an IIS7 server where users are reporting problems downloading a pdf file. It always downloads fine for me and most others, either displaying in browser or in ...
2
votes
3answers
237 views

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 ...
0
votes
1answer
291 views

Adobe Acrobat 8 Professional Randomly Opens a PDF on Windows 2008 Server

I have a Windows 2008 server serving as a terminal server for a small team. The server randomly opens the same PDF file "consistently sometimes" when you double-click another PDF. Both PDFs open. ...
0
votes
2answers
2k views

PDF Corruption When Sending with Microsoft Products

I have the same PDF corruption problem in two different offices that I am the tech support for. Office 1: Started in the middle of December. PDF received from outside the office and is viewable with ...
0
votes
4answers
1k views

Windows networked printers freeze on PDF

I have two HP LaserJet printers on a Windows Server 2003-based network. Both printers are managed by a print server and shared from there to multiple users in the domain, most of whom use Windows XP. ...
4
votes
3answers
2k views

Export SharePoint Wiki to PDF from the Command Line

We use a SharePoint wiki* at the office to serve as a knowledgebase for our IT operations. Recently we went through a disaster recovery exercise where we realized we had a key hole in our plans: how ...
4
votes
11answers
2k views

How to convert a really big HTML file to PDF in Windows [closed]

We have a few really large HTML files (60-100 MB) that we cannot convert to PDF with any reliability. Adobe Acrobat 9 crashes - hits the 2GB limit for applications. Open Office converts, but ...
0
votes
2answers
2k views

Serve pdf fies in IIS

How do you get IIS5 to serve PDF files when I navigate to the file I get a 404 error.
3
votes
1answer
2k views

Why are we seeing Apache 206 partial responses for PDF downloads?

When looking in our Apache access log, when users are downloading PDF files from our server, the following often (but not always) happens. The URL is first requested and delivered with a status 200 ...
1
vote
7answers
8k views

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 ...
9
votes
3answers
3k views

Any tools to automate OCR of scanned PDF files in a manner similar to Acrobat's OCR feature?

Open source preferred, but not necessary. I've got Adobe Acrobat 8, and really like the OCR feature which can essentially put an invisible layer of OCR'd text on top of a scanned document. Thus what ...
16
votes
6answers
12k views

Reasonable automatic HTML to PDF conversion (in UNIX/Linux environment)

Is there a way to generate PDF documents from HTML files automatically in Linux where the PDF offers some kind of reasonable level of resemblance to the input file? A command-line tool - as opposed ...

1 2