Questions tagged as 'pdf'

1
answer

Convert a .pdf or .p7s file to base64 in C #

I want to convert a .pdf or .P7s file to base64 in C # which should be loaded into XML. How can I do it? EX: <conteudoArquivoP7S> MIMCmfgGCSqGSIb3DQEHAqCDApnoMIMCmeMCAQExCzAJBgUrDgMCGgUAMIMCexwGCSqGSIb3DQEHAaCDAnsMBIMCewclUERGLTEu...
asked by 12.05.2015 / 16:54
1
answer

PDF reading in R

I am doing a job for college and would like to get the income and the public from every Brazilian championship game of the last few years. The CBF makes available in a series of links, an example is the Borderô . For other similar problems I us...
asked by 08.05.2018 / 02:00
1
answer

PHP - Add watermark in a DOC or PDF

I need you to get my .doc or .pdf document and add a Watermark, it can also be the "DRAFT" tag when you are viewing. The BO is the following, I need to visualize a document but it needs to have something identifying that this document is not...
asked by 06.10.2017 / 16:51
1
answer

How to insert text into an existing PDF? [closed]

I have a contract template ready and with nothing filled. I need to fill in the requested information with what will be typed in some TextBox . How can I do this using iTextSharp?     
asked by 15.10.2017 / 22:01
1
answer

Maximum execution time of 30 seconds exceeded MPDF

When you run local, the PDF generates normally, but on the server it times out and does not open. <?php require_once "../mpdf60/mpdf.php"; require_once "../DAO/conexao.php"; require_once "../DAO/vendaDAO.php";...
asked by 21.11.2016 / 19:03
1
answer

Printing with ReportViewer Asp.Net

Good afternoon, I'd like some help. I am generating an impression by ReportViewer with Visual Studio 2010, the report is generated correctly but in the print preview the Print button in the report does not appear. So I decided to convert the...
asked by 29.01.2016 / 12:17
1
answer

How to search a section in a PDF remotely?

Is there a way for me to search a snippet, or a word in a PDF that is on the internet? I searched the CURL, some libraries, but found nothing. More or less this way: I have a site and in it the guy would insert a name for example: John. After...
asked by 03.05.2015 / 18:01
1
answer

Uploading site gives error of: failure to load a file

When I upload the site gives me this error:    GET link 404 (Not   Found) xhrLoadText   @ l10n.js: 128parseResource   @ l10n.js: 257L10nResourceLink.load   @ l10n.js: 350loadLocale   @ l10n.js: 363document.webL10n.undefined.setLanguage...
asked by 26.10.2015 / 17:18
2
answers

ZF: Problem generating PDF (with mPDF) from text (html) created with WYSIWYNG (elrte plugin)

Galera, I'm having trouble generating PDF in text that contains tag <table> . In this case I'm creating a module for generating contracts. The text comes from the database and is created from a WYSIWYNG ( plugin elrte...
asked by 08.04.2014 / 21:50
1
answer

Fit file exported from html to pdf

I have taken an example of internet here: JS Fiddle to generate PDF from data that is in HTML . However, in my case, the data was very misaligned .. let's see; MyHTML:<divclass="panel-body"> <table id="idTabela" cla...
asked by 09.12.2017 / 21:56