TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Problem converting Frame book to PDF From:"Ridder, Fred" <F -dot- Ridder -at- DIALOGIC -dot- COM> Date:Thu, 2 Jul 1998 19:20:38 -0400
Amy Lodato wrote (in part):
>I'm wondering if anyone knows how to interpret the error I am getting when
>trying to convert a FrameMaker 5.5 book into a PDF file. When I "save as
>.pdf," everything seems to go well until it reaches page 2 of the 3rd
>chapter, where it stalls for a long time. It then aborts the pdf process
and
>generates a log file with the following error:
>
>%%[ Error: ioerror; OffendingCommand: showpage ]%%
>%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
>
>There's nothing I can see in body, master or reference pages that refers to
>a "showpage" command, but I'm not sure I would know what that would look
>like if it were there.
The showpage command is one of the most important commands in the
PostScript language. It is the command that tells the printer to actually
draw a page containing all the graphic objects (lines, letters, etc.) that
have just been described in a big chunk of PostScript code. Because
PDF is based on the PostScript language, FrameMaker inserts a
showpage command at the end of each page's PostScript description
before starting on the next page.
But as to why FrameMaker is choking at this particular page, I haven't a
clue because I'm not currently a Frame user.