Search found 71 matches

by camille
Sun Jul 06, 2025 12:30 pm
Forum: Coding Questions
Topic: Replace text in .pdf file?
Replies: 15
Views: 3877

Re: Replace text in .pdf file?

Hi again!

At infratec: I'll take a look at Scribus, thank you!
At highend: It's true, I'd like to have a cli solution only but I guess I should at least try every single suggestion :P
by camille
Sat Jul 05, 2025 4:01 pm
Forum: Coding Questions
Topic: Replace text in .pdf file?
Replies: 15
Views: 3877

Re: Replace text in .pdf file?

Hi!

Sorry, I've missed that there was a new posting here :oops:

It's my own pdf that I want to create invoices with.
I've created it / them with PDF-XChange Editor in the first place.

I've stumbled upon https://github.com/pdfcpu/pdfcpu
but it doesn't create a 100% pixel-perfect repro of the ...
by camille
Sat Dec 21, 2024 12:09 pm
Forum: Coding Questions
Topic: Replace text in .pdf file?
Replies: 15
Views: 3877

Re: Replace text in .pdf file?

@morosh

Thank you!

cpdf does not seem to be capable of finding and replacing text but it could be used to add text to a (blank, apart from already present & fixed elements) pdf file.

I'm not that firm with api access, it seems it's not possible to define a different font to add text apart from ...
by camille
Sat Dec 21, 2024 12:08 pm
Forum: Coding Questions
Topic: Replace text in .pdf file?
Replies: 15
Views: 3877

Re: Replace text in .pdf file?

Great, really, thanks a lot!

rtf is really a mess to read but at last I can do text replacements with minimal effort and it doesn't require huge apps / installations.

I didn't want to have a hard time converting my pdf into rtf so I looked around and stumbled upon "AbleWord" (http://www.ableword ...
by camille
Fri Dec 20, 2024 5:08 am
Forum: Coding Questions
Topic: Replace text in .pdf file?
Replies: 15
Views: 3877

Replace text in .pdf file?

Hello!

Is it possible with PB to search and replace text in a .pdf file and save the modified .pdf afterwards?

The content of the pdf has a graphic at the top left and all other text is editable but of course the text is formatted like: "this text part is blue", "this text has a different font ...
by camille
Fri Mar 25, 2022 9:18 am
Forum: Tricks 'n' Tips
Topic: Convert to hex (HexIt)
Replies: 23
Views: 3429

Re: Convert to hex (HexIt)

This turned into much more that I was expecting^^ Thanks again!
by camille
Fri Mar 11, 2022 9:03 am
Forum: Coding Questions
Topic: Convert string to hex with a specific format?
Replies: 17
Views: 3558

Re: Convert string to hex with a specific format?

@All Thank you!

@infratec
:D That's absolutely perfect and works exactly as I need it to. Brilliant!
by camille
Thu Mar 10, 2022 9:49 pm
Forum: Coding Questions
Topic: Convert string to hex with a specific format?
Replies: 17
Views: 3558

Convert string to hex with a specific format?

Hi,

does anyone have a function to convert a normal string to a hex output like this (unicode, if a char has multiple bytes, all of them are shown) and returns that as a string as well?

E.g. for: Chinese-漢-character

https://i.postimg.cc/hPR3ymDr/1.png

A space must be between all bytes to ...
by camille
Mon Jan 17, 2022 11:29 am
Forum: Coding Questions
Topic: How to use Oracle Outside In Technology (previewing files)?
Replies: 0
Views: 1482

How to use Oracle Outside In Technology (previewing files)?

Hello!

Total Commander (a file manager) uses ulister (a plugin) that makes use of "Oracle Outside In Technology".
It supports a large variety of formats that it can preview (without the belonging software installed).

E.g. (not the most recent list): Supported formats: https://docs.oracle.com ...
by camille
Tue Oct 05, 2021 11:55 am
Forum: Applications - Feedback and Discussion
Topic: IceDesign GUI designer
Replies: 726
Views: 281725

Re: IceDesign (New) modern GUI designer

Can this output dpi aware code (at least even in its simplest form)?

E.g. for a discussion look here: viewtopic.php?f=12&t=70344
by camille
Mon Dec 28, 2020 5:55 pm
Forum: Coding Questions
Topic: Calling a procedure from another procedure
Replies: 4
Views: 1240

Re: Calling a procedure from another procedure

To getRecord().
by camille
Thu Dec 17, 2020 11:06 am
Forum: Tricks 'n' Tips
Topic: (New) Virtual ListIcon with Check Boxes & Images [Windows]
Replies: 35
Views: 10460

Re: (New) Virtual ListIcon with Check Boxes & Images [Window

No problem and thanks for the update

That bug is fixed in vie
by camille
Thu Dec 17, 2020 10:01 am
Forum: Coding Questions
Topic: Recursive thread function?
Replies: 10
Views: 2592

Re: Recursive thread function?

Thanks a lot @infratec,

I hope I've got it now :oops:
by camille
Thu Dec 17, 2020 9:57 am
Forum: Tricks 'n' Tips
Topic: (New) Virtual ListIcon with Check Boxes & Images [Windows]
Replies: 35
Views: 10460

Re: (New) Virtual ListIcon with Check Boxes & Images [Window

Thank you RASHAD.

A small bug (for the latest revision):

When double clicking on an editable row entry (e.g. in column "TEST2") in any row
and then (without leaving the editable text via escape / return key) clicking on a different row
will set the checkmark box for that row...
by camille
Tue Dec 15, 2020 12:50 am
Forum: Tricks 'n' Tips
Topic: (New) Virtual ListIcon with Check Boxes & Images [Windows]
Replies: 35
Views: 10460

Re: Virtual ListIcon with Check Boxes & Images [Windows]

Thanks for the updates RASHAD.

With the latest update there is a bug.

Click the checkmark box in one row.
When you now click on any other row (e.g. in column "TEST2") then the checkmark box will automatically be filled in that row as well.
This shouldn't happen.

If you untick the checkmark box in ...