Questions tagged [formatted]

81 questions
1
vote
1 answer

How do I store and view graphically formatted data?

I have an app (written in D2010) which is similar to a text retrieval app... It has a list of questions, with their corresponding answers. Most answers are strictly text, but some answers have graphics, and formatting. My dilemma has to do with…
user1009073
  • 2,908
  • 4
  • 28
  • 70
0
votes
4 answers

reading fprintf while the program is running

So I'm writing a program that is suppose to run forever (client server stuff) in C, and I'm writing to a log. I am using fopen and fprintf to be able to write to the file. My problem is that since the program is suppose to run forever, there really…
user1289479
  • 271
  • 3
  • 13
0
votes
0 answers

How can I write a java notepad program allow to copy formatted text with colors from Microsoft Office 2013?

How can I write a java notepad program allow to copy formatted text with colors from Microsoft Office 2013? Here is my Java code of Notepad, just copy paste and one click to run it from Eclipse. But my Java Notepad cannot copy and paste formatted…
elf01b
  • 37
  • 2
0
votes
0 answers

python copy and paste formatted string for word or onenote

I have a paragraph and want to bold specific words in it, copy to clipboard for pasting into onenote. I can not figure out how to get the bold formatting to work. Here's what I have so far. LL=L.split("****") newlist = [] for line in LL: …
NikoTumi
  • 97
  • 7
0
votes
1 answer

Backpack for Laravel - Column with formatted text

I am wondering how to add a column with formatted text. I need to add tag to make multi line column in show Operation.
peter.nr
  • 1
  • 2
0
votes
1 answer

List-formatted text file into list

First of all: apologies if this question has been already asked. I have tried finding it on the site for quite some time now. Essentially the problem is very simple: I have a text file that is already formatted like a python list: ["test1", "test2",…
Nova
  • 3
  • 1
0
votes
0 answers

Change File with extension txt to json in C#

I have problem with serialized a File this one below to json format. I would like to make a json file from the file .txt I have attached at the bottom with a helpful serialization. And I need sugestions what exacly I should do to change this file to…
azeter09
  • 21
  • 4
0
votes
2 answers

In Flutter i got a DateTime [yyyy-MM-dd 00:00:00.000] how can i transfer that to be [yyyy-MM-dd] only?

here is the code which i already formatted it to be [yyyy-MM-dd] but it also contains 00:00:00 : child: Text( _selectedDate == null ? 'No Date Choosen!' : '${DateFormat('yyyy-MM-dd').format(_selectedDate)}', style:…
Ahmad Mohy
  • 331
  • 1
  • 3
  • 10
0
votes
0 answers

Update a SharePoint field with Extensive formatted RTF text

I am trying to update a field in SharePoint using the following code: Insert Into [Users] (ExtraInformation) Values ('I want to post this in SharePoint') The fieldname ExtraInformation consists of a column with multiple rows. There are 3 options…
0
votes
2 answers

formatted output with for loops

I want to start off saying I'm an absolute newbie and have been in my program for 2 month only. I'm having trouble displaying the output of my for loop the way I'm required to for a project. I've search all my textbooks and class lectures and can't…
0
votes
1 answer

How to read and display a text file in to a
, preserving line breaks, tabs and new lines?

I'm trying to load a text file to display in a pre tag using jQuery. I would like to display all the text including the escape sequences like new line, tab and so on. If I use jQuery.get('log.cpp', function(data) { ... and I try to display the text…
AmiStack
  • 23
  • 6
0
votes
1 answer

How to extract formatted text corectly in PDFBOX like "copy with formatting "in adobe acrobat x pro

i need to extract text correctly in pdf file (first line in page 1 https://github.com/zhongguogu/PDFBOX/blob/master/pdf/formatted_text.pdf) with PDFBOX. Actually the result is but i can copy text correctly by "Copy Withing Formatting" in Adobe…
Dagu
  • 17
  • 6
0
votes
1 answer

How to print (to paper) a nicely formatted page with Powershell?

I need to print a nicely formatted (bold and 3 different fonts) page to a remote printer queue with Powershell. Unfortunately I did not find a usable solution for printing. Searching Google, most answers are: create a .html file and print this file…
WalterH
  • 109
  • 1
0
votes
3 answers

How to sort numbers in strings in python

sorry... my English is not very good... so i didn't know How to ask this question... please just read so u can understand what i want... I have a def which takes a dictionary: {'John':30.370, 'Mike':84.5, 'Sara':97.55, 'Frank': 75.990} And i wanna…
user8413109
0
votes
3 answers

HTML Formatted Mail through ASP.net problem

i have used System.Web.Mail.MailMessage to send HTML Formatted message to an email id. The email id is on gmail.com so mail has been received fine but Content has not been shown. However if i see the mail in original shape it has the whole content…
ASceeeX
  • 3
  • 4