Antenna House: Issues with Ghostscript EPS Processor

Here should go questions about transforming XML with XSLT and FOP.
VDisplay911
Posts: 3
Joined: Sat Nov 22, 2025 5:30 am

Antenna House: Issues with Ghostscript EPS Processor

Post by VDisplay911 »

Hello,
I'm using Antenna House Formatter V7.2 and facing an issue where Ghostscript EPS processing corrupts the PDF tag structure and breaks accessibility features.

Problem:
When using

Code: Select all

eps-processor="ghostscript"
, the PDF output has two accessibility issues:
In Adobe Acrobat:
  • ALT text does not appear on mouse hover over images
  • In the Tags panel, images appear as corrupted tags named PathPathPathPath
Expected Behavior:
  • ALT text for images should be displayed on mouse hover
  • Image tags should show up correctly
In my ah_settings.xml file, I have the following code in my pdf-settings:

Code: Select all

eps-processor="ghostscript"
gs-add-options="-dCompatibilityLevel=1.6 
      -dPDFSETTINGS=/screen 
      -dEmbedAllFonts=true 
      -dSubsetFonts=true 
      -dColorImageDownsampleType=/Average 
      -dColorImageResolution=160 
      -dGrayImageDownsampleType=/Average 
      -dGrayImageResolution=160 
      -dMonoImageDownsampleType=/Average 
      -dMonoImageResolution=800"
The XML looks like this:

Code: Select all

<fig>
    <title>A sample figure EPS</title>
    <image href="sample-image.eps">
        <alt>Description of the EPS image</alt>
    </image>
</fig>
The generated FO looks like this:

Code: Select all

<fo:external-graphic 
    src="url('sample-image.eps')" 
    axf:alttext="Description of the EPS image"/>
What I've Tried:

Tags and ALT text work with the following options, but the image quality is poor.
  • eps-processor="native"
  • eps-processor="auto"
  • eps-processor="distiller"
The Question:
What EPS processor configuration will make the ALT text and tags appear correctly while preserving good image quality?

Any help is appreciated.
Radu
Posts: 9586
Joined: Fri Jul 09, 2004 5:18 pm

Re: Antenna House: Issues with Ghostscript EPS Processor

Post by Radu »

Hi,
This is a forum intended mostly for Oxygen XML Editor questions, we (the Oxygen team) do not know the inner workings and features of Antenna House, maybe you can contact Antenna House and ask for help on this. If you do not have a POC I can try to reach out to my contact at Antenna House and ask him to reply to you on our forum.
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
VDisplay911
Posts: 3
Joined: Sat Nov 22, 2025 5:30 am

Re: Antenna House: Issues with Ghostscript EPS Processor

Post by VDisplay911 »

Hi, Radu,
I don't have a POC, so I'd appreciate it if you could reach out to your contact at Antenna House.
Thanks.
Radu
Posts: 9586
Joined: Fri Jul 09, 2004 5:18 pm

Re: Antenna House: Issues with Ghostscript EPS Processor

Post by Radu »

Hi,

Sure, I contacted someone from Antenna House, we'll see how this goes.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Radu
Posts: 9586
Joined: Fri Jul 09, 2004 5:18 pm

Re: Antenna House: Issues with Ghostscript EPS Processor

Post by Radu »

Hi,

The advice I got from my Antenna House contact is:
It would still be better if they could contact support@antennahouse.com and provide their actual files.
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
VDisplay911
Posts: 3
Joined: Sat Nov 22, 2025 5:30 am

Re: Antenna House: Issues with Ghostscript EPS Processor

Post by VDisplay911 »

Hi,
Ok, I'll contact support@antennahouse.com and provide the files.
Thanks for your help.
Post Reply