Questions tagged as 'pdf'

1
answer

Doc to PDF conversion with Syncfusion dll changes font color

I am doing a conversion from a DOC document to PDF in VB.Net using the Syncfusion dll and is changing the color of my header. I have in the Template Word Blue Background and White letter, and it is getting black.     
asked by 06.05.2014 / 13:09
1
answer

PDF graphics in R

I have the following exercise and I am in doubt on item b in bold. Perform a data analysis, using lm (), between two variables, just as we did in the room, but you must import data from any source using read.table () or equivalent commands ac...
asked by 12.12.2016 / 11:27
2
answers

Generating PDF with Laravel [closed]

I'm trying to implement this pdf lib for my Laravel project: link . Since I'm having trouble with the implementation, because its documentation is not very clear with the method I need to use to create a PDF.     
asked by 15.09.2018 / 20:27
1
answer

How to apply regex, using C # in a pdf file? [closed]

private static string BuscaComparacao (string url) { Regex r =new Regex("\S+\D{3}[.]\D{3}\S+\D)"; var result = r.Matches(url); return result[0].ToString(); } The code does not find the data I ha...
asked by 26.07.2018 / 17:57
1
answer

How to use Javascript function using FPDF

Personal I have a fdpf class in php to display purchase information held through my database record, but I can not execute a javascript command to calculate and display the parcel numbers, value of each parcel and expiration date, I have this fu...
asked by 11.10.2014 / 21:32
1
answer

PDF view with jQuery

I need to display a PDF as if it were a journal within an HTML page. The idea is to optimize the visualization of a document that is very heavy (+100 pages). Currently I only have one link that opens the file in another tab, and it's taking a...
asked by 21.03.2016 / 15:29
1
answer

Edit word files and convert to PDF php

I have a document and every time I need to change information in it I need to do all this procedure that I will explain again, I would like a solution that would make it easy to convert Word to PDF. Problem: I have a proposal system that ha...
asked by 18.09.2014 / 20:21
2
answers

Exporting an HTML table to PDF and EXCEL

Hello, I'm trying to create an HTML page for my webpage. I'm trying to create an HTML page for my website. Thanks.     
asked by 30.03.2016 / 14:40
1
answer

No error to place a watermark

Does watermark pdf error exist in this code?    document index.php <?php session_start(); ?> <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <meta http-equi...
asked by 10.05.2018 / 21:10
1
answer

Sign on more than one page iText

Hello, I have an application that digitally signs PDF's using iText api I can sign on any page and anywhere, but I can not repeat the signature on all pages .. I tried to create a PdfAnnotation.createFreeText to copy the text of the signature and...
asked by 20.09.2018 / 14:33