Text compare with pdf export - compare

I want to be able to export a text compare to PDF.
Until now I tried: Notepad++, Tortoise Git/SVN, Winmerge and Diffchecker desktop.
Only Winmerge and Diffchecker desktop are able to do it, but since you cannot adjust scaling for printing there the text is cut off in the export.

Winmerge has both font & zoom plus page size settings to get a good PDF customized output.

Related

How to remove text shadow on JSX tags

I want to remove this shadow:
So that it looks like a regular HTML:
How do I do that?
Normally (in HTML/XML file) that would be Tag style. And XML styles may be taking over HTML here (as an underlying language in IDE's styling hierarchy perhaps).
I'm not sure if this will work here but try this anyway (can be used in other scenarios):
Select some code (e.g. a whole tag) in such a file.
Invoke Help | Find Action... (or Search Everywhere and focus on "Actions" tab)
Locate Jump to Colors and Fonts entry there and invoke it.
See if a popup will have the related style listed (does not seem to list it here in PhpStorm using HTML+PHP file in my quick test -- only lists PHP styles).
P.S. It's not a "text shadow" but a background color.

How can I add text to an existing Android Leanback Fragment?

I have a BrowseSupportFragment with multiple pages which are VerticalGridSupportFragments. The relevant code for this is essentially in this file here.
Sometimes these pages or VerticalGridSupportFragments don't have content to show. I'd like to display a brief message or image explaining this, but I cannot find how to modify the layout to include this text. I have found where I can add text and images to the Activity, but is there a way to make the text a part of the fragments individually rather than the activity?

Draw.io - copy/paste table from excel to draw.io with individual texts

I have tables in excel and I'd like to copy/paste them into draw.io table. Is there any way I can make all rows into individual rows (texts) in draw.io instead of copy/paste each row (text) from excel to draw.io?
Thanks in advance!
Click the Plus + icon on the toolbar above the canvas.
Go to Advanced > CSV
There Just after the First 4 lines of comments (starting with '##'),
Replace everything, and add your list items. Click Import.
For learning how to change further styles, configs etc., read the help items in the text that was written by default in the box (which you replaced from 4th line). Or see here https://drawio-app.com/import-from-csv-to-drawio/.
Basically it is not something fully supported but in some cases copy/paste might work but use keyboard shortcuts.
Other possible solutions are to try to export as HTML/CSV and import it to draw.io
Yes, you can easily paste a part of table from microsoft excel and google sheet to
draw.io by 'crtl+c, crtl+v' creating a new table. It will be created with style "text;whiteSpace=wrap;html=1;" and then can be edited as a natively created draw.io table with actions like "create new column left" and so on.
You can use sql scripts for this.
-> Advance -> SQL .
I created sql scripts with excel formula and paste them here.
also please make sure you place the cursor properly , so that tables dont get overlapped.

How to adjust pages in RMarkdown pdf file?

I am creating a pdf document using RMarkdown in RStudio. The Knit do not create properly the fourth page. The page number on the foot still in the mean of on list at the botom of the page, and the text "desapears", even a new page is created but the text is not rendered.
I have just rolling back to 1.8
install.packages("devtools")
library(devtools)
install_version("rmarkdown", version = "1.8")
Is there any adjust in RStudio to avoid this issue ?
HTML and WORD make the report correctly using the same .Rmd file

In Coldfusion, some Arabic characters not displaying in PDF

Some of the Arabic characters are not displaying in PDF.
Do I need to add any font in ColdFusion Administrator
I gave المينــاء as input inside the tag CFDOCUMENT to show in PDF format.
In PDF, the output I am getting is اينــاء instead of المينــاء.
Please advice.
Thanks in advance.
You can use fontembed attribute of cfdocument and set it to true to embed the specified fonts in the output. You need to wrap your text inside span and specify the suitable font-family (font-family that displays your text better as required) in its style attribute. As #bibin suggested use Arial Unicode MS as the font-family.
Like this:
<cfdocument format="PDF" overwrite="true" fontembed="true">
<span style="font-size:20pt;font-family:Arial Unicode MS;">
المينــاء
</span>
</cfdocument>
Another font-family able to display the text is Traditional Arabic.
You can install other more accurate font in CF Admin if you find one, and use it as a font family.
Update:
In my case the font is already available in CF Admin. So here fontEmbed is not really needed. It is helpful in case the font is not available in CF Admin and we want to use the font directly from CF page.
got to c:/ drive >> windows folder >> fonts
check sure arial unicode ms is there if not there please add arial unicode ms.ttf
and inside CFML/HTML code please use like this style="font-family:arial unicode ms بيالتلان