Questions tagged [export-to-pdf]

Conversion of other document formats to the PDF format programmatically.

682 questions
36
votes
3 answers

Save multiple sheets to .pdf

I have a reporting spreadsheet that grabs some data from a database and forms three sheets of summary report information. I want to run the spreadsheet automatically from the command line, and have it automatically save all three reporting sheets as…
guthrie
  • 4,529
  • 4
  • 26
  • 31
17
votes
7 answers

How to Export Jupyter Notebook by VSCode in PDF format? (Windows 10)

When I try to export my Jupyter Notebook in pdf format in VSCode like this: then I got this error: and jupyter output panel says: so i tried to install MikTeX and update the required packages, but still I can't export Jupyter Notebooks in PDF…
Shayan
  • 5,165
  • 4
  • 16
  • 45
17
votes
6 answers

Create pdf using jsPDF with formatted Table data

I am able to generated PDF file from html table using this below script: But I am getting all the columns data are line by line. Please help me to generate PDF file as a tabular formatted way.(with column border, margin or padding, headers ) in…
user3428816
  • 1,241
  • 3
  • 16
  • 32
16
votes
1 answer

Telerik Reporting - can't export in Chrome when using SqlDataSource

EDIT 2: Using fiddler I was able to find out that I'm getting a 504 error, but it makes no sense to me how that could possibly be happening. EDIT: It seems to have something to do with connecting to SQL Server. I found I can export reports that…
BVernon
  • 3,205
  • 5
  • 28
  • 64
14
votes
1 answer

DataTable, export to pdf is not working properly with two headers and colspan

I am using a data table to display my data and I want to export them to pdf. I followed steps listed in example given in this link. I am having a table in which I want two headers and out the two headers, one header having colspan i.e. as shown…
14
votes
2 answers

Convert Google Doc to PDF using Google Script Editior

I've been trying to convert a Google Docs file to a PDF file without having to use the download option. Below is the script I have used in the Script Editor but it doesn't seem to work. I think the error is after the IF statement. function…
12
votes
4 answers

iTextSharp international text

I have a table in asp.net page,and trying to export it as a PDF file,I have couple of international characters that are not shown in generated PDF file,any suggestions, Thanks in advance
Arny
  • 121
  • 1
  • 1
  • 3
11
votes
3 answers

Saving ggplot graph to PDF with fonts embedded in r

I've been following advice I've found online for saving a ggplot graph to PDF but I can't quite get it to work. I'm using the extrafont package to produce charts with text in Calibri, but my charts are printing out with no text. I don't know what…
hmhensen
  • 2,974
  • 3
  • 22
  • 43
11
votes
1 answer

How can I export report to PDF/A-1a, PDF/A-1b?

Generating PDF/A in jasper-report, contains numerous pitfalls and is not supported in some versions of jasper-report. This is why I have decided to pass this Question-Answer post, indicating the steps and library version necessary to export a simple…
Petter Friberg
  • 21,252
  • 9
  • 60
  • 109
11
votes
4 answers

How to enable jQgrid to Export data into PDF/Excel

I am new in jQuery/jQgrid coding. I am using jQgrid version is 4.4.4 & jQuery 1.8.3. I want to enable export to PDF/EXCEL functionality in my jQgrid. For that I referred following links - Click Here and Click Here. On the basis of this links, I…
Rahul More
  • 615
  • 3
  • 13
  • 41
10
votes
1 answer

Convert Word file to PDF using Javascript/Jquery

My requirement is to convert a word file(docx) to a pdf file in the client side before sending the file to the server. I have already found solutions to implement this using c# and nodejs, but it doesn't meet my requirement since I'm not using…
Pankaja Gamage
  • 304
  • 3
  • 16
10
votes
6 answers

When export a report to PDF change the font

I'm using Jaspersoft Studio 5.2, and I did a report with Courier New font, and when I exports this to PDF, it's change the font to Arial. I'm using just the Studio tool. When I preview the report is all right, but when I export it's happens. What…
Chico Luiz
  • 191
  • 1
  • 2
  • 8
10
votes
2 answers

HTML2PDF using Google Drive API

Is it possible to upload and convert an HTML file to PDF using Google Drive API without user interaction?
proppy
  • 10,495
  • 5
  • 37
  • 66
9
votes
1 answer

Export html content to pdf using JasperReports

How do I export HTML content into PDF using JasperReports, I have a parameter which carries value of the type HTML, and I have to export the same to a pdf file, where the pdf has to parse the html content
stanley
  • 499
  • 4
  • 16
  • 29
8
votes
4 answers

How to set the plot in matlab to a specific size?

Generally, I wish to plot a rather complex x-y plot (lots of overlapping curves) to an A3 format so: A4 210x297 A3 = A4*2 = 420 x 297 ... - 10mm each side = 400 x 277 (size of desired plot window) What is the easiest way to set the size of the…
Rook
  • 60,248
  • 49
  • 165
  • 242
1
2 3
45 46