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 !

29

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

I have tried the tool from Alfonso.
I have adapted my cross-reference type for this.
It did not work for me that the program recognizes gaps in the circuit diagram. In other words, if page 12 was in the 10th position, the Alfonso program would jump to page 12. The direct connections are not recognized. In this respect, I can achieve the same with my tool and will not go to the trouble of trying to include the X.Y format.

Translated with DeepL.com (free version)

30

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

It did not work for me that the program recognizes gaps in the circuit diagram. In other words, if page 12 was in the 10th position, the Alfonso program would jump to page 12. The direct connections are not recognized. In this respect, I can achieve the same with my tool and will not go to the trouble of trying to include the X.Y format.

+100
I work on old project at my work, I need to move some folio so I rename it to special folio label :9-1, 9-2, 9-3 to insert after folio 9 and before folio 10 I didn't use position but folio label for my Xref. So when I try Alfonso python plugin PDF link was wrong.
I was expecting this not to work with the plugin when you use folio label for XRefs and report .

Example xref 9-3-A2 in PDF link pointing to folio 3... but 9-3-A2 was realy position is page 14 on the pdf..

I haven't had time to think about finding a workaround. nomicons/smiley-green

I understand this avanced use of QET was very difficult and complex to implement it to use and program it when you analazyse an simple PDF file..with python program..

"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 !

31

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

yes, that was the same problem I had when I created my program.
The PDF is missing the background information that you would have in the .qet file to enter the connection.
That's why I wrote in the description I included in my post that the PDF page must be the same as the page in the schematic.
This reads out, for example. "22.1" and then extracts the 22 and creates the reference to p. 22.
I would have preferred it differently, but I couldn't think of a way to create the actual connection.

Translated with DeepL.com (free version)