export-to-pdf Questions
8
Solved
When I try to export my Jupyter Notebook in pdf format in VSCode like this:
then I got this error:
Export failed. Please check the 'Jupyter' output panel for further details.
and jupyter output...
Dunton asked 3/9, 2021 at 19:32
5
In Jaspersoft Studio I have created a report where I want to display title in bold. If I use sans serif font then it is working correctly. If I use other fonts, bold is displayed in the preview of ...
Incrustation asked 22/9, 2014 at 15:10
6
Solved
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.(wi...
Destinydestitute asked 11/4, 2014 at 16:42
2
Solved
I'm creating a PDF file with some plots, but I want to also include some text message at the bottom. For reasons beyond my control, I cannot install a latex distribution on this system, so I can't ...
Buckwheat asked 28/6, 2019 at 15:16
2
Solved
I have the following structure on a page:
export default function FichaTecnica(props) {
const data = props.data;
return (
<>
<Container>
<TopData info={data} />
<DataShee...
Letterhead asked 31/1, 2022 at 19:46
7
I am having some issues with my code. I am trying to loop through a Drive folder that contains many PDFs and then merge these into one file. When I use my code it just creates a PDF for the last PD...
Affiant asked 14/3, 2013 at 15:55
1
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 ...
Boutte asked 17/10, 2017 at 5:57
6
Solved
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 ...
Furbish asked 7/10, 2013 at 19:20
5
I use the following routine to export (save) a chartsheet as pdf. The function gets the names of the user selected chartsheets in a collection. Then it exports one by one as a pdf where the user ca...
Sita asked 21/12, 2018 at 14:39
1
Solved
I've created a script that, when deployed as a web app, asks the user for some input, and creates and writes to a Google document.
Apparently, downloading the Google document from the script is not...
Papule asked 9/11, 2020 at 21:4
7
In the spreadsheet app itself, you have the options to print only a specific sheet. You also can turn off the grid lines when creating the pdf from within the app. Is there any way to do this via s...
Intersidereal asked 16/9, 2012 at 22:44
3
I have embedded a power bi online report into my MVC C# application and its rendering properly. Further I am trying to export it into PDF, but didn't find a way to do it.
I have tried jsPDF and Cav...
Elboa asked 21/4, 2018 at 14:37
3
Solved
I am trying to export a selected slide to pdf when calling this function.
This code works brilliantly, but gives me the entire slideshow as a PDF.
Sub Export_to_PDF()
ActivePresentation.ExportAs...
Wolfson asked 18/7, 2016 at 6:55
3
I'd like to automatically export to PDF some confluence pages.
It can be downloaded with URL :
http://<confluence server>/confluence/spaces/flyingpdf/pdfpageexport.action?pageId=<pageI...
Shluh asked 4/8, 2016 at 15:0
2
Solved
I'm generating a multi-language report using JasperReports in Java.
When I generate pdf, few languages do not display properly.
Whereas, When I generate Excel, The report is generated properly ...
Fatuous asked 12/6, 2019 at 10:58
3
Solved
I am trying to export (save as, print) a figure into .pdf format. However, no matter how I configure the setting, there are large margins around the figure.
When I export the figure into .eps form...
Dallasdalli asked 10/3, 2011 at 7:5
1
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...
Chapen asked 13/4, 2016 at 5:59
1
Solved
I wanna export a template html to pdf and I'm trying use jsPDF lib with angular, but o got this error doc.fromHTML is not a function.
import { Component, ViewChild, ElementRef } from '@angular/cor...
Solano asked 29/12, 2018 at 18:12
1
HTML table, Charts , images could be the report content. User can download seen report or he can schedule these reports to revive on email.
Need an engine to give out in PDF and Excel format at cli...
Ignorance asked 16/8, 2018 at 5:8
0
The original code basically converts the Google Doc to PDF based on 2 different templates (2 different Google Doc with 2 different keys);
From the Google Form responses, if a standard part is sel...
Scarlettscarp asked 6/4, 2018 at 12:19
3
Solved
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...
Tier asked 1/9, 2017 at 21:43
4
Solved
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 windo...
Muffler asked 26/9, 2011 at 22:15
2
I have a complex figure P made up of figures Fig_NPK and Barchart_fert, they were made using a datasheet "Fert" with columns including "Vil", "N", "P", and "K". My goal is to create a pdf file and ...
Ioneionesco asked 27/11, 2016 at 7:25
1
I have a matplotlib legend that looks like this:
What's an easy way to export the markers as separate .pdf files? In other words, I want to end up with three separate .pdfs, one with a blue X, o...
Exceed asked 25/3, 2017 at 20:27
1
Solved
Here is my HTML for datatable:
<table id="assessment-data-datatable-{{ $assessor->user_id }}">
<thead>
<tr class="success">
<th>Assessee: {{ $assignment->assessee-...
Carder asked 3/1, 2017 at 10:21
1 Next >
© 2022 - 2024 — McMap. All rights reserved.