Posts by Linces Marques • 143 points
9 posts
-
0
votes0
answers20
viewsQ: DOMPDF Save/Download file to client
I am using dompdf, I need to download the file automatically, how to do this? I’m using the code below: $dompdf = new DOMPDF (); $dompdf->load_html($resultado[0]['recibo']); $dompdf->render();…
-
0
votes1
answer443
viewsQ: Jspdf not receiving content to generate pdf
I am trying to use jspdf based on the examples I have seen here. And I am having 2 basic problems if I use the code below: $('#download_pdf').click(function() { var doc = new jsPDF('portrait', 'pt',…
-
-1
votes2
answers693
viewsQ: Save content from a div to a file. html With php or javascript
How do I save content from a div to a file. html 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 am…
-
0
votes0
answers38
viewsQ: Url friendly . htaccess?
How I turn this url: http://pagina.com.br/detalhe-candidato.php?idcandidato=5&nomecandidato=PC%20Siqueira in this: http://pagina.com.br/5-PC-Siqueira With htaccess? If yes, how? Thank you…
-
0
votes0
answers232
viewsQ: I can’t see the . htaccess file or binary files on ftp
I use a Ubuntu 16.04+apache+vsftpd instance in Amazon ec2. I cannot see the file . htaccess via ftp, but in vps it is there. What can it be? Binary files I also can’t see via ftp, will the problem…
-
0
votes0
answers906
viewsQ: FTP External access Amazon ec2 Windows Server
I have an instance of Windows Server 2016 t2.micro on Amazon ec2. I installed IIS with FTP support. I followed this guide to make my ftp accessible externally:…
-
2
votes2
answers981
viewsA: Modify xml in multiple files
based on all the answers I managed to solve the problem in a simple and very effective way, I did the following: With the Notepad ++ Option: "Locate->Replace, Flap Find in files", in the field…
-
1
votes2
answers981
viewsQ: Modify xml in multiple files
Hello, Personal need to modify a value within an xml Node, the problem is that I need to do this in 1300 files at once, the value I look for inside the node can be any one, it does not make any…
-
1
votes1
answer87
viewsQ: Backup Windows Server 2008 FTP and Cloud
I need to generate daily backups on a server windows server 2008 R2, the backups are several folders and applications installed on this server, windows server has tool for this, some tool of the own…