Questions tagged as 'pdf'

2
answers

Convert View with CSS, JS and PDF Images

I have a view in Laravel where I load various graphics. This view is made up of HTML, Images, CSS and JS. I need to convert (export) this page to PDF via a JS or PHP function. I can not find a library that faithfully "copies" the page an...
asked by 09.08.2016 / 19:37
0
answers

Watermark in rotating PDF in ASP.NET MVC

Hello, I'm having trouble adding a watermark to a report generated with rotating pdf. This report has a header, which repeats on all pages and a footer that also repeats on every page, now I want to make it have a watermark on every page of t...
asked by 12.11.2015 / 14:46
2
answers

View how many people have accessed pdf

I have a pdf on my server and I put it available through a link, is there a way to control how many people access the pdf?     
asked by 11.03.2015 / 17:55
0
answers

What is the process of generating pdf's files?

How is the internal process for generating a pdf file? Indifferent to the programming language that is generating it.     
asked by 19.02.2015 / 00:22
2
answers

PDF view in browser

I'm researching a way to view PDF file in the browser and print it all over the web (This action will be done by the user). Someone knows some tool that works with this. I'm using PHP and MySQL in my project. My intention is that you look simila...
asked by 07.03.2014 / 13:06
1
answer

How to read PDF

I'm creating a script to get a pdf and rewrite it in text. from StringIO import StringIO from slate import PDF from subprocess import Popen, PIPE, call import uuid #pego pdf existente url = "/tmp/arquivo.pdf" with open(url, "r") as arq:...
asked by 27.10.2016 / 22:59
3
answers

Determine the page where the * .pdf file will open in the browser

I have a code to display a pdf file: @WebServlet(urlPatterns = {"/teste"}) public class abrirPDF extends HttpServlet { byte[] arquivo = null; File file = new File("C:\testes\teste.pdf"); protected void service(HttpServletRequest...
asked by 19.08.2016 / 20:00
2
answers

Hide pdf extension in URL

I need to hide the pdf file extension that is opened in my web system. I did some research and I saw that I had to do the htacces, but I did not succeed. How can I do this?     
asked by 21.09.2015 / 16:53
1
answer

PDF file preview on website developed with PHP, Jquery and CSS3

I saw on the Dropbox website that my PDF extension files are previewed on the first page of the file, I looked for solutions on the internet for the same but I saw that there are only ways to embed the PDF in iframe or using a google drive URL t...
asked by 13.05.2018 / 05:40
2
answers

How to destroy activex component that is generating error in delphi?

I'm using an Adobe PDF ActiveX component (TAcroPDF), it works fine, it happens when you close the form with the proper Release lines; FreeAndNil (TForm); in OnClose, it still generates an error when closing, it seems to me that it does not relea...
asked by 06.03.2018 / 15:52