Questions tagged as 'pdf'

1
answer

PrimeFaces - p: fileDownload PDF

Hello, I'm trying to download a PDF in my application but I can not. When I click the Download button instead of downloading, you are checking in form if the required fields have been filled in. If you fill in all the fields it works...
asked by 30.09.2015 / 20:09
2
answers

Error generating PDF in CakePHP via FPDF

I am rewriting a legacy system from the company I work in (using CakePHP for this) and it generates some PDF reports using FPDF. However, in CakePHP I can not generate any PDF. Follow the code Action function pdf ($id = null) { App::...
asked by 23.01.2015 / 17:30
1
answer

How to set font size in PDF?

I am making a report using iReport this is ok, but in the application when generating PDF the font is not the same as the iReport preview, the font type is ok, I would like to know a way to set the font size to be displayed in the PDF.     
asked by 01.10.2014 / 23:09
1
answer

Opening PDF on screen

I have a problem in making my PDF open within a table . How to show image , by clicking on "Open PDF" it shoots the file in a new tab. But how to make the PDF file open inside the table ?     
asked by 19.05.2014 / 15:55
0
answers

Macro to print PDF and delete in Outlook 2016

I'm working on a macro to print all emails received in PDF but it's not working, I do not know if it's the version of my adobe that is the latest one. Does anyone have any ideas? This script Public Sub PrintAttachments() Dim Inbox As MAP...
asked by 04.12.2018 / 17:19
0
answers

VBA - Generate a PDF file of various Excel

I'm trying to make a code to generate a PDF for every Excel file I have in a folder. First of all my code generates a PDF each excel file and then generates a PDF that would be the cover of all these files. The problem I am having is that it...
asked by 14.11.2018 / 16:45
0
answers

How do I download a PDF for my application where the request made to the API returns Content-Disposition attachment?

My application makes a connection to an API that returns a PDF. This PDF is returned as an attachment according to the following image and when I try to save this file to any folder through my application, or an error occurs or the file is saved...
asked by 14.11.2018 / 13:24
0
answers

Create a text box and write in a pdf

Code to display the pdf document: $result_cursos = "SELECT * FROM centrodb.UploadPDF"; $resultado_cursos = mysqli_query($conn, $result_cursos); $tabela1 .= '<div class="teste" id="tabela" style="float: center" table align="center">';...
asked by 22.11.2018 / 16:27
0
answers

How to update open PDF parameters in an Iframe

Hello! I would like HTML page link to work as an index to the pdf document loaded into an iframe; something like: <a href="doc.pdf#page=2" target="quadro"> página 2</a> <a href="doc.pdf#page=3" target="quadro"> página 3</a...
asked by 03.11.2018 / 14:30
1
answer

Edit document with database information and open print dialog - PHP

I'm developing my CBT, basically I have a document with fields that are populated with information from my database, I'm doing this with PHP's 3DOCXTYPE, however I need it right after the documents are edited with the data to open a dialog to th...
asked by 01.11.2018 / 00:40