Questions tagged as 'jspdf'

1
answer

Create PDF of Multiple Pages with JSPDF

Hello friends I am trying to create a pdf to print some tickets, I am using boostrap to format html and to create the PDF jspdf and html2pdf The problem is that I want to accommodate 4 tickets on a letter sheet, but my code only generates 1 p...
asked by 10.02.2017 / 15:50
1
answer

How to convert HTML to PDF with jsPDF, without losing CSS styles

I have the following HTML <!DOCTYPE html> <html lang="es"> <head> <title>hola</title> <meta charset="utf-8"> <link link="" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/f...
asked by 17.04.2018 / 17:26
1
answer

How can I read the contents of a PDF and export it to .txt?

I explain what I have, I have this application that does something similar to link the difference is that it reads a .txt file and processes the text . Up there all right, now I would like to do the same with a PDF but when I show the content...
asked by 16.08.2017 / 00:27
1
answer

create a pdf of a specific div with jspdf

When I try to create a pdf with jsPdf I can not take the div specific, I tried everything but it does not leave me, any help is well received. <script> $(document).on('ready', function(){ $('.buttonNext').on('cl...
asked by 12.01.2017 / 03:36
2
answers

Problem with react-pdf when trying to run the project leaves Failed to load PDF file

I have tried to run the following code but I have not managed to read the PDF with the Reaction CLI, I hope you can help me, I leave the information: import React, { Component } from 'react'; import { Document, Page } from 'react-pdf'; // impo...
asked by 02.10.2018 / 07:00
0
answers

Save PDF ASP.NET C #

I want to generate a pdf of a specific div but it does not give me everything I want it to print. I am using jspdf as a library. I pass a fragment of my code In the aspx: <script type="text/javascript" src="Scripts/jspdf.min.js"></...
asked by 19.06.2018 / 19:52
0
answers

Generates PDF with JS

Good day dear. I have my jspdf livery to generate .pdf my question is how can I generate a pdf with a background image, something similar to a watermark and on that image I want my information to appear, what property do I need to achieve it?...
asked by 04.09.2017 / 23:00
0
answers

Error JSPDF does not correctly export the images

I am trying to export a div that inside contains tables to pdf with jspdf. The div and its content I charge with php. This is the resulting div: <div id="test"> <table class="MsoNormalTable" border="1" cellspacing="0" cellpadding="0"...
asked by 03.05.2017 / 09:24
1
answer

Error 'TypeError: jsPDF is undefined' when using jsPDF-AutoTable

Apparently the error originates in the file: \lib\jspdf-autotable\dist\jspdf.plugin.autotable.js . I'm using nodeJS and angularJS 1.3 Just do the bower install.. and in my config file add this:    'public / lib / jspdf-autotab...
asked by 15.02.2017 / 18:45
1
answer

error creating a pdf with jspdf

This simple web is to test jspdf. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title> creando pdfs</title> <link rel="s...
asked by 28.02.2016 / 21:40