Questions tagged as 'pdf'

0
answers

delay to generate a pdf with Kartik mPDF for Yii2

I'm generating a pdf with 41 and it's taking about 3 minutes, would it be possible to generate this file faster? follow the code: $pdf = new Pdf([ // set to use core fonts only 'mode' => Pdf::MODE_CORE, // A4...
asked by 28.11.2015 / 13:35
2
answers

Upload a page from an html string

I have the following doubt that, I believe that although it is a beast, it is giving me a beauty of a job. Next, I have a variable of type string and I need to perform a method that will receive this code and display the page in a new...
asked by 28.09.2015 / 20:10
1
answer

Error generating PDF with mPDF

I created this script to generate a PDF invoice, but when I try to generate the PDF, the message appears:    This PDF document may not be displayed correctly. <?php $meses = array( '01' => 'Janeiro', '02' => 'Fevereiro',...
asked by 01.07.2015 / 17:55
1
answer

Open PDF on iOS mobile using Xamarin - C #

Does anyone know how I can open a PDF that is in the local iOS folder using the Xamarin platform? I've researched and tested it in many ways, but none of it works.     
asked by 07.07.2015 / 15:17
0
answers

Problems with PDFView Lib

I've been having the following problem for days: I'm using the PDFView library to load a PDF into my application. link Sometimes the PDF disappears, a white screen appears. I've placed a TextView where I get and update the current...
asked by 18.03.2015 / 22:45
2
answers

How to store a pdf file in a MySQL database?

I'm developing a project and one of my tables in MySQL will contain .pdf files. The table ' arquivopdf ': + - - - - - - - - - - - - - - - - - - - - + | numerocotacao | arquivopdf | + - - - - - - - - - - - - - - - - -...
asked by 03.01.2015 / 20:25
0
answers

PDF in Reporting Service

I'm having a problem, I'm using Visual Studio 2003 to generate a report. When I ask to visualize the report, everything appears correct. The problem is when I generate the PDF. It is disposing everything. Does anyone know of any configuration...
asked by 12.11.2014 / 13:10
1
answer

PDFSplitMerge class not registered in Delphi XE

I have a system that uses Unit PDFSplitMerge_TLB , it compiles into a good one, but when executing and trying to use the TCPDFSplitMergeObj Object it says the class is not registered Usage example: procedure TForm1.BitBtn1Click(Sender:...
asked by 08.01.2018 / 18:36
1
answer

Phoning home in PDF file

Hello, good afternoon! I have a job to perform on home phoning, and one of the requirements is to send a notification that the file has been opened or accessed. I know that PDF readers have the function of accepting command in javascript (Adober...
asked by 08.04.2015 / 21:00
2
answers

Save content from a div to a .html file With php or javascript

How do I save content from a div into a .html file with php or javascript. The intention is to generate a pdf later with this saved html. I saw that there are many topics here on the subject, but I'm failing miserably, none of them helped me,...
asked by 17.06.2018 / 22:54