6
I have an in-house application which generates PDF files for different reports. Now based on the report type, the PDF files are generated by 2 different applications - first one being neevia Doc Creator and the other being Oracle Reports.
If I open either PDF files using Adobe Acrobat reader and then issue a print command, then both the files print correctly, with all formatting retained.
However, if I copy the files directly to the printer ( the printer is shared on the network, and by copy files I mean issue copy <file> \\share_name
), then the PDF files created by neevia Doc Creator print fine, with formatting retained.
If I do the same for the PDF files created using Oracle Reports, then the prints are off, the formatting is not retained.
At first, I thought this was a font substitution issue, and found that that the fonts were not embedded in PDF generated by Oracle reports. So I did some changes, and the fonts are being embedded now - but the prints still don't match.
Why is this so ? What am I missing out on ? Any way to determine what's so different about the other PDF that makes it to lose formatting ?
This is how the print looks, when printed from Adobe:
This is how the print looks, when printed directly ( ie, copied)
The printer is a HP Color LaserJet 4700 PS, connected to a dedicated print server running on Windows Server 2003.
1"then the prints are off, the formatting is not retained". Could you add an image showing this? – Josh – 2010-10-06T14:54:09.197
@Josh yes, I will do so. – Sathyajith Bhat – 2010-10-06T15:15:51.533
I was wondering if there could be a different in the postscript versions, but I'm not sure how to find that information. The other things I would check is if the PDF versions were the same, that may make a difference in how the printer processes the PDF. – Scott McClenning – 2010-10-06T16:23:14.060
It would be good to include more details. Is the print queue on a Windows box, a *nix box, or on the printer itself? What model printer and how recent is the firmware? – CarlF – 2010-10-06T16:51:24.240
@CarlF The printer is a HP Color LaserJet 4700 PS, connected to a dedicated print server running on Windows Server 2003. @Scott: The PDF version is the same, ie, PDF v1.4 – Sathyajith Bhat – 2010-10-06T17:02:53.827