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...
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...
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',...
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.
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...
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...
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:...
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...
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,...