Questions tagged as 'pdf'

1
answer

Problem putting multiple data in a list in a report

Good morning guys, this is a somewhat complicated issue to explain, so I'll do my best to make the question clear. I have a <UnimedLote> list. In this list I have several data, among these data there are some that I want to list more t...
asked by 19.05.2015 / 14:42
1
answer

How to export an HTML / C # (Razor) page containing SVG elements for PDF?

I'm currently working with Highcharts, a javascript library that generates graphics. It has an export component, but only exports the graphic itself, I still need to assemble the PDF layout. For export it goes to the highcharts.com server whi...
asked by 24.01.2014 / 12:53
3
answers

How to force a PDF to be displayed in the browser

I have a sequence of PDF files that I can link to normally, but as soon as I click on one of them it downloads, and I need the PDF to be displayed in the browser itself. I've tried using this in my link but it did not work: target="_blank"...
asked by 17.04.2015 / 13:19
2
answers

How to export an HTML DIV to PDF by CSS?

Does anyone have any code that can export a DIV to PDF rendering all the CSS of this DIV? Should I do this in backEnd (Java) or frontEnd (JavaScript)? If anyone can help, I appreciate it!! EDIT: Thanks for the reply Gabriel Rodrigues, but thi...
asked by 24.03.2016 / 12:24
2
answers

Is it possible to run Acrobat Reader without putting the entire path of your executable?

I am opening files in PDF format by Java and for this I am running Acrobat through Java also, follow the path line to the Acrobat executable: String cmd = "C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe"; However, someti...
asked by 19.08.2016 / 22:26
2
answers

Simplest way to generate a PDF of an HTML, client-side input

I'm developing a web-based teaching material, and within it, there are some exercises where the user has to answer some questions by writing a brief dissertation within a Text Area. After completing the exercise, I would like a PDF to be gene...
asked by 03.03.2015 / 16:59
1
answer

How to change filename for download?

I am generating a PDF file and use HTML5 to display it on the screen: $("#conteudo-pdf").append('<object data="' + meuData + '" type="application/pdf" style="width: 100%; height: 100%"></object>') Content is displayed correctly...
asked by 23.10.2015 / 14:26
2
answers

Scraping in Python - read pdf

I've done a scrapping in Python which takes a URL from any PDF, reads and returns, however in some PDFs I'm having the problem come with some characters like this:    ". \ nO \ xc3 \ xb3rg \ xc3 \ xa3o also \ xc3 \ xa9m discloses   result \...
asked by 19.09.2016 / 21:42
2
answers

Open PDF in java on another machine

I made a function that I can open a PDF, but this function is only working on my local machine. When I run the .jar generated on another machine, an error is issued that the PDF file does not exist. The part that performs this function: tr...
asked by 25.11.2015 / 11:14
1
answer

Web scraping to collect scientific articles on ScienceDirect

I'm trying to use R to select ScienceDirect page articles using keywords. I was able to extract pdfs from a page last week, using the page source information. The code used was as follows: base.url = "http" doc.html <- htmlParse(base.url) d...
asked by 13.10.2014 / 17:44