26

Re: Python script for generate cross-references in .pdf file

You are welcome.
I don't know why it doesn't run on Ubuntu.

Oh, I don't know exactly whether it's row or column. I guess it is column.
My cross-references are numerical. For page 17 column 9 the cross-reference would be 17.9, for example. So it must be column?

I think I will try to integrate this format into the program. I don't know if I can do it.
But I also don't know to what extent Alfonso is still online here.

27

Re: Python script for generate cross-references in .pdf file

I don't know why it doesn't run on Ubuntu.

AppImage it the same like nuitka who translate and convert python code to C

The solution is to compile your application on the oldest Linux version that you intend to support. However, this process can be exhausting, involving setup complexities and security considerations since it exposes source code.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

28

Re: Python script for generate cross-references in .pdf file

scorpio810 wrote:

MacOS arm64 Sequoia package.

xattr -r -d com.apple.quarantine GNerador_PDFLink_v1.zip

Enlarge the Windows to have buttons focus!

Enjoy! -)

I lost some ours to understand why my package shared internal in new Macos VM work and downloaded the same zip with Safari or Chrome didn't work !!!, Apple directly in quarantines the zip if downloaded from the internet, the file is the same but when you extract the archive Apple says that the application is damaged...
The solution is to remove attribut com.apple.quarantine before open it.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !