Questions tagged as 'pdf'

1
answer

Transform Stream into PDF to send with attachment in email

I'm making a page for sending emails, and I need to turn a specific page into pdf to be attached to the email. The page I have already been able to transform into Stream, now how can I make it into pdf and then attachar as an attachment.?...
asked by 28.05.2015 / 02:52
2
answers

View Razor for PDF

I need to convert Views from my MVC 5 application into C # using Razor to PDF. I've already tried it, and the free tools depend on iTextSharp, which I researched has a different markup. But I need to convert any HTML page to PDF, that is, con...
asked by 18.08.2014 / 21:55
1
answer

Generate pdf in java

Good afternoon, I would like some help regarding generating a pdf report in java. I'm using Primefaces to export this report. I created the first line with the fields as you can see in the image below, but when exporting automatically it also ge...
asked by 19.02.2016 / 18:26
1
answer

Importing PDF Data into PHP

It may be a bit of a beast, but I still have to do it: Is it possible to import data from a file into pdf into php and save to mysql ?     
asked by 21.01.2016 / 14:04
2
answers

Convert binary format string to PDF

I would like to know how to generate a PDF file using a string with binary values, the values should actually turn a text (according to the ASCII table) and be written to PDF. p> I tried to do this but did not succeed: string teste = "0100...
asked by 10.03.2017 / 20:13
1
answer

FPDF - Bold only part of string in MultiCell

My problem is as follows, I am doing a certificate in FPDF, and there are parts of strings that have to be in bold eg: CODE: $nome="Marco"; $string1="Certifica-se que ".$nome; $pdf->Cell('160','8',$string1,0,1,'L',false); The result w...
asked by 23.06.2016 / 18:58
2
answers

Do not view PDF inside browser

I have the following anchor: <a href="http://localhost/refazer/uploads/0503-14.pdf">Conteúdo</a> By clicking this link the browser automatically recognizes that it is PDF and views it. As below: Otherwise, I wanted the br...
asked by 14.05.2014 / 22:49
1
answer

Error closing form with TAcroPDF in Delphi

This "blessed" component, unfortunately I need to use it, it happens that whenever I try to close the Form it closes, but always gives an AccessViolation . There is nothing in the Form besides a TAcroPDF and a Close button. The impressi...
asked by 26.03.2018 / 17:31
1
answer

Use bootstrap style to generate pdf file with php

Is there a way to use the bootstrap to style a html page that will later be converted into a pdf? I'm using the mpdf60 plugin in php, and I only need the style that boostrap offers to use it in exporting a pdf file. Consider the following cod...
asked by 09.11.2015 / 18:54
1
answer

How to export a DIV with graphics to PDF

Does anyone have any javascript code that exports a graphics div to a .PDF file?     
asked by 28.03.2016 / 16:28