Skip to main content

Questions tagged [word]

-2 votes
1 answer
90 views

I am trying to create different versions of a software manual from a single source which is in MS Word format. Is it possible to do this algorithmically or must it be done manually for every version? ...
Jennifer96's user avatar
0 votes
2 answers
555 views

My main goal is described here. How can Microsoft Word or Wordpad or other word editing software render fonts when these fonts seems to not follow the same rules? How do they render characters ...
HKhoshdel's user avatar
1 vote
1 answer
3k views

I recently started at a company as a Automation Developer. My job is to automate periodic reports (in Word) for all of our customers (~50), one for each. Each report is slightly different, so I am ...
Concerned_Citizen's user avatar
1 vote
0 answers
274 views

Not sure if this is the right platform for this, but here goes :) Throughout my career I have been generating reports for users, and most of the times it always started from a Word template (.dot/....
nathanvda's user avatar
  • 151
7 votes
3 answers
5k views

So, I should really know this stuff already, but I am starting to learn more about the lower levels of software development. I am currently reading Computer Systems: A Programmer's Perspective. by ...
Luke's user avatar
  • 273
1 vote
3 answers
875 views

I'm in the process of building a new pledge management system for one of my clients, a charity foundation. I have already built one for them (it was done using Delphi), but its feature-set is a little ...
Mike Rockétt's user avatar
1 vote
1 answer
771 views

I have a very complex Java application which renders spreadsheet tables and summary documents in a window. These outputs are non standard in the sense that for instance the spreadsheet table isn't ...
dendini's user avatar
  • 214
17 votes
4 answers
4k views

We're a software consultancy with a multitude of projects for different customers. We traditionally use Subversion, but are currently considering moving to Git. A significant portion of the documents ...
skrebbel's user avatar
  • 346
2 votes
2 answers
1k views

I have to create a word document in a specific format and send it as attachment to some email addresses. I have a preview screen for the report which on approval has to be send in email. This is an ...
SaravananArumugam's user avatar
5 votes
1 answer
1k views

What's the best way to give the end-user of my web application the ability to open, edit and save (via browser) word documents that are stored in my database? I have this working by doing an html ...
seth's user avatar
  • 895
4 votes
5 answers
2k views

When documenting software I traditionally write a plain text file (like a README.txt) which works well, but unfortunately cannot contain images like HTML can. Unfortunately images must be stored as ...
user avatar
5 votes
2 answers
2k views

4-bytes = word; 8-bytes = 2x word Then why doesn't the heap just go with 4-byte alignment (because it will be grabbing a word at a time anyway, right?) If we went with 8-byte alignments, why not 12? ...
Dark Templar's user avatar
  • 6,323