Questions tagged as 'pdf'

0
answers

Can not find "locale.properties" file from PDF.js

I'm trying to solve the problems that show in the console log. I use this plugin PDF.js . Here the> is a simple project ready, only download and run project you will see the same problem. I've tried everything and I can not solve a problem...
asked by 01.08.2018 / 03:48
0
answers

Mpdf addpage one record per page

I need to generate a record per page of a mysql query using the MPDF library in PHP I started to write a code: <?php include("../controlador/mpdf60/mpdf.php"); include_once("../modelo/dao/conexao.php"); //include(MPDP_PATH.'mpdf.php'); $mpd...
asked by 26.07.2018 / 04:33
0
answers

Detect embedded source in pdf

I'm researching the possibility of building a system where a user can upload a pdf but this pdf can not contain embedded fonts, just images (it should not be possible to copy and paste the text), I'm searching for the PHP language but there is o...
asked by 25.07.2018 / 19:22
0
answers

Merge multiple pdf into one file

I need to merge several PDF files into a single PDF file, I have been trying to find a solution since then, and I have tried to use this PDFMerger and it does not work, I did exactly as described in the information given by them and gives the er...
asked by 21.07.2018 / 00:16
2
answers

Php - Download files by application become corrupted

When downloading files or documents through my application, download successfully, more when opening are corrupted. // DOWNLOAD OF THE FILE $arquivo = 'C:/teste/arquivo.zip'; header("Content-Type: application/zip"); header("Content-Dispo...
asked by 08.08.2018 / 22:37
1
answer

how can I put PDF documents on my website using google drive api

I want to put PDF documents on display on my site where the administrator would register the link that is in your Google drive and after that the document would be available for normal users to see by searching I got the following HTML code:...
asked by 04.07.2018 / 20:29
1
answer

JsPDF is not receiving content to generate pdf

I'm trying to use jspdf based on the examples I saw here. And I'm having 2 basic problems, if I use the code below: $('#download_pdf').click(function() { var doc = new jsPDF('portrait', 'pt', 'a4'), data = new Date(); margins = {...
asked by 10.07.2018 / 18:33
0
answers

APEX - How to save a PDF file locally using PL / SQL?

I have an APEX application from Oracle, and would like to make the option to generate a PDF file from the page database and save it to the machine. Is it possible to do this using PL / SQL?     
asked by 25.06.2018 / 19:44
0
answers

how to convert pdf into image

First of all I would like to thank you all for helping me with my previous questions, however I am trying to do something that I saw done in gmail and I found it interesting: when you send a PDF document it creates a thumbnail of the document an...
asked by 25.06.2018 / 19:59
1
answer

How to define the space that a string will occupy in C # / PDFsharp

I would like to define how far the string will take up space. the values (200,50) refer to the beginning of the text x = 200 y = 50, the other 2 values I do not know for what it is, even doing some tests. textFormatter.DrawString("texto texto...
asked by 27.06.2018 / 15:52