Documentserver: Some link in xlsx file is not clickable after convert to PDF

Created on 15 Dec 2020  路  10Comments  路  Source: ONLYOFFICE/DocumentServer

Issue following discussions in https://github.com/ONLYOFFICE/DocumentServer/issues/189

Do you want to request a feature or report a bug?
bug

What is the current behavior?
Links not clickable in pdf produced from Conversion API : https://api.onlyoffice.com/editors/conversionapi

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Export a PDF using the Conversion API

What is the expected behavior?
Links should be clickable as implemented in https://github.com/ONLYOFFICE/DocumentServer/issues/189

Did this work in previous versions of DocumentServer?
I think no

DocumentServer version:
6.1.0

Operating System:
CentOS

Browser version:
All

bug

Most helpful comment

Hello @ShockwaveNN!
Thank you !

Greatings from CEO-Vision

All 10 comments

@jlemangarin Could you attach some sample file you want to convert to pdf and exact parameters you're using in conversionapi

Hello @ShockwaveNN
We used this parameters to convert docx into pdf file:

  $jsonData = array(
    'filetype' =>'docx',
    'key' => xxxxxxx,
    "outputtype" => "pdf",
    "title" => 'testtttt',
    "url" => xxxxx,
  );

Here is an exemple of a doc to convert with onlyoffice converter API.

Testttttt_v1.0.docx

@avanhoveceovision I opened this docx file in ONLYOFFICE DesktopEditors and LibreOffice - there is no visible links in this docx file even before convert to pdf

hi,

Sorry i did a mistake,

Here is my file :

Document 1.docx

I converted this file and opened in chrome and link is working correct

Please note that if this file is opened in ONLYOFFICE DocumentServer or ONLYOFFICE DesktopEditors there is a bug: https://github.com/ONLYOFFICE/DocumentServer/issues/1044

Previous bug https://github.com/ONLYOFFICE/DocumentServer/issues/189 was for situation for which any application (including chrome pdf viewer) will not click on links

@ShockwaveNN Can you try to convert this file and check the link is not clickable ?

Feuille de calcul 1_v1.0.xlsx

Thank you !

@avanhoveceovision For your last file first link is ok, second link is not

But this situation happens in DocumentServer itself, just open this file in DocumentServer and download as pdf
It's not some specific bug for convert service, I'll try to find if this is old one

@ShockwaveNN Thank you !

I can confirm this is a new bug for us, issue 48031 in our private issue tracker
We've make a note, that this is issue from ceo-vision.com and hope our dev team will be take a look at this in higher priority than usual, but cannot guarantee it
Thank you

Hello @ShockwaveNN!
Thank you !

Greatings from CEO-Vision

Was this page helpful?
0 / 5 - 0 ratings