Free text editing preset options #5645
Replies: 6 comments 5 replies
-
|
“HMM… Free Text was never Adobe’s best‑designed annotation. It was actually one of the later additions — introduced in 1999 with Acrobat 4 as a typewritten overlay. The intention back then was simply to provide small redline comments that sat visibly alongside the content and could be toggled for print or no‑print.” in theory a whole page could be flowable Freestyle Text but I do not recommend it as it's a resource hog, and is not stable between viewer applications. SumatraPDF has the ability to script PDF additions via its "Tools" and you could write a script to place and bake text as seen in https://github.com/GitHubRulesOK/SumatraPDF-Plus/blob/master/Plus/MuPDF/AddLink.js the important consideration is do you need However a single key can be used to call an internet Explorer application (HTA) that uses the existing DDE methods. Thus I added PuT TxT script that you can easily custom edit in NotePad but seems to be what you're asking as copy and paste a character based on a font and appearance and characters (thus multiple large variable objects) is not easy.
Also PicColo4 (latest) has been enhanced too. and FT+ is FreeText however it is set (and stays persistent) before colour but you could have several different FT+ and add or remove from the pick handle. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Oh wow... Thank you so much for the quick and detailed explanation. |
Beta Was this translation helpful? Give feedback.
-
|
OK - I've had a chance to play about with this, and I'm slightly confused :) If I delete the settings file, and create a new free text box, then sometimes I get: Border colour = red which is what I want :) other times If I change the settings to: and create a new free text box, then What do I need to do to have it locked to |
Beta Was this translation helpful? Give feedback.
-
|
@SweeneygERC It would best be used as part of a larger script but "it works, as is".
The text (-t="blah blah blah") and size (-r=x,y,w,h) can be set for different keys on that command line or be preset in the script by change defaults. To apply to multiple pages OR replace current file with the edited one would require enhancing in an external CMD file. So "as it is for now" it is at https://github.com/GitHubRulesOK/SumatraPDF-Plus/blob/master/Scripts/TextInBox.js you can try edits to see if it suits your need then if needs be we can refine how it is used. The text is editable as FreeStyle in any other viewer but the box is not a border as not how that pairing works. |
Beta Was this translation helpful? Give feedback.
-
|
@SweeneygERC
very small sample file to show how it behaves borderTest.pdf I have now altered earlier command line script to use one not two annotations |
Beta Was this translation helpful? Give feedback.










Uh oh!
There was an error while loading. Please reload this page.
-
Hello..
For the PDF annotations - specifically free text, would it be possible to have the defaults either editable in advanced options, or have "presets"?
We have a collection of PDFs that we're looking to add free text boxes to, with the box red and the font Times New Roman.
Currently, the size/font resets to Helvetica/12, black.
Being able to either hardcode it to Times/14/red would be great.
Or - maybe future proof it with a selectable options like "Input Box red type", "Input Box Black type" kind of idea?
Also... Any chance of being able to copy/paste Free Text annotations?
Or - again - have free text box presets so there's something like
"Free text box, A5 booklet", "Free text box, A4 academic" and so forth.
Hopefully you get what I mean?
Beta Was this translation helpful? Give feedback.
All reactions