Questions tagged as 'pdf'

0
answers

Problems with PDF file

I'm showing a PDF file directly in the browser. In Google Chrome, it works perfectly, however, if you use FireFox, the PDF is as shown below. Did you have to put some extra config for Firefox? The PDF file is ok if it opens directly in the fo...
asked by 06.06.2017 / 21:17
0
answers

How do I open a PDF file in listView items?

I created an ArrayList list and wanted to open pdf files in it, but I'm storing the pdf files in the res / raw folder and when calling in the String ("res / raw") the file just does not open, what do I do? / p>     
asked by 18.05.2017 / 02:49
8
answers

Exporting an HTML / PHP page to PDF

How to export an HTML page to a PDF file? Having a default document where you can change variables within this template, then export that page to an A4 format PDF file, without spoiling the layout. Code sample: $conteudo_html = ' <...
asked by 20.12.2013 / 16:23
0
answers

PDF Java memory overflow

Hello, good evening. I'm having memory overflow issues in a java application while generating +/- 1000 PDF's in a loop. In this application, to generate the PDF a proprietary framework is used, where I can not access in "how the PDF is gen...
asked by 09.03.2017 / 04:21
1
answer

View PDF with AngularJS callback

I have a function that returns me a PDF document generated by Jasper on the backend: RestSrv.find(url, function (data) { $scope.report = data; }); .. {{report}} I played the return in the scopo and tried to display it, but it did n...
asked by 05.01.2017 / 20:48
1
answer

Problem installing new Nuget Pack

I try to download PDF.js via Nuget, however it gives problem: Error: Could not install package 'PDF.js 1.3.91'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not con...
asked by 01.12.2016 / 05:27
0
answers

ASP.NET MVC Reports in PDF and EXCEL

Good afternoon, I would like to get references about better reporting tools in an MVC application that allow me to export the result to PDF and EXCEL. Currently, I'm creating a VIEW, filling a MODEL with the data, and making it possible to ex...
asked by 05.10.2016 / 16:27
0
answers

Convert an EXCEL file to PDF using php

I have a lot of loose ends, and I need some help to get me on the right track. I think it's not very difficult, thank you and rest of a good week, Diogo Pereira. Hereistheresultshowinthebrowser,whichwillbetopasstoPDF. Andhereisthexlsfiletha...
asked by 23.09.2016 / 10:27
1
answer

How to receive a PDF file in Django and save to a directory?

I get a file by html using type="file". <form action="/docs/enviado/" method="post">{% csrf_token %} <input type="file" accept="pdf" name = "projeto"/><br /><br /> <input type="submit" value="enviar" /> </f...
asked by 20.10.2016 / 20:43
2
answers

Break line in a cell of the PHP FPDF class?

I would like to know how to insert a line break with FPDF of PHP . I am putting the following code: $pdf->Cell(0,20, "Declaramos que ".$nome.$quebra_linha." participou da I SAEP - Semana Acadêmica \n de Engenharia de Produção.....
asked by 04.10.2016 / 02:31