Link problem in PDFs

We're having a problem with the -divpdf program.

The no_pdmmark.pdf is using the divpdf tool without the –pdfmark option. The document looks fine but the blue links are not clickable.

The with_pdfmarks.pdf is using the divpdf tool with the –pdfmark option. There is additional text in blue besides the cite.url tags. The links are clickable.

In order to get this to work with the –pdfmark option we had to remove the two url’s below. we replaced them with http://bna.com

So we have two problems.

  1. The two url’s below cause the divpdf tool to fail when using the –pdfmark option.
  2. After replacing the two url’s below with http://bna.com and running divpdf with the –pdfmark option where we have blue text that is not part of the cite.url tags.

Any idea how we can fix this?

Thanks!

Screenshot of a PDF document titled 'Bloomberg Environment Daily Environment Report' with non-clickable blue links due to missing -pdfmark option in divpdf tool.PDFScreenshot of a PDF document titled 'Bloomberg Environment Daily Environment Report' with clickable blue links after using -pdfmark option in divpdf tool.PDF



Generated Image Alt-Text
[edited by: Trados AI at 5:11 AM (GMT 0) on 5 Mar 2024]
emoji
Parents Reply
  • So just to address something Carol first said, yes the divpdf program will not process the :pdfs/:pdfe macros at all unless the -pdfmark option is used.

    The divpdf problem you are having with URLs containing equals signs (and other possible "special" characters) was fixed with issue XPP-1599 (Divpdf does not handle web addresses that contain equal signs in pdfmarks). This was fixed in SP 9.0.3 (and core release 9.1.0).

    The workaround suggested by Paul is a good one to try w/o having the fix - although the context of the snippet from the PDF Support in XPP manual was in regards to the psfmtdrv program and not divpdf (as far as "escaping" characters, but not in regards to what it says about the semi-colons).

    But it would be better if you had the fix and didn't have to worry about "changing" special characters in a URL (and doing that might confuse things later when and if you do get the fix, as far as doing something for the equals signs).

    I will note that the XPP 9.0 release has been in "retired" state for over two years now. The Direct to PDF (divpdf) product was in its "infancy" in that release and has come "leaps and bounds" since then.

    As far as the blue color of text continuing past the end of the URL, I cannot address that since you've given no information as to how the blue text color is being turned on and off.

    Jonathan Dagresta
    SDL XPP Engineering

Children