Questions tagged as 'pdf'

2
answers

Problem generating PHP / HTML to PDF

I have a certificate generator that is implemented with HTML / PHP I used DOMPDF but it does not assign the variable $html=' <codigo todo> '; it gives error in the IF statements after I assign the variable. The same shows in the...
asked by 30.09.2014 / 15:45
1
answer

Structure HTML to PDF

I'm trying to create a template for PDF generation, which will serve for request tag. Iwantedtostructureeverythinginduelocation.AsPDF,IcannotuseBoostraporanyotherfacilitator,justHTMLandCSScode. <style> .conteudo { font-...
asked by 05.11.2018 / 18:54
1
answer

Open pdf by URL and PDFView InputStream

I would like the user to enter the product code (in activity_main.xml ) and click the button. The screen changes ( view_pdf.xml ), it would download the PDF ( AnsyTask ) and it would open in PDFView by pdfView.from...
asked by 06.03.2018 / 17:49
1
answer

Plugin to view pdf as a magazine

Talk to people ... I need help: My boss wants the documents that are on our intranet to be seen as books and magazines. is there any jquery plugin or something to do or incorporate ??? Vlw     
asked by 23.01.2018 / 20:00
2
answers

Generate PDF in C # without using Microsoft.Office.Interop [closed]

Hello, I'm having trouble generating pdf without using Microsoft.Office.Interop. Other DLLs I've found are not free. Does anyone have a tip?     
asked by 26.12.2017 / 11:48
1
answer

How to open PDF in Delphi WebBrowser?

Delphi WebBrowser , I run a .html file, which is a PDF reader. I need when I open the reader, load a PDF stored in a Delphi string variable. procedure TForm2.Button1Click(Sender: TObject); var arquivo : string; begin arquivo := 'teste.pdf'...
asked by 27.09.2017 / 16:31
1
answer

How can I display a PDF from Delphi? [closed]

I need the PDF to be displayed on the Delphi application screen, without the user needing to have other software installed, such as Adobe Reader or Foxit. I use Delphi XE 10. Which component should I use?     
asked by 05.09.2017 / 16:01
1
answer

Transfer files from server to client ?? [closed]

I am generating a PDF on the NodeJS server and when it is ready I want it to be sent to the client and downloaded, all through a GET request. The file will be generated on the server, stored in a specific address and then returned in the GET req...
asked by 02.08.2017 / 15:07
1
answer

how to send PDF by email with dompdf

How do I send a pdf generated by email with dompdf ? Here is my source code: /* Cria a instância */ $dompdf = new DOMPDF(); /* Carrega seu HTML */ $dompdf->load_html("<p align=\"center\"><img src=\"caminho da...
asked by 04.06.2017 / 07:54
1
answer

How can I print an image only in the last row of a table in jasper reports

I have a table that has PDF output in jasper reports and I need a boolean expression to print an image only in the last row of the table. Can someone help me?     
asked by 19.05.2017 / 13:31