Text Tab - Letter Spacing - docusignapi

I am using Docusign via the PHP SDK on a project I am currently working on. I am using existing PDF forms that I need to insert text into dynamically and I am using the Text Tab to do this. Everything is working fine but on one of the forms I need to have field's letters positioned within pre-defined boxes, which requires me to have letter spacing so that each letter is aligned within a box. Is there any way to change the spacing between letters in a Text Tab so that I can get the alignment right?

The Docusign REST API documentation for Text Tab suggests that you can specify font/fontSize/bold/italic properties to adjust the font. There is no option for letter spacing.

Related

Inserting bold characters in docusign text data tag

I am trying to insert bold characters in a text data tag on my Docusign template.
I have tried many different ways of bolding characters (<b>, <em>, <strong>, <h1>, <h2>, <h3>, **) but none of these succeed.
I am aware that I can set the data field to be bold but I only want some of the data to be affected and splitting up my data to have bold and non-bold areas would make the template chaotic and difficult to maintain.
Any ideas?
Thank you.
DocuSign does not support partial formatting of Text tags. The formatting options available are for the the entire tag.
From Documentation
Formatting - defines the font family, size, and color, and character styling; for text fields, there is an additional formatting property to hide the text entered with asterisks, concealing the data from anyone else viewing the document.

Filemaker body auto resizing: Blank pages or cut content?

I am building a layout to print (PDFs) of letters. I understood that text fields can shrink automatically to avoid white spaces.
My layout body is about 10 pages high as this would be the longest possible letter. Problem is: I cannot figure out how to tell the body to shrink to one page if I have a one page letter only.
Thus, I end up having 9 empty pages (only page numbers) and one "real" page.
How can I avoid all the empty pages?
If you have one enormous text field that you want to reduce in size based on the contents and have the enclosing part also reduce in size, look closely at the Position tab of the Inspector panel.
Under the "Sliding and Visibility" section, you'll find a checkbox for "Sliding up based on" with an additional pair of radio buttons and one checkbox when that's turned on. The checkbox reads "Also resize enclosing part". That's what you need to make sure is on to reduce the size of the body part the text field appears in.

How to sort tabs and set tab text

I'm using the pyside designer as well as coding from the python file. I know I can use setTabText(index, text) to set a tab text but I want to set a tab text for a tab by object name. Also, is there a way to set a tab text when creating the tab? Also, is it possible to put the tabs on the left instead of the top? Like from top to bottom on the left side instead of left to right.
As you do not provide a working code example I will give you a just-explanation answer with no code.
First, set tab by object name: you need to find your object by name using tab = yourTabWidget.findChild(QWidget,"your-object-name") then using yourTabWidget.indexOf(tab) you get the index of your tab an finally use setTabText(index, text) as you already know. Also when you add or insert the tabs you can provide as a second parameter the name as in yourTabWidget.addTab(yourNewTab, "the-title-of-the-tab")
Second, yes, yo can put your tabs to the left using: yourTabWidget.setTabPosition(QtGui.QTabWidget.West)

ASPxHtmlEditor disable HTML input

I want my ASPxHtmlEditor to show text as plain text(this is for some requirement where in I will have to disable HTML editor and show text as normal text only for few users). Is it achievable? I have set the HtmlEditorToolbar visibility to false. But still if i copy and paste colored text the editor will show the colored text.
If this not achievable only option will be to show a normal aspx text area for few users and DevExpress ASPxHtmlEditor editor for other users.
I believe it is possible to use both the ASPxHtmlEditor for the rich text and ASPxMemo/textarea for the plain text.
Perform the necessary checks and decide which control should be shown. Hide another control by setting its Visible property to false.
Then, bind the ASPxHtmlEditor.Html or ASPxMemo.Value property with the corresponding field and display it to an end-user.
P.S. Why don't you contact the DevExpress guys regarding your inquiry?

Divide the content of a text document into categories, and view a partial text

When I go over a text document ,I divide the content into different categories by highlighting sentences with different colors.
I would like to have the ability to create a set of categories , and then go over the text and mark a sentence and assign it to one of the categories.
and then have the option to see a filtered text, that contains only the sentences of one or more categories.
I would like to find out ,whether open-office or microsoft office support this, and if not, if there are plugins for that, and if not, to have some directions for how to use the api of open office for that.
Using colors would make this difficult, but in Microsoft Office (for example) you can use styles as a starting point. Create multiple styles, each of which have a meaningful name (such as "Important", "Irrelevant" or "Miscategorized") and associated each style with a color.
You can then create a macro fairly easily which will hide the style you don't want to see. Or you can temporarily change the colors or the font sizes to be invisible.

Resources