We don't actually enter the data, it arrives with the data already entered.
Main Topics
Browse All TopicsWe receive pdf files from a customer of ours on a regular basis. It looks like they have it set up to use some kind of a default document that then allows them to enter data in the document as a sort of form.
When we try to print the document on certain printers, the template part of the page comes out, but the form data does not. So, we see the columns and lines in the document, but the numbers don't print.
The document prints (without the form data) and then a page follows that reads:
ERROR: ioerror
OFFENDING COMMAND: flushfile
STACK:
-filestream-
-filestream-
-filestream-
-filestream-
-filestream-
-savelevel-
I've tried updating the print driver on one of the printers in question, but to no avail.
Thoughts?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
- In that case the font (typeface) used for the data has not been embedded in the PDF file when the file was created AND you do not have that particular font installed on your PC.
- This means that the data will print only on PCs where the font used for the data is available which explains why the problem appears only on some printers as you have implied in your problem...
'When we try to print the document on certain printers'
- The solution is to install the missing font on the PC that you are unable to print from.
- The easiest way to find out which fonts are required for your document, download and install the free Adobe Acrobat Reader 7 (latest version) from the following link...
http://www.adobe.com/produ
Then open the PDF file and click on File > Document Properties > Fonts Tab to see the fonts that are used in the PDF file.
Good Luck!
I am having the same problem. It appears to be a printer problem on certain PDF files, not all. I can print the PDF file on my slave printer but to the network printer the error occurs. This happens on two differint PCs that have been used s it doesn't appear to be a PC problem. The printer is a Xeror Phaser 4400.
Sorry for the long delay in getting back to this. The guy who had the problem was let go, so the problem simply melted out of my mind... :)
The problem is that the same PC will print to one printer fine, but to another printer it will not print the data. The idea about the fonts is good, but since the same PC is the origin in both cases, ultimately the answer must lie somewhere else.
In the end, I told the user that he'd just have to print on the printer that works for this particular vendor. We don't get many invoices from them, so it's not a big deal.
If anyone has other ideas/solutions I'd love to hear them, otherwise I'll close the ticket by the end of the week. (I'm assuming the fellow who got sacked will be replaced and then I'll get the same query all over again...)
ERROR: ioerror
OFFENDING COMMAND: flushfile
- Strictly speaking, ioerror is an input/output PostScript error which could be due a number of reasons.
- Since missing fonts is the most common reason for missing text in printed PDF files we needed to eliminate that possibility first.
'The problem is that the same PC will print to one printer fine, but to another printer it will not print the data'
- PDF files use the PostScript language which requires a printer that is compatible with the level of PostScript used in the PDF file (Level 1, 2 or 3). Check out the following links...
http://www.webopedia.com/T
http://desktoppub.about.co
- If re-installing the printer driver does not work on the offending printer AND you are sure that your printer is a PostScript compatible printer, the only work around is to re-create the PDF file for which you will need to have Adobe Acrobat (not the free Acrobat Reader!)
- However, the following link shows you how to troubleshoot common PostScript errors...
http://www.adobe.com/suppo
Good Luck!
http://www.adobe.com/suppo
Business Accounts
Answer for Membership
by: avgavgPosted on 2005-11-13 at 20:05:05ID: 15285642
- To print the document with the form data you need to save the PDF file as a new file after entering the data in the form fields.
- The file may also have security settings that are probably password protected.
- Open the file and go to File > Document Security
- The Document Security field should display 'No Security'
- Click Display Setting button to see the enabled security settings.
- If password protection has not been set by the document creator, you can click the Change Settings button to remove security settings.
Good Luck!