Data loaded from DB table into input text, chopped off text by space - twitter-bootstrap-3

data loaded from DB table into input text (bootstrap3) chopped off text by space
I want to view the result as "Google Company Inc., " But I can only see
"Google"

Related

How to transform a text file with tab separated fields to a pipe separated fields in pentaho?

I have a situation where I want to transform a text file which has tab spaced fields like in the 'space-separated.png' below.
I want to transform this file by replacing tabs with pipes(|) like the 'pipe-separated.png' file below.
How can I do this in pentaho?
space-separated.png
pipe-separated.png
It can be achieved by a transformation with two steps.
Text file input (specify TAB as the separator in the content tab)
Text file output (specify | as the separator in the content tab)
Remember to click on 'Get Fields' option in both the steps. Not clicking on 'Get Fields' is what took me time.
If you don't want for any reason load as TEXT FILE OUTPUT step, you also can read the file text, without delimeter, so entire data will be in a row, use REPLACE IN STRING step, REGEX YES and search \t, replace for |. thats all.
all data in a field:
data view
Replace in string step:
Configuration
Preview result:
result with pipe

Store image in Word document to insert later

I am currently building a word-template for a report. In this report are used red separators as part of the design. The separators are basically just images of red, curved lines.
Instead of copy and pasting these separators when needing them, is there a way to store the image somewhere in the document, allowing it to be inserted with just the click of a button in the ribbon? My first bet would be to create a macro somehow that would insert the image, however that would require the image to be stored in a very specific path on the computer.
As this document is gonna be used by lots of people without this image stored on their harddrive, i need another way.
Thanks so much in advance!
You could insert the images into bookmarks created via SET fields in, say, the document header, then reproduce them elsewhere in the document via cross-references. The images in the SET fields wouldn't themselves be visible.
For example:
{SET Image1 "Actual image1"}
to create the bookmark and
{REF Image1}
to display the image.
No code required.
By default, the size of the pictures when inserted via a cross-reference will be the same size as they are in the SET field, plus they'll be formatted as in-line with text.
If they're meant to be full-width images, simply make sure to insert the cross-reference into a new paragraph with 0 indenting.
To constrain the images' displayed size to something smaller than the width they're inserted into the SET field at, insert them into a table whose row height and/or column width has the required fixed dimension.
To apply text-wrapping, insert the cross-references into a table and format the table's wrapping as 'around'.
Note: The field brace pairs (i.e. '{ }') for the above example are all created in the document itself, via Ctrl-F9 (Cmd-F9 on a Mac or, if you’re using a laptop, you might need to use Ctrl-Fn-F9); you can't simply type them or copy & paste them from this message.

How to extract data point value from table in PDF?

I am using java library pdfbox to extract text/glyph from PDF along with its other characteristics such as page number, font, font size, left, top, height, width, absY values. Now I need to create a function that would take as input - row text and column text of the table present in PDF and output value. For e.g. I am looking for revenue increase (row text) for year 2019 (column text) from table of PDF. So input would be "revenue increase" as row text and "year 2019" as column text and output would be the value say "8.5%". Here tables in PDF can be border or borderless, spread over multiple pages or even in rotated or newspaper format page. This makes things difficult. So looking for help here on how to extract data point "revenue increase" value for "Year 2019" in this case from table using text characteristics available using PDFBOX library.

Photoshop Scripting: How to change a certain part of text in a text layer

I'm trying to have text in my document but get the last two characters of the text contents to change size.
For example, I have a text layer in a group and I set the contents to "100ft". I would like to make the last two characters "ft" a different size than the rest of the text.
it's very easy!
1 choose your text layer
2 choose type tool from left side tools
click on your text with type tool selected
select letters that you want to change them sizes
from top panel choose any size you need

Mismatch column name in report viewer and PDF export?

I have text box in the header and populated dynamically.
If my query result is more than 1 page, when i go to next page, the column value will change but when i export it to PDF or Word, only the column value of the first page will appear.
Please see image below:
http://s2.postimg.org/3q81agpyh/Cropper_Capture_26.jpg
What's wrong here?