floating point error when reading pdf file
*.pdf is generated on one platform. When trying to read the file onto another platform, floating point error generated. Prepdf binary files are not compatable across platforms. If a bineary pdf file was written on one platform, it may not be read into another platform. You will need to create a formatted version of the pdf file if you want portability across platforms. To get a formatted version, 1) Read the pdf in the platform that the file is created 2) Write out a formatted version (The default is binary) The new pdf file will work across platforms. |
||
![]()
|