Questions tagged as 'pdf'

1
answer

c # Web mvc Send PDF without saving to disk and sending by email

Hello, I have an MVC web application and I have a method to send an email and I have to add a PDF that is dynamic, I have to attach it to this email without saving to disk. Could someone help?     
asked by 27.02.2018 / 18:47
0
answers

PDF to PNG using php and imagick

I'm trying the best way, via the web, to load a PDF (Large and high quality file) and transform it into an image, which will be displayed in an APP, that is, it has quality but can not be "heavy" so as not to damage the performace of the app at...
asked by 23.02.2018 / 23:21
0
answers

Electron Converter PDF to Txt

I'm developing an electron app. The application should receive a PDF file and transform into txt. I used the PDF2JSON lib however, if used along with the electron, it gives worker error: "Uncaught Error: No PDFJS.workerSrc specified" . What wou...
asked by 23.02.2018 / 03:53
0
answers

Open PDF Internet Explorer

Hello, I need to open PDF from my table on the click button, it is working in all browsers, except in IE, at first it's just convert base64 to something that IE supports, automatic, via javascript, but that's not what I am getting it. This is...
asked by 22.02.2018 / 13:06
0
answers

Break ReportLab

I have a small problem. I recently started using the ReportLab Library in Django. At first I used data with only one line and today I had to create a text file that had more than one line. Then I came across a problem. The problem is that when t...
asked by 15.02.2018 / 00:27
1
answer

Requesting Application / PDF generating file with wrong information [AngularJS + NodeJS]

I have a totally Restless AngularJs + Node (Express) application. The back-end serves only to validate requests and route to other applications, which have business rules. At the moment, my front sends a request to generate a pdf, something l...
asked by 17.02.2018 / 01:22
0
answers

doubts with jsPdf

I have this function $scope.testepdf = function () { var doc = new jsPDF(); doc.setFontSize(12); doc.text(10, 10, $scope.cons_a.razao) doc.text(10, 15, $scope.cons_a.endereco + ',' + $scope.cons_a.nr...
asked by 05.02.2018 / 10:52
0
answers

Javascript with PHP to generate a PDF

I'm having a PivotTable in JavaScript . I need to send to PHP all the items that have been added to it and generate a PDF with class mPDF . Someone could help. HTML / Javascript code: link PHP Code: <?php $item = utf8_encod...
asked by 30.03.2018 / 00:48
0
answers

Show only the cover of a pdf file

I would like to know if there is a way to get just the cover or a specific page from a pdf file using html / php. I do not know if it is also possible to turn this page into an image so that you can manipulate it more easily?     
asked by 31.01.2018 / 22:33
0
answers

How to extract data automatically from a PDF form?

My scenario is as follows: I have this form that was created with Adobe LiveCycle. It is populated by my clients and the PDF is sent to me via email. Then after receiving it, I make an extraction for excel where I parse the data I want. The p...
asked by 30.01.2018 / 18:37