Export Bookmarks is not working

This Forum is for the use of End Users requiring help and assistance for Tracker Software's PDF-Tools.

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Stefan - PDF-XChange

Nimrod_189
User
Posts: 61
Joined: Wed Sep 23, 2009 8:39 am

Export Bookmarks is not working

Post by Nimrod_189 »

Hi everyone,

I've noticed that the PDFTools command (Export Bookmarks) is no longer working properly. I want to run this command via VBNet. It's always worked before, but yesterday I noticed something has changed.

Can anyone help me?

Here are my previous instructions:

[img]https://i.postimg.cc/RVTKBBy7/pic-Export-Bookmarks.png[/img]
And now VBNet:

Code: Select all

StartInfo.FileName = "C:\Program Files\Tracker Software\PDF Tools\PDFXTools.exe"
p.StartInfo.Arguments = "/RunTool {CC9C1C12-56C9-4276-92866DCEAC1C7244}" & " " & Add_Qouted(PdfSourceFile)
'p.StartInfo.Arguments = "/RunTool pdft.tool.bookmarksExportToText" & " " & Add_Qouted(PdfSourceFile)
p.Start()
p.WaitForExit()
p.Close()
In the past it works very well. :cry:

Thanks.

Nimrod

P.S. The Tag Image is not working. :?:
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19868
Joined: Mon Jan 12, 2009 8:07 am

Re: Export Bookmarks is not working

Post by Stefan - PDF-XChange »

Hello Nimrod_189,

Have you checked whether the name for that command has changed? Maybe when our devs made changes to it - this has changed the ID of the same in Tools?
Please try to obtain it's current name and see if that helps?

Kind regards,
Stefan
Nimrod_189
User
Posts: 61
Joined: Wed Sep 23, 2009 8:39 am

Re: Export Bookmarks is not working

Post by Nimrod_189 »

Hello @Stefan,
Stefan - PDF-XChange wrote: Mon Apr 28, 2025 1:13 pm
Please try to obtain it's current name and see if that helps?
The tool name remains the same. I had already checked that.

Maybe, that is the same Problem like here? viewtopic.php?t=45625

Nimrod
User avatar
Vladimir G - Tracker Dev
User
Posts: 69
Joined: Thu Nov 30, 2017 1:24 pm

Re: Export Bookmarks is not working

Post by Vladimir G - Tracker Dev »

Hello, Nimrod

Have you tried to run the /RunTool command manually? I didn't get from your message if you have the issue with the custom tool only or with custom and standart tools both.

Is it possible to print the full process start command line to ensure that it is valid?

Unfortunatelly, I have just checked the actual version and did not face an issue.

May I ask you to run the needed command manually with the additional /Log command? You can find information about how to use the /Log command here


Best regards,
Vladimir Goshko
Software Developer
PDF-XChange Co. LTD
Nimrod_189
User
Posts: 61
Joined: Wed Sep 23, 2009 8:39 am

Re: Export Bookmarks is not working

Post by Nimrod_189 »

Hello Vladimir,

I'm unfortunately having the same problems with the direct call, both with the standard tool and the custom tool. It worked once, but then it stopped working. I'll test it again this evening and send you the log file.

Nimrod
Nimrod_189
User
Posts: 61
Joined: Wed Sep 23, 2009 8:39 am

Re: Export Bookmarks is not working

Post by Nimrod_189 »

Hello Vladimir,

here is the logfile:

Code: Select all

[29.04.2025, 19:23:44] ----- Werkzeug "ExportBookmark" gestartet -----
[29.04.2025, 19:23:44] > Quelldateien auswählen
[29.04.2025, 19:23:44] < Quelldateien auswählen
[29.04.2025, 19:23:44] > Lesezeichen in Textdatei exportieren
[29.04.2025, 19:23:44] Info: E:\RoseSoft\SArchiv\Daten\MSeq_3247\ESt 2024 Erklärung.pdf: Verarbeitung von Dateien wurde begonnen
[29.04.2025, 19:23:44] < Lesezeichen in Textdatei exportieren
[29.04.2025, 19:23:44] > Dokumente speichern
[29.04.2025, 19:23:44] Info: E:\RoseSoft\SArchiv\Daten\MSeq_3247\ESt 2024 Erklärung.txt: Verarbeitung von Dateien wurde begonnen
[29.04.2025, 19:23:44] Fehler: E:\RoseSoft\SArchiv\Daten\MSeq_3247\ESt 2024 Erklärung.txt: Das System kann die angegebene Datei nicht finden.
[29.04.2025, 19:23:44] < Dokumente speichern
[29.04.2025, 19:23:44] ===== Werkzeug "ExportBookmark" ausgeführt: 1 Fehler, 1 Dateien verarbeitet, 0 Dateien erstellt, 0 Warnungen =====
In my tool it should be under
Path: E:\Users\ama\Temp\PDFbookmark\
Filename: bookmark.txt


be saved. In fact, the export file is saved under E:\RoseSoft\SArchiv\Daten\MSeq_3247\ESt 2024 Erklärung.txt.

You can see my Tool-Properties here: https:\\i.postimg.cc\RVTKBBy7\pic-Export-Bookmarks.png

In the past it works very well. :(

Nimrod
User avatar
Vladimir G - Tracker Dev
User
Posts: 69
Joined: Thu Nov 30, 2017 1:24 pm

Re: Export Bookmarks is not working

Post by Vladimir G - Tracker Dev »

Hello Nimrod,

Thank you for the Tool Report. I now recall that this issue exists in the latest build. It has been fixed and will be included in the upcoming build.

Best regards,
Vladimir Goshko
Software Developer
PDF-XChange Co. LTD
Nimrod_189
User
Posts: 61
Joined: Wed Sep 23, 2009 8:39 am

Re: Export Bookmarks is not working

Post by Nimrod_189 »

Thank you for your reply. I'll wait for the update. :D

Thank you for the great program. 8)
User avatar
Daniel - PDF-XChange
Site Admin
Posts: 11036
Joined: Wed Jan 03, 2018 6:52 pm

Export Bookmarks is not working

Post by Daniel - PDF-XChange »

:)
Dan McIntyre - Support Technician
PDF-XChange Co. LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
Nimrod_189
User
Posts: 61
Joined: Wed Sep 23, 2009 8:39 am

Re: Export Bookmarks is not working

Post by Nimrod_189 »

Hello Daniel,

With the current update, I run again as it should. :D

Thank you very much and just keep it up.

Nimrod
User avatar
Daniel - PDF-XChange
Site Admin
Posts: 11036
Joined: Wed Jan 03, 2018 6:52 pm

Re: Export Bookmarks is not working

Post by Daniel - PDF-XChange »

Hello, Nimrod_189

Glad to hear its working!

Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com