Questions tagged as 'pdf'

0
answers

save pdf returned from the backend

In my backend I have a function that returns a pdf public HttpResponseMessage Get() { var dataSet = new Reports.DataSet1(); dataSet.dsestado.AdddsestadoRow("1", "parana","pr", "1"); dataSet.dsestado....
asked by 03.02.2018 / 10:34
0
answers

Angular 4 turn blob into pdf and show in tag object

I have an application, currently angular 4, and would like to be able to upload files saved in the bank into formed Blob. the command below works correctly and downloads the file. downloadArquivoAnexo(documento: Documentos){ if(!docume...
asked by 30.01.2018 / 15:40
0
answers

SVG to PDF in android Studio

How do I export an SVG file to PDF in android Studio? I have the file that is in svg and I would like the app I am developing to take this file (which is in svg) and generate the file in PDF. Can anyone help me?     
asked by 26.01.2018 / 16:47
1
answer

Android - String in Base64 decode to pdf

Hello, The purpose is to decode a string in Base64 and move to PDF format and open ( no need to download to android device ). At this point I have this: public void onClick(View view) { int position = getAdapterPosition();...
asked by 17.01.2018 / 14:24
0
answers

Integrate report creator

Hello, I would like a web tool, which can generate reports in PDF, where I can inform a mysql database that I have and with it to mount the columns of this report and the data I want to display. Do you know any of them?     
asked by 17.01.2018 / 17:43
0
answers

Generate PDF ReportView

I've taken an example ( link ) to generate PDF of a report. The example worked, but I have other reports that need to pass parameters, if I put only to view in the ReportView with the parameters works, but when I add the function generate PDF, i...
asked by 16.01.2018 / 17:39
1
answer

Download pdf does not work - AngularJS, C #

I need to return a pdf and download it on the machine. But when you return the pdf, Blob does not recognize it. $http.post($rootScope.raiz_ws + "/pdf/PdfCompraVenda", listProdutos) .then(function (response) { consol...
asked by 01.12.2017 / 21:02
1
answer

How to send an email and generate a PDF

I need to generate a pdf for the client to save and at the same time send an email to the company with PHP. I have this code, but the email works and if I do only the pdf generator it works too, it just does not work together. I believe you h...
asked by 13.11.2017 / 18:25
1
answer

Problems generating PDF with hidden content with jsPDF and html2canvas

I am trying to generate a PDF with js using html2canvas and jsPDF . When content is being viewed, everything works 100%, but I need that content to be hidden. Already tried: - display: none; - visibility: hidden; - Position...
asked by 03.11.2017 / 14:23
1
answer

Passing values from a class when generating a pdf in JavaFX

Good afternoon, I created a PDF.java, which has the function of generating a pdf, and in another file (FormularioHoteleriosController.java) by clicking on a particular button, I instantiate the PDF.java file in order to generate and open pdf , h...
asked by 02.11.2017 / 13:47