106 questions
0
votes
0
answers
54
views
Jasper Report Export to Docx Clips Left Table Border
I have this problem when using JRDocxExporter to export Jasper report to docx. The leftmost vertical(left) border of every table in the report keeps getting clipped. I feel like there's this container/...
0
votes
1
answer
52
views
Outlook VSTO (C#) mailItem.GetInspector.WordEditor returns the wrong email body after some number of email
I am trying to write a scrip in VSTO that can export attachments and the email (as pdf)
The goal is to export the pdf which has the same information as when you print to pdf (aka it should include ...
0
votes
1
answer
51
views
Is there a method of exporting table data from Excel into a Word document template, based on criteria in columns?
I have requirements in an Excel file. Now we want to build a requirement selector. In which sales people can just click all the groups of requirements (checkmarks) and add them into a pre-specified ...
1
vote
1
answer
277
views
Drive.Files.export not working in Apps Script
We're trying to export a Google doc to word using the Advanced Drive service v3 in Google Apps script.
Looking at the documentation it should be straight forward:
"Drive.Files.export(fileId: ...
0
votes
3
answers
156
views
Placing/changing cursor position to a new line after the table
The following code picks and places Excel data to the table in a Word file.
Sub test_table()
Dim objWord
Dim objDoc
Dim objSelection
Dim i As Integer
Dim j As Integer
...
1
vote
1
answer
586
views
File uploaded to presigned URI, request response 200. But when using assetID for further API call - response 'Asset not found'. Adobe PDF services API
Using Adobe 'PDF services API'
Generated AssetID and presigned URI using https://pdf-services-ue1.adobe.io/assets API.
Got following as response.
{
"uploadUri": "https://...
1
vote
0
answers
218
views
PhpWord mkdir(): Permission denied
Hello I am trying to export a word document on Codeigniter project with XAMPP on mac but I cannot solve the permission problem. I know there are many similar questions but I try many things nothing ...
0
votes
0
answers
255
views
Some data missing when PDF converted to Word or Excel
Hi,
I am using Adobe Acrobat to convert pdf file to word/excel file.
I want to quickly keep data in pdf format to excel format. Since copy/pasting doesn't work because of font errors, I tried using ...
0
votes
0
answers
157
views
What is the state of generating Word documents in 2021? (Language agnostic)
Okay, so this is a pretty generic and vague question, so please let me elaborate.
We have a large codebase which we are splitting up the past years to more individual self-contained libraries.
One of ...
0
votes
2
answers
827
views
Export HTML page with Google Charts dashboard to .docx file
I have a HTML page which includes a Google Charts dashboard that I am trying to export to a .docx file using a javascript library. I have currently attempted to use the Export2Doc library as such:
<...
1
vote
2
answers
858
views
How to use non-breaking spaces as thousands separator in RMarkdown Word output?
I am using RMarkdown to create a Word document that contains several sentences with numbers inserted to them as inline R chunks. I would like to use non-breaking spaces as thousands separator, but ...
2
votes
0
answers
210
views
How can i export merged cells in table from excel to word 2016 using a macro?
I try to use this method to export a table from excel to word, however i cannot export correctly because the merged cells appears unmerged.
But the problem is that the format does not include the ...
1
vote
0
answers
53
views
JasperReport displaying
I have the following structure in my JasperReports, the table consists of:
set of text fields (as table's headers)
list (as table's rows)
However, when I export the report as *.docx format, list ...
1
vote
1
answer
5k
views
Trouble exporting Google Docs to Word
I am currently performing the process of exporting a Google Docs file to a Word document using the following url:
https://docs.google.com/document/export?format=docx&id=ID_DOCUMENTO&...
0
votes
1
answer
1k
views
JasperReports and Microsoft Word - justified text align
I have jrxml report, which gets exported into .docx format,
I have static text resources (.properties) with "\n" or "<br>" signs in values, like so:
In jasperreports 'preview' tab it looks ok:
...
0
votes
1
answer
721
views
Export to Word of Confluence content loses CSS styling
Hi StackOverflow community,
I am trying to produce a document generator in Confluence 6.10.2 (with JQuery 1.7.2) with a variety of options for the user.
Users can check boxes or radio buttons that ...
0
votes
1
answer
144
views
How to import svn ressources to microsoft word?
I must create some documentation with mircosoft word.
Well, I have several resources within my sofware project which I need to show in my documentation. Now I would like to invoke some kind of svn ...
0
votes
1
answer
483
views
Exporting Html Table to Word with bookmarks and links
I have several HTML tables, and I want to export them to word document. That part is ok, however the first table should have references to the other tables, like index table.
Html <a href="#...
1
vote
1
answer
1k
views
Export to word by Syncfusion Essential JS 2 Grid for Angular 5
'PDF export' and 'Excel export' features are listed under the documentation for syncfusion-ej2 Grid (https://ej2.syncfusion.com/16.1.32/angular/documentation/grid/). I have already implemented them in ...
3
votes
2
answers
7k
views
Export data to table in Word format from R
I have encountered this problem for multiple times. I want to export a summary data set that I made from R to table in Word. The best I can do for now is to first export the data to Excel, and then ...
2
votes
0
answers
276
views
Copy RTF to clipboard - How to specify Font type?
I know that Notepad++ has this awesome NPP Export plugin that allows to easily copy formated text to the clipboard to insert it e.g. into PowerPoint, and I am already using it.
However, although the ...
0
votes
1
answer
894
views
Formatting and exporting a data frame for Word in R
I have a simple dataframe I am trying to export to a word document. I am working
with ReporteRs. I want all number to be at the center of the cell (both in the body and the header).
a <- 1:5
b <...
1
vote
1
answer
555
views
Exporting all elements in column list using `officer`
I am working on a report for which I have to export a large number of similar data frames into nice looking tables in Word. I managed to the first bit by generating a column list of flextable objects ...
1
vote
0
answers
399
views
Moving text and tables between pages after exporting in docx
I'd like to be able to edit my word document like said in the title. This is what my document look like after exporting to docx:
Structure: the table is generated with seven cells in a detail band. ...
0
votes
1
answer
207
views
Exporting all selected RDLC reports into one word/excel/PDF document
Currently I am working on a application in which a user can export a RLDC report to Word, PDF, Excel by using report viewer's default exporting options. In a report wizard, users are allowed to select ...