In order to be able to print a Publisher file, I've converted it into PDF with the commercial press options enabled. However, Publisher does not seem to convert the text objects to outlines/paths.
Is there any way to convert all text objects in Publisher to outlines (for a PDF file)?
It can't be done in Publisher. The alternative is embedding the fonts in the PDF, but the font needs to be embeddable.
Click the File tab, point to Commercial Printing Tools, and then click Manage Embedded Fonts.
In the Fonts dialog box, select the font, and then do one of the following:
To embed the font when the font has been set to not be embedded, click Embed.
To change the embedding status to Don't embed when the font has been set to be embedded, click Don't embed.
It can be done.
Select your text, then in Text Box Tools, in the Outline drop down choose the black option.
Still with the text selected, right click, choose Change Text and in there change the font colour to white.
Your text is now outlined.
Related
when I open my excel, macro command run automatically and show "welome".But i want to design it little bit.Is there any way i can change its colour size or text box. below my screen shot. [Its not utmost important but I love to know can i animated this text.]
IMAGE LINK
https://msexcel-analysistabs1.netdna-ssl.com/wp/wp-content/uploads/2013/01/run-a-macro-automatically.png
Are you just calling a standard msgbox in VBA? If so, instead of calling a msgbox, you can create an actual UserForm in Excel VBA. From there, place a label in the "box" and you can format the font in a variety of ways: colors, size, text font, etc.
You cannot do any "fun" animations as far as I know. But you can definitely change the font size and color!
Here is an example (I'm not the most creative person)
You do this under the VBA Project Explorer -> Insert -> Userform. From there you add Labels/Buttons/Whatever objects you would like, and resize the form if you so choose. Then in your module/macro, you call this form instead of using a msgbox.
As far as changing the color and size of the text, Yes, you need to create a UserForm and create the 'Welcome' screen as a custom form instead of using VBA's msgbox.
In VBA, right click on the workbook in the Project Explorer.
Select Insert->UserForm.
Design how you'd like the Welcome screen to display.
In ThisWorkbook's Workbook_Open() sub, put UserForm.Show() to display the custom welcome message when the workbook first opens.
As far as animating said text, Not really. There are some convoluted workarounds using an embedded webbrowser object in order to render a custom animated text javascript file. It is full of 'Potential Risk' notifications for the user and really doesn't look very good. Sorry to burst your bubble :).
I have a problem with text boundary in Microsoft Word. It shows around the paragraph instead of the whole page.
Please could anyone help me to view this as a page boundary.
I take it that you are using Word 2013 or later. This is how the text boundaries now display. There is no option to make them display as they did in previous versions.
If you don't like it make your feelings known to Microsoft via User Voice.
There is an option in "Page Layout" to optimize your Margins. I assume, this is what you wanted. Else, please share more details.
The following is for Word 2013 - 2016
Select Design in Ribbon Menu
Click Page Borders
In Borders and Shadow dialog box
Choose Box, Shadow, 3D, or Custom type
Choose line style
Choose Color and Width
And finally select Whole Document in Apply To section
this is the display for office 2013 and 2016. if you use version 2010, you will get the whole page. enter image description here
enter image description here
In Visual Studio 2012, I know that the color scheme for the Text Editor can be changed at TOOLS -> Options -> Environment -> Fonts and Colors.
However, what I can't find is this: When selecting a chunk of text with the mouse, and right clicking on that selection, the background color for the selection changes. Right now, that color matches the dark background of the Text Editor, which makes it look like nothing is selected.
How can I change the background color of selected text when the right-click context menu is open?
I think you are looking for the InactiveSelectedText option.
A part from this, I want to inform you to look at this site where you can find many premade themes with accurately choosen colors
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?
A user pasted the content from a word document into a wiki page.
In the word document all the links have the same font and color but on the wiki page some links are blue, some black, some using arial, some using times new roman. I guess the generated HTML screwed it up. Anyhow, when I mark text I can change the color, font, size and so on but when I mark a link the change color button is disabled (but I can change font and size), why is this? Do I need to ask the user to copy the contect back to a word document, edit there and then copy paste it again to the wiki?
Thanks in advance.
There is a good chance that there is some embedded css styles in the text that was pasted which is what is causing you grief. There should be a button that you can use to edit the raw html to get rid of those styles. Otherwise it is helpful if people paste unstyled text i.e. As Text.. rather the styled As HTML.. text.