Search found 60 matches

by Nimrod_189
Tue May 06, 2025 5:58 pm
Forum: PDF-Tools
Topic: Export Bookmarks is not working
Replies: 10
Views: 1104

Re: Export Bookmarks is not working

Hello Daniel,

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

Thank you very much and just keep it up.

Nimrod
by Nimrod_189
Wed Apr 30, 2025 5:29 am
Forum: PDF-Tools
Topic: Export Bookmarks is not working
Replies: 10
Views: 1104

Re: Export Bookmarks is not working

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

Thank you for the great program. 8)
by Nimrod_189
Tue Apr 29, 2025 5:36 pm
Forum: PDF-Tools
Topic: Export Bookmarks is not working
Replies: 10
Views: 1104

Re: Export Bookmarks is not working

Hello Vladimir, here is the logfile: [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] I...
by Nimrod_189
Tue Apr 29, 2025 7:56 am
Forum: PDF-Tools
Topic: Export Bookmarks is not working
Replies: 10
Views: 1104

Re: Export Bookmarks is not working

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
by Nimrod_189
Mon Apr 28, 2025 2:10 pm
Forum: PDF-Tools
Topic: Export Bookmarks is not working
Replies: 10
Views: 1104

Re: Export Bookmarks is not working

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
by Nimrod_189
Sun Apr 27, 2025 5:47 am
Forum: PDF-Tools
Topic: Export Bookmarks is not working
Replies: 10
Views: 1104

Export Bookmarks is not working

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/RVTKB...
by Nimrod_189
Mon Feb 03, 2025 2:53 pm
Forum: PDF-XChange Editor
Topic: Order of Field Export
Replies: 19
Views: 4494

Re: Order of Field Export

Hello @Chinnok, so then something must be going wrong in your program. Excel is so fast, that can't be the problem. I would - turn off screen refresh - use range references and don't jump to the Excel cells (macro recorder is death here) But that's all just speculation on my part. You can try to tri...
by Nimrod_189
Sun Feb 02, 2025 3:05 pm
Forum: PDF-XChange Editor
Topic: Order of Field Export
Replies: 19
Views: 4494

Re: Order of Field Export

By the way, as I mentioned, I am still having trouble copying the JavaScript actions when copying fields. See the image. Is there any way to copy fields completely, including scripts and layer settings? It would greatly help me with the 'hard' setting of the export order of fields. Thank you very m...
by Nimrod_189
Sun Feb 02, 2025 2:52 pm
Forum: Editor plugins
Topic: PDF Portfolio in Outlook via VBA
Replies: 5
Views: 20472

Re: PDF Portfolio in Outlook via VBA

Hello Daniel,

i'm using the XChange-Pro. :D :mrgreen:
by Nimrod_189
Fri Jan 31, 2025 6:12 pm
Forum: Editor plugins
Topic: PDF Portfolio in Outlook via VBA
Replies: 5
Views: 20472

Re: PDF Portfolio in Outlook via VBA

Hello Daniel,

That is a fantastic function. I didn't know them yet. :shock:

I think I really have to deal with the XCHANGE viewer!

I am always thrilled. :D

Nimrod
by Nimrod_189
Wed Jan 29, 2025 7:06 pm
Forum: PDF-Tools
Topic: Get page count info from documents via command lines SOLVED
Replies: 12
Views: 6312

Re: Get page count info from documents via command lines SOLVED

In VBA I always use PDFtk. This allows you to make various edits or obtain information about PDF. The call batch-command would then be: E:\Programmtools\PDFtk Server\bin\pdftk MyPDF.pdf dump_data output PageCount.txt The result is a txt file that can easily be read with the following command: iFile ...
by Nimrod_189
Sat Dec 14, 2024 7:03 pm
Forum: PDF-Tools
Topic: Export single page per VBNet
Replies: 7
Views: 1658

Re: Export single page per VBNet

:D
by Nimrod_189
Fri Dec 13, 2024 6:22 pm
Forum: PDF-Tools
Topic: Export single page per VBNet
Replies: 7
Views: 1658

Re: Export single page per VBNet

That's really sad to hear, because I would like to do everything with one tool. I do use the IText framework in VBNet sometimes, but it's very complicated. So sometimes I need the easier way.

But whatever, the goal is the way.
by Nimrod_189
Fri Dec 13, 2024 5:32 pm
Forum: PDF-Tools
Topic: Export single page per VBNet
Replies: 7
Views: 1658

Re: Export single page per VBNet

Hello Daniel, I solved my problem using the commandline tool "pdftk". I've worked with it before and it's still great. :D Here's my solution for VBNet: Sub ExtractPDFPages(sTargetPath As String, sSourcePDF As String, sDestFileName As String, listPages As List(Of String)) Dim strParam As St...
by Nimrod_189
Fri Dec 13, 2024 4:23 pm
Forum: PDF-Tools
Topic: Export single page per VBNet
Replies: 7
Views: 1658

Export single page per VBNet

Hi guys,

is it possible to use the PDF tools to export one or more pages from a PDF file to a new file via command line?

I need this function for my private VBNet program.

Thank you very much.

Nimrod_189
by Nimrod_189
Wed Dec 11, 2024 11:50 am
Forum: PDF-XChange Editor
Topic: Can't create a button because IconStreamFromIcon SOLVED
Replies: 6
Views: 1081

Re: Can't create a button because IconStreamFromIcon SOLVED

Hello Daniel,

Thank you very much for the query.
But I've solved pretty much all of my problems. The only problem is the tooltips, but that's not so bad since I only use two buttons. :roll:

Nimrod_189
by Nimrod_189
Sun Dec 08, 2024 9:32 am
Forum: PDF-XChange Editor
Topic: Can't create a button because IconStreamFromIcon SOLVED
Replies: 6
Views: 1081

Re: Can't create a button because IconStreamFromIcon SOLVED

Now here is now my solution: var Icon = util.iconStreamFromImage("/C/Users/ama/AppData/Roaming/Tracker Software/PDFXEditor/3.0/JavaScripts/Icon/switch.png"); app.addSubMenu({ cName: "myRbTools", cUser: "My Ribbon Tools", cParent: "-", cRbParent: "Home&quo...
by Nimrod_189
Sat Dec 07, 2024 4:19 pm
Forum: PDF-XChange Editor
Topic: Can't create a button because IconStreamFromIcon SOLVED
Replies: 6
Views: 1081

Can't create a button because IconStreamFromIcon SOLVED

Hello folks, I've now managed to add two buttons to the "Home" tab. However, I have problems with a custom icon. When I load a utitl.iconStreamFromIcon no buttons are created for me. However, if I use the icon ID, everything works. I saved my icon in the .../Icon/icostubIcon.png directory....
by Nimrod_189
Fri Dec 06, 2024 7:02 am
Forum: PDF-XChange Editor
Topic: Set Print/Unprint-Property for Stamps
Replies: 4
Views: 514

Re: Set Print/Unprint-Property for Stamps

So I found a script example “js_addRbMenuExample” from you, which works perfectly. I'm just going to work my way towards it slowly now. I also found the PDF file "PXCE menu-toolbar methods.pdf" in the forum. All parameters are explained in detail here. But maybe someone can tell me the exa...
by Nimrod_189
Thu Dec 05, 2024 6:43 pm
Forum: PDF-XChange Editor
Topic: Set Print/Unprint-Property for Stamps
Replies: 4
Views: 514

Re: Set Print/Unprint-Property for Stamps

Hello Stefan, Thank you for the info. I tried to add the button after online help, but unfortunately nothing happens here. Function SetPrintableStamp() { this.syncAnnotScan(); var aAnnots = this.getAnnots(); if (aAnnots!=null && aAnnots.length!=0) for (var i in aAnnots) if (aAnnots.print) {a...
by Nimrod_189
Thu Dec 05, 2024 9:02 am
Forum: PDF-XChange Editor
Topic: Set Print/Unprint-Property for Stamps
Replies: 4
Views: 514

Set Print/Unprint-Property for Stamps

Hello folks, can I insert my own menu buttons with Javascript code in the XChange viewer? I have developed the following solutions to my problem with stamps to set not printing: 1. Swicht Print-/Unprint-Property for selected Stamps var aAnnots = this.selectedAnnots; for (var i=0; i < aAnnots.length;...
by Nimrod_189
Tue Oct 15, 2024 3:37 pm
Forum: PDF-XChange Editor
Topic: Add Stamp without printing SOLVED
Replies: 3
Views: 864

Re: Add Stamp without printing SOLVED

Thank you for your information.

Nimrod
by Nimrod_189
Sun Oct 13, 2024 3:32 pm
Forum: PDF-XChange Editor
Topic: Add Stamp without printing SOLVED
Replies: 3
Views: 864

Add Stamp without printing SOLVED

Hello folks, If there is an easy way to insert a stamp for viewing. So the stamp should not be printed. Unfortunately, it is a bit cumbersome to only make the settings here via the properties. It would be nice if you could pre -configure the stamp. 1301010148_1_800x800.jpg Thank you in advance. Gree...
by Nimrod_189
Wed Jul 10, 2024 5:10 pm
Forum: PDF-XChange Editor
Topic: 2 PDF tabs side by side in one instance SOLVED
Replies: 3
Views: 1758

Re: 2 PDF tabs side by side in one instance SOLVED

Wonderful, the program is simply awesome. I love it! :D

Thanks.

Nimrod
by Nimrod_189
Tue Jul 09, 2024 7:59 pm
Forum: PDF-XChange Editor
Topic: 2 PDF tabs side by side in one instance SOLVED
Replies: 3
Views: 1758

2 PDF tabs side by side in one instance SOLVED

Hi guys,

is it possible to display two tabs side by side in one instance?

I can split a PDF file so that I can scroll independently. But now I would also like to compare 2 PDF tabs without opening a second instance.

Thank you very much.

Nimrod
by Nimrod_189
Fri Mar 17, 2023 10:43 am
Forum: PDF-Tools
Topic: Print PDF
Replies: 5
Views: 2440

Re: Print PDF

Many thanks for the help. :D

I'll test it once at the weekend.

Nimrod
by Nimrod_189
Fri Mar 17, 2023 6:32 am
Forum: PDF-Tools
Topic: Print PDF
Replies: 5
Views: 2440

Print PDF

Hello folks,

Is there a way to print a PDF file with a command?

And is it possible to use a special printer?

Thanks.

Nimrod
by Nimrod_189
Tue Mar 14, 2023 4:47 pm
Forum: PDF-Tools
Topic: Join PDF-Files in special order SOLVED
Replies: 8
Views: 1528

Re: Join PDF-Files in special order SOLVED

Hi Daniel, Hello, Nimrod_189 When you simply specify a folder location, we are at the mercy of the order which windows processes and forwards the files to us. Usually this is in alphabetical (or the most recently sorted) order, but on occasion windows will process one or two out of order simply beca...
by Nimrod_189
Mon Mar 13, 2023 7:14 pm
Forum: PDF-Tools
Topic: Join PDF-Files in special order SOLVED
Replies: 8
Views: 1528

Re: Join PDF-Files in special order SOLVED

I found the solution myself.

It seems so easy.
The export of bookmarks shows me the file structure and it's really simple.

I'll test it out at leisure.
by Nimrod_189
Mon Mar 13, 2023 7:08 pm
Forum: PDF-Tools
Topic: Join PDF-Files in special order SOLVED
Replies: 8
Views: 1528

Re: Join PDF-Files in special order SOLVED

Thank you for your help. Will there ever be a way that I can choose the order myself? Another question on this topic: Can I add the bookmarks later using a batch command? I also use IText, so I can easily determine the number of pages per file and can thus set the bookmarks. I already do the joining...
by Nimrod_189
Mon Mar 13, 2023 5:34 pm
Forum: PDF-Tools
Topic: Join PDF-Files in special order SOLVED
Replies: 8
Views: 1528

Re: Join PDF-Files in special order SOLVED

Hi Daniel, You have misunderstood me. I don't want to join all files in a folder. Rather, I list all the necessary files in a predetermined order and I want to pass this list on to the PDF tools. It always worked before an update, but suddenly it didn't anymore. It's not about opening PDF files for ...
by Nimrod_189
Sat Mar 11, 2023 7:16 am
Forum: PDF-Tools
Topic: Join PDF-Files in special order SOLVED
Replies: 8
Views: 1528

Join PDF-Files in special order SOLVED

Hello folks, I would like to join several files with the PDF-Tools and automatically insert bookmarks. However, the order specified by me should be strictly adhered to. As I understand it, I am not allowed to select batch processing and it is mandatory to select several CPUs. Unfortunately, my setti...
by Nimrod_189
Sun Nov 20, 2022 6:53 pm
Forum: PDF-Tools
Topic: Command line : extract pages from pdf
Replies: 8
Views: 1638

Re: Command line : extract pages from pdf

One possibility would be to export the pages one by one to a text file with the Xpdf tools (https://www.xpdfreader.com/download.html) (page by page) and extract these text files to find the appropriate pages. Now that you have found the relevant pages, you can use pdftk (https://www.pdflabs.com/tool...
by Nimrod_189
Sun Nov 20, 2022 7:58 am
Forum: PDF-XChange Editor
Topic: Get Stamp-Name from sevaral dynamic Stamps SOLVED
Replies: 2
Views: 720

Re: Get Stamp-Name from sevaral dynamic Stamps SOLVED

Hello folks,

i found the solution
All you have to do is insert the stamp on a PDF document and then you can read the stamp name in the properties.

So very simple. I found it a few months ago too. But just forgot about it.

Screenshot 2022-11-20 085635.png
Nimrod
by Nimrod_189
Sat Nov 19, 2022 4:57 pm
Forum: PDF-XChange Editor
Topic: Get Stamp-Name from sevaral dynamic Stamps SOLVED
Replies: 2
Views: 720

Get Stamp-Name from sevaral dynamic Stamps SOLVED

Hello folks,
How can I find out the name of a Stamp in XChange viewer?

Code: Select all

event.source.stampName == "#caseandnumblue"
Thanks.

Nimrod_189
by Nimrod_189
Sun Jul 17, 2022 7:53 am
Forum: PDF-Tools
Topic: PDF-Tools: JoinPDFBookmark
Replies: 3
Views: 864

Re: PDF-Tools: JoinPDFBookmark

Hi Vladimir,

many thanks for the help.
Now my program works fine.

Thank you also for your great and fantastic program. :D

Nimrod
by Nimrod_189
Sat Jul 16, 2022 4:14 pm
Forum: PDF-Tools
Topic: PDF-Tools: JoinPDFBookmark
Replies: 3
Views: 864

PDF-Tools: JoinPDFBookmark

Hello folks, Today I created a PDF tool that I can use to combine multiple PDF files into one file. The file names are saved as bookmarks. This works perfectly. But now I would like to call this PDF tool in a VBNet program. What exactly should the program call be? I hope someone can help me here. Th...
by Nimrod_189
Fri Jun 17, 2022 3:09 pm
Forum: PDF-Tools
Topic: Different results by Compress Tools vs. Xchange Editor
Replies: 3
Views: 998

Re: Different results by Compress Tools vs. Xchange Editor

Sorry for my late reply.

Thank you for the information, I'll do that then.

Nimrod
by Nimrod_189
Sun Jun 12, 2022 1:31 pm
Forum: PDF-Tools
Topic: Different results by Compress Tools vs. Xchange Editor
Replies: 3
Views: 998

Different results by Compress Tools vs. Xchange Editor

Hallo Folks, Hello folks, I found that I get different compression results with the PDF tools and the Xchange viewer, although both start values ​​are the same. With the PDF tool, compression is suddenly no longer carried out at all, while the XChange viewer does compress. Does anyone have an idea w...
by Nimrod_189
Sat May 14, 2022 5:59 am
Forum: PDF-XChange Editor
Topic: Drag & Drop several Pages directly into a email whitout saving
Replies: 5
Views: 633

Re: Drag & Drop several Pages directly into a email whitout saving

Hi Paul,
many Thanks.

Yes indeed, the update to the current version seems to have fixed the problem.

Your program is just great and I love it.

Greeting Nimrod
by Nimrod_189
Fri May 13, 2022 3:00 pm
Forum: PDF-XChange Editor
Topic: Drag & Drop several Pages directly into a email whitout saving
Replies: 5
Views: 633

Re: Drag & Drop several Pages directly into a email whitout saving

Hallo TrackerSupp-Daniel,

i have send you a mail with the pdf-files.

Thank you for your help.

Nimrod
by Nimrod_189
Thu May 12, 2022 5:20 pm
Forum: PDF-XChange Editor
Topic: Drag & Drop several Pages directly into a email whitout saving
Replies: 5
Views: 633

Drag & Drop several Pages directly into a email whitout saving

Hi Guys,

I think it's fantastic that I can drag and drop individual pages directly from a file. However, if I paste the pages straight away into an Outlook email, the file is damaged. Is this a bug or is it due to Outlook?

Thanks very much.

Nimrod
by Nimrod_189
Thu Apr 14, 2022 9:53 pm
Forum: PDF-XChange Editor
Topic: Dynamic Stamp / Problem with Design Dialogbox
Replies: 5
Views: 1006

Re: Dynamic Stamp / Problem with Design Dialogbox

Many thanks for the help.

My problem isn't that important either, so that's done for me now.

Nimrod
by Nimrod_189
Sun Apr 10, 2022 2:50 pm
Forum: PDF-XChange Editor
Topic: Dynamic Stamp / Problem with Design Dialogbox
Replies: 5
Views: 1006

Re: Dynamic Stamp / Problem with Design Dialogbox

Thank you for your help, but unfortunately it doesn't work.

Since it is just a blemish, I will not pursue it further.

Nevertheless many thanks.
by Nimrod_189
Sun Apr 10, 2022 8:57 am
Forum: PDF-XChange Editor
Topic: Dynamic Stamp / Problem with Design Dialogbox
Replies: 5
Views: 1006

Dynamic Stamp / Problem with Design Dialogbox

Hi Guys, I created a dynamic stamp and it works fine. However, there is a small blemish and I would like to have the OK button centered. But I just can't do it. I hope someone has an idea how I can do it. Here is my Dialogbox. Screenshot 2022-04-10 105146.png And here is the code: if (event.source.f...
by Nimrod_189
Tue Mar 22, 2022 7:00 pm
Forum: PDF-Tools
Topic: Delete Directory before PDF-Tools compressed
Replies: 4
Views: 871

Re: Delete Directory before PDF-Tools compressed

I have found the command line on your help-site.

I will testing this and I hope I can solved my Problem.

Thanks for all and thanks for this great program.

Nimrod
by Nimrod_189
Tue Mar 22, 2022 6:57 pm
Forum: PDF-Tools
Topic: Delete Directory before PDF-Tools compressed
Replies: 4
Views: 871

Re: Delete Directory before PDF-Tools compressed

Thank you for the info.

I can understand the concerns and I think they are good. But it would be nice if there was a way add a batch command for doing this.

Or is it possible to run a PDF-Tool by Batch or VBSript?

That would be enough for me.

Nimrod
by Nimrod_189
Tue Mar 22, 2022 4:40 pm
Forum: PDF-Tools
Topic: Delete Directory before PDF-Tools compressed
Replies: 4
Views: 871

Delete Directory before PDF-Tools compressed

Hello folks,

I would like to use the PDF tools to automatically compress files into a tmp directory after selection. That works great.

Now I always want to empty the directory first.

Does anyone know how to add a delete command to the batch statement?

Thanks.

Nimrod
by Nimrod_189
Tue Mar 22, 2022 4:36 pm
Forum: PDF-XChange Editor
Topic: (canceld)
Replies: 1
Views: 311

(canceld)

sorry, wrong Forum. :shock:
by Nimrod_189
Fri Jan 21, 2022 5:56 pm
Forum: PDF-XChange Editor
Topic: Add New Printer (PDF-XChange Editor 9.2 build 359.0)
Replies: 11
Views: 1628

Re: Add New Printer (PDF-XChange Editor 9.2 build 359.0)

Thank you!

You make my day. :mrgreen:

Now, it works and I have a second printer.

Nimrod