Questions tagged as 'pdf'

0
answers

Generate PDF based on HTML code

I am in a problem and I turn to you to see possible solutions. I work in an application with Ionic (v1) and inside the app I have an HTML prototype template, from one of the flows the data that we show in the pdf comes out. I get the html cod...
asked by 23.05.2018 / 16:23
0
answers

android open pdf in browser click

I have a list of pdf documents and I am trying that when I click on one of them, it opens in the browser to read it. Any recommendation? Thanks.     
asked by 21.05.2018 / 12:18
0
answers

Print webform in drupal

Hi, I'm using the Webform2PDF module to print the webform's information, but when I give it to download the screen goes blank, does anyone know how it works?     
asked by 15.05.2018 / 20:54
0
answers

Problems with accents when uploading text from ckeditor to mysql

I have gone crazy looking for a solution to a problem that arose with the collation of characters. Pecking through the forums here and there; I have managed to find the solution and I would like to share it in case anyone could come in handy. Th...
asked by 15.05.2018 / 19:58
0
answers

convert layout to PDF - android

I have some views (layout) on android that I need to convert to PDF, I currently use link but this library asks me to change to pixel the sizes of the components, for this reason the forms that I need to convert are damaged. I do not know i...
asked by 22.05.2018 / 00:21
0
answers

Read PDF hosted in my ASP: NET project

I need to read a PDF document that I have stored in a folder within my project, I have the following code but it does not do anything, I can not find the error: protected void btnConfirmar_Click(object sender, EventArgs e) { bool a...
asked by 14.05.2018 / 17:01
0
answers

How to use a blob file for a procedure?

I am working in Genexus 15, with the generator in .net. I have a transaction that contains a structure like this: ID NOMBRE CAMPO1 CAMPO2 BLOB (tipo pdf) I want to use the blob field, as input to a transaction, which takes a pdf adds a wate...
asked by 14.05.2018 / 15:13
0
answers

error reading PDF with iTextSharp

I am using the iTextSharp library to open a PDF file, and although he opens it, the text that appears is not legible, it is clear that the text is not converting me well. I am using the following: using (PdfReader reader = new PdfReader(fic)...
asked by 14.05.2018 / 16:24
0
answers

problem tcpdf data one on top of another

Hello I am presenting a problem when the pdf is generated by means of TCPDF and that is at the end of the page the letters are piling up this is the code I'm using $pdf->Ln($margin10); $pdf->MultiCell(0, 5, 'Momentos Ejecución',1,...
asked by 21.05.2018 / 17:51
2
answers

TCPDF print results of a MySQL PHP query

Hello, I have the following problem, I am trying to select all the records of a table and then pass them to a pdf file, the problem is that it only prints a record in the pdf, when in fact they must be 3 which are the ones that I have in the bd,...
asked by 30.04.2018 / 22:42