python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Corrupted .rtf file with embeded fonts
I’m working on a program written in Java that uses LibreOffice to convert documents to .pdf format. Clients on their side use Microsoft Word.
The functionality of the program is such that through the ...
Denis D.
Votes: 0
Answers: 0
How to add Paragraph in the middle of existing Paraghaph programmaticaly in FlowDocument WPF?
I have a test app where i'm trying to insert an editable paragraph so user can write info there (maybe it can be realized just with Run, i took paragraph just for example, if you know how to add Run i...
Liromanz
Votes: 0
Answers: 1
SUM for expression field in RTF BI Publisher
currently, I got some problem in doing my RTF Template.
the units field, im using expression
'<?xdofx:if UNITSINCURRENTRUN = 0
Then UNITSINCURRENTRUN
else if UNITSIN is null then 0
Else UNITSIN
en...
Ashraf Syamim
Votes: 0
Answers: 0
Edit RTF, literal text in PHP
I'm creating a system that edits a .rtf file
the editing is done using plain text
I would like to put some string inside my php code to insert inside the rtf that comes from the system
$ReplaceDois =...
Guilherme Machado
Votes: 0
Answers: 1