Summary: | OffendingCommand: .getmetrics32 | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Jack Moffitt <jack> |
Component: | PS Interpreter | Assignee: | Igor Melichev <igor.melichev> |
Status: | NOTIFIED FIXED | ||
Severity: | normal | CC: | jackie.rosen |
Priority: | P2 | ||
Version: | master | ||
Hardware: | All | ||
OS: | All | ||
Customer: | Word Size: | --- |
Description
Jack Moffitt
2001-07-17 02:37:05 UTC
Comment originally by igorm@users.sourceforge.net Logged In: YES user_id=79484 The problem is reproduced. Somewhat is wrong with 'bind'. Analyzing. Comment originally by igorm@users.sourceforge.net Logged In: YES user_id=79484 The problem is reproduced. Somewhat is wrong with 'bind'. Analyzing. Comment originally by igorm@users.sourceforge.net Logged In: YES user_id=79484 The binding is wrong due to -dNOBIND. Specifically to .getmetrics32 it can be fixed easy with immediate binding in gs_typ32.ps . But so far another problem appears : ps2ascii.ps can't handle incremental fonts at all. Therefore it doesn't solve user's problem. Sending message to the user : Dear Jose Luis Sanz Boixader, What you are doing is wrong in principle. You convert a Spanish Word document into PS file with PS driver, and then try to extract text from there. The problem is that PS driver you are using misses information being important for you. It uses incremental fonts for representing character outlines. There is no way to restore character codes from this PS document, because it uses random temporary character codes for Spahish glyphs. Actually ps2ascii fails with "undefined .getmetrics32". It is our bug. But once it is fixed, it cannot solve your problem. Therefore I am recommending you to find a different method for extracting text from Word document. The file you supplied doesn't contain this information at all. It only contains glyph outlines. Igor. Comment originally by igorm@users.sourceforge.net Logged In: YES user_id=79484 The patch http://www.ghostscript.com/pipermail/gs-code- review/2001-August/001053.html commited. |