Page 1 of 1
Create custom stamp date format & presets & fit to width [Suggestions]
Posted: Fri Nov 29, 2024 2:47 pm
by MedBooster
1) Please consider adding "fit to width" to this useful tool for creating dynamic stamps.
image.png
2) Is there a way to save certain presets so that you can load them into "create custom stamp" ?
So that you don't have to add shapes etc. every time if all you want to do is to create some similar stamps with the same shapes just different colors and text
3) Is there a way to edit already created "create custom stamp"-stamps? In the "create custom stamp"-window? (not appdata stamp folder)
Re: Create custom stamp presets & fit to width [Suggestions]
Posted: Fri Nov 29, 2024 4:26 pm
by Daniel - PDF-XChange
Hello, MedBooster
1) The "arrange" tools are available from the right click context menu:
image.png
(Note that "fit to width" is specific to text comments, and cannot be applied to Form fields due to the nature of how their data is stored and presented)
2) Stamp templates are available in the top left corner, you can certainly create your own:
image(1).png
3) No, editing of an existing stamp is not possible in this way.
Kind regards,
Re: Create custom stamp presets & fit to width [Suggestions]
Posted: Sun Dec 01, 2024 3:17 pm
by MedBooster
Thank you
As a workaround
image.png
text-alignment can be set to center
PS:
under "create custom stamp" you can set the border color to transparent for DATE input, but you can't for the textbox border color.
The workaround seems to be to set the border width to 0
Re: Create custom stamp presets & fit to width [Suggestions]
Posted: Sun Dec 01, 2024 3:26 pm
by MedBooster
[Suggestion]
Please add a copy/paste formatting button (preferably with the same keyboard shortcut attached as the format tab in PDF-XCE
(for the create custom stamp tool)
As of now there are only these two
image.png
Re: Create custom stamp presets & fit to width [Suggestions]
Posted: Sun Dec 01, 2024 3:27 pm
by MedBooster
[Suggestion]
Is there a way to enable a grid view in the custom stamp tool?
Or is your best hope to use the arrow keys to at least get evenly spaced text / images?
Re: Create custom stamp presets & fit to width [Suggestions]
Posted: Sun Dec 01, 2024 3:31 pm
by MedBooster
[Suggestion]
Could you add a 24 hour clock , not just 12 hour... even the non tt, one without AM/PM seems to show 12h only?
is this based on your system settings?
image.png
post scriptum
p.s.
it is slightly annoying that it says
am pm in lower case...
isn't it usually either am pm, or A.M. P.M. (capital letters)
*Wouldn't have been much of an issue if you were able to add your own JavaScript additions into the tool*
Are you able to?
Re: Create custom stamp date format & presets & fit to width [Suggestions]
Posted: Mon Dec 02, 2024 10:49 pm
by Daniel - PDF-XChange
Hello, MedBooster
The supported formats are hardcoded at the moment, there is no relation to other settings. This request has been passed along to the Dev team and is awaiting approval.
Regarding the latter mention of AM/PM, It is a stylistic item, but I do not believe there is any official format these are required to be in.
[Edit]: We have a new ticket!
RT#7221: FR: New Custom Stamp - 24 hour time
Kind regards,
Re: Create custom stamp date format & presets & fit to width [Suggestions]
Posted: Tue Dec 10, 2024 11:39 am
by MedBooster
PS:
you wouldn't be able to allow for custom javascript in the custom stamp tool?
Or is this already the case?
Re: Create custom stamp date format & presets & fit to width [Suggestions]
Posted: Tue Dec 10, 2024 12:07 pm
by Stefan - PDF-XChange
Hello MedBooster,
You can create your stamp, and then modify it to change the JS if needed. So custom JS code is possible, it will just need to be added after you've used the tool initially. It is intended for people who do not have JS knowledge to still be able to create some dynamic forms, so it adds the code for the person using it, but that code can then be modified further as needed!
Kind regards,
Stefan
Re: Create custom stamp date format & presets & fit to width [Suggestions]
Posted: Thu Jan 16, 2025 11:15 am
by MedBooster
custom stamp templates, where are they imported, under which import setting do they go?
image.png
quite strange that dd/mm/yyyy hh:MM:ss is not a 24 hour clock. It doesn't make sense to have it as 12h without am/pm
image(1).png
Would you consider allowing for custom javascript input?
I myself would use formats such as these:
dd.mm.yyyy hh:MM:ss
OR
dd.mm.yyyy hh:MM:ss am/pm
In coding, the representation of time can vary based on the format used. Here’s how the 12-hour and 24-hour clock formats are typically spelled out:
12-Hour Clock
Format: hh:mm AM/PM
Example: 02:30 PM or 11:45 AM
24-Hour Clock
Format: HH:mm
Example: 14:30 or 23:45
Re: Create custom stamp date format & presets & fit to width [Suggestions]
Posted: Thu Jan 16, 2025 7:12 pm
by Daniel - PDF-XChange
Hello, MedBooster
MedBooster wrote: ↑Thu Jan 16, 2025 11:15 am
custom stamp templates, where are they imported, under which import setting do they go?
To my knowledge, they should be part of either the "common" settings, or "presets", but I have not tested personally yet.
Regarding your feedback about the clock options, that is a good point, I will raise this with the team to see what can be done.
Kind regards,