Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
54 views

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/...
Rhendy rivaldo's user avatar
0 votes
1 answer
52 views

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 ...
ZQ G's user avatar
  • 1
0 votes
1 answer
51 views

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 ...
K E's user avatar
  • 1
1 vote
1 answer
277 views

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: ...
Adam_N's user avatar
  • 11
0 votes
3 answers
156 views

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 ...
JOSHY T R's user avatar
1 vote
1 answer
586 views

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://...
Chhavi Batra's user avatar
1 vote
0 answers
218 views

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 ...
Çağatay Kaya's user avatar
0 votes
0 answers
255 views

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 ...
Neo's user avatar
  • 25
0 votes
0 answers
157 views

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 ...
avanwieringen's user avatar
0 votes
2 answers
827 views

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: <...
Samuel Mwamburi's user avatar
1 vote
2 answers
858 views

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 ...
Brecht's user avatar
  • 51
2 votes
0 answers
210 views

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 ...
Arroyo Danowsky's user avatar
1 vote
0 answers
53 views

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 ...
dezmont's user avatar
  • 21
1 vote
1 answer
5k views

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&...
Sinova SAS's user avatar
0 votes
1 answer
1k views

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: ...
Sergey Dvoreckih's user avatar
0 votes
1 answer
721 views

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 ...
Jonas's user avatar
  • 1
0 votes
1 answer
144 views

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 ...
eDeviser's user avatar
  • 1,961
0 votes
1 answer
483 views

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="#...
juliadream's user avatar
1 vote
1 answer
1k views

'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 ...
Kushan Randima's user avatar
3 votes
2 answers
7k views

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 ...
mandy's user avatar
  • 513
2 votes
0 answers
276 views

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 ...
Max's user avatar
  • 495
0 votes
1 answer
894 views

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 <...
Rtist's user avatar
  • 4,265
1 vote
1 answer
555 views

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 ...
tifu's user avatar
  • 1,421
1 vote
0 answers
399 views

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. ...
MrDemien's user avatar
0 votes
1 answer
207 views

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 ...
obaidul kabir Rubayed's user avatar