Questions tagged as 'pdf'

0
answers

Dompdf does not load with file 80mmx30mm

Hello, I am trying to generate a PDF to be printed as an 80x30 size label, but by setting this size the PDF will not load. Larger dimensions usually load. $customPaper = array(0,0,80,30); $dompdf->set_paper($customPaper, 'portrait'); The...
asked by 21.07.2018 / 19:20
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
0
answers

Print PDF document directly via PHP or JavaScript

I would like to know if there is a way to print a PDF document directly (without the need to press ctrl + p in the browser) via PHP or JavaScript. For example: create a button that, when clicked, sends the PDF document to the user's print queue....
asked by 03.06.2018 / 00:24
0
answers

Convert PDF to Word without losing the styles

I wanted a code to convert a pdf document into word without losing the styles. I have this class that converts to word plus it does not maintain document styles. public class teste { public static void main(String[] args) throws IOException...
asked by 05.06.2018 / 13:40
0
answers

PHP & ZipArchive () - Failed to load PDF document

Good afternoon, I have a form that in a given input opens a window or multiple windows to display a specific PDF (or PDF's). The folder where the path is, there may be only one PDF or a ZIP file with the multiple PDF's within, according to the v...
asked by 27.03.2018 / 22:47
0
answers

Get DPI definition of image extracted from PDF

I'm using itextSharp to extract images from PDF files. I used this code as the basis: link Here is my modified version to support files in memory instead of having to work with files on disk: /// <summary>Helper class to ex...
asked by 18.04.2018 / 15:44
1
answer

How to render a file in a frame?

I use a service that returns a file in PDF, I have a web application that I currently do a Windows open on the service call and downloads the file. However, I now need to render this file in order to generate the automatic print of it. Doe...
asked by 13.01.2018 / 00:03
0
answers

Convert .docx to pdf in C # without using Microsoft.Office.Interop [closed]

Hello, I'm having trouble converting a document in docx format to pdf without using Microsoft.Office.Interop. Other DLLs I've found are not free. Does anyone have a tip?     
asked by 27.12.2017 / 13:50
0
answers

Latex file to open a file on the computer

Hello, I have a question about opening files through PDF. Lesson 02 is a file that contains links to open other files. If I click on the "1-ola_mundo.c" within the pdf, it should open the code "Files / 1-ola_mundo.c" However, on my compu...
asked by 12.08.2017 / 22:24
0
answers

Manage files on the server?

I am making a server using NodeJS and Express and in it I am generating pdfs of reports. How do I manage these files, and when I talk to manage I mean having options like opening the pdf, downloading it and printing it. I am using the pdfMake li...
asked by 31.07.2017 / 14:28