Questions tagged as 'pdf'

1
answer

How to separate a PDF file line by line in Java?

I need a way that I can read line by line from a pdf file. I'm reading the entire pdf file at once from this command line: String conteudo=PdfTextExtractor.getTextFromPage(reader, 1); But I need to read row by line, since I need to know...
asked by 11.04.2014 / 16:27
1
answer

Converting DOCX File to PDF C #

I have an application and I need to convert a file DOCX to PDF without losing the formatting. I found some DLLs that help, but for corporate use you have to buy licenses so it gets tricky. Complementing I did some more resear...
asked by 29.08.2017 / 17:26
1
answer

Create new PDF from existing PDF with PHP

I have a project that I need to add header / footer / watermark, dynamically in existing PDF files, through the PHP language. I've researched a lot and still can not find a way to do this. Is it possible to edit existing PDFs in PHP and ad...
asked by 07.01.2016 / 11:31
2
answers

edit docx file and save to PDF in php

I have a docx file, my goal is to be able to edit the docx, edit a specific string (do something like str_replace), and finally save the file to PDF. The docx as is a zipped xml file, I'm thinking of editing from there. Or would you advise anoth...
asked by 10.09.2015 / 17:02
1
answer

DOMPDF: Frame not found in cellmap. What causes this error?

This problem has haunted me for a long time and I still can not find a solution for it. I have developed a system, where in a given location, the user can print a report, which is generated by class DOMPDF , in Laravel 4 . It s...
asked by 12.02.2015 / 19:55
1
answer

How to export an HTML / C # (Razor) page to PDF?

I have some simple tables and need to export them to PDF. I found the itextsharp library, but in the compressed file there are many folders and files and I do not know how to add the reference in my application. I would like help exporting, e...
asked by 26.03.2014 / 22:20
1
answer

MPDF - Start pagination with variable numbering

I have an application and need to print a document using the mPDF class, however, I need the in pagination if you start, for example from the number 43 , 44 , 45 and so on and not from 1 , 2 , 3 , as is your default. I would like th...
asked by 07.11.2016 / 21:35
1
answer

Print PDF from Firefox

I am using the following command to print a PDF that is inside the iFrame, and the PDF is included locally on the same server: window.frames["imprimirpdf"].focus(); window.frames["imprimirpdf"].print(); Does anyone know how to fix...
asked by 06.03.2015 / 20:51
1
answer

How to convert HTML code to a PDF file in java?

I'm developing an application where I need to convert an HTML code, which is saved in the database, to a .PDF file. There is no need to save this file to the server. I've never done anything similar. How to do this using Java?     
asked by 09.08.2015 / 05:29
1
answer

Export data table to PDF

I'm using the JS Webix plugin to create grid dynamic. It has a functionality to export to PDF / Excel, the site has the following example: grid = new webix.ui({ view:"datatable", columns:[...], "export":true }); an...
asked by 27.11.2014 / 13:40