Questions tagged as 'pdf'

0
answers

How to preserve the entire contents of a Word document when converting it to PDF using PhpWord and TCPDF

I'm using PhpWord and Tcpdf to create a PDF document from a Word document using the following code: $source = 'test.docx';//documento word $rendererName = \PhpOffice\PhpWord\Settings::PDF_RENDERER_TCPDF; $rendererLibraryPath = 'vendor/tecnickc...
asked by 07.06.2018 / 23:45
0
answers

Generate a PDF and write data to the bank in the same form

I have a program that takes the name and email of the client to register in the bank and generate a pdf with this data. But I can not send the registration data to the file that generates the pdf. Either the register works in the bank or the pdf...
asked by 30.05.2018 / 00:35
1
answer

Convert a word document (DOC, DOCX) to PFD using PHP or JavaScript

I wonder if there is a possibility of converting a Word file (.doc, .docx) to a .pdf file using Php or JavaScript (or something like that). For example, the user uploads a .docx file that should be saved only in .pdf format - to do the conversio...
asked by 03.06.2018 / 06:38
0
answers

Catching a PDF file from the database using JDBC

Hello, I need to get a PDF file from the database. I use JDBC. Would anyone have an idea?     
asked by 21.05.2018 / 19:43
1
answer

set up print margins html2pdf

I'm using html2pdf, but I'm not able to increase the print margin. In my html I put <table align="center" cellspacing=0 cellpadding=0 border=0 so that everything is centralized. The maximum size I can put for the table is 670 and it lo...
asked by 16.05.2018 / 16:28
0
answers

2x, 4x angular report line break

I have a lot of data, and I wanted to go to pdf, but there is a lot of information and I need to break lines for the next pages, and it is necessary to fix the footer and header to repeat. Does anyone have any idea how to do this?     
asked by 11.05.2018 / 20:28
0
answers

How to read PDF files using C language?

I have to read a PDF file using linguagem C and fetch a string from the file. However, when you drag the file through the fopen function and display it on the screen, all those characters appear in the same way when you open...
asked by 11.05.2018 / 03:06
0
answers

Generate PDF in PHP from a .rpt file

I am using Crystal report that generates reports in .rpt, I use Oracle to feed my report and I need to generate this reports for PDF using PHP. How can I do this?     
asked by 21.05.2018 / 20:33
0
answers

C # - Tool that allows signing in a PDF document

I need a tool that allows a person to sign a PDF document in a certain place in the document, does anyone have any tips? But you have to allow doing this internally in my application, tools like Adobe Sign, which use Cloud for this can not be (i...
asked by 04.05.2018 / 12:29
0
answers

Convert base64 to pdf

I have in my application a function that converts the pdf to base64 and saves it to the database, so I need to return this base64 and show the contents of the original file. $('#form-job').submit(function(e) { e.preventDefault(); c...
asked by 25.04.2018 / 21:51