Search found 4 matches

by Yfreet
28 May 2024, 04:32
Forum: Ask for Help (v2)
Topic: Manipulate PDF
Replies: 15
Views: 1346

Re: Manipulate PDF

You are running a command line, so you need to send a string to it. That means all the commands shold also be in the string, all delimited by spaces.
by Yfreet
17 May 2024, 05:16
Forum: Ask for Help (v2)
Topic: Manipulate PDF
Replies: 15
Views: 1346

Re: Manipulate PDF

If you can do AHK, you would be able to learn Python quickly. Are the same concepts, just with different keywords. As for your problem - I was using pdfcpu as commandline from AHK script. It has watermark function, which may be of interest for you. https://pdfcpu.io/core/watermark#examples Part of m...
by Yfreet
17 May 2024, 04:13
Forum: Ask for Help (v2)
Topic: ComObjectArray how to Topic is solved
Replies: 2
Views: 210

Re: ComObjectArray how to Topic is solved

Thanks for explanation. I was able to convert the string with JXON library and access the relevant parts. I thought I'm doing a workaround, because I don't know better, but went accidentally in right direction from the beginning (◠‿◠)
by Yfreet
17 May 2024, 02:57
Forum: Ask for Help (v2)
Topic: ComObjectArray how to Topic is solved
Replies: 2
Views: 210

ComObjectArray how to Topic is solved

Hi. I've searched the forum already but found nothing to the topic, so, apologies if repeated. I need help with ComObjectArray. I managed to send POST and GET requests to a webpage and get answers with .responseText. I can process it, since it's a string formatted as JSON, but I thought it would be ...

Go to advanced search