Questions tagged as 'pdf'

0
answers

How can I assign a position to a table with iTextSharp?

I am making a report with the itextsharp library and I need to place a table that is always at the end of the file, regardless of whether it is full or not. Annex my code. The error it gives me is the following: "Unhandled exception of type '...
asked by 09.10.2016 / 23:49
0
answers

How to hide in this case the top bar of a pdf viewer?

This is my controller if (!response.CodError) { $scope.datosImprimir.Resultado.PDF = response.Valor; $scope.contenido = $sce.trustAsHtml('<embed width="100%" alt="pdf" src="data:application/pdf;base64,' + response.Valor + '" class="...
asked by 29.08.2016 / 17:34
1
answer

PdfDocument layout [closed]

Hello, I want to generate a PDF with the Android PdfDocument class of the size from a letter sheet. The layout I need must have a form and image. With data aligned in the corners such as date, signatures, sections in boxes, footer, etc....
asked by 17.06.2016 / 16:13
0
answers

Nitro Pro 10 - Javascript does not work correctly when generating pdf

Well, the question is that I have created a pdf with fields so that the data of these updates other fields that are not editable. Well, within the program itself it works without any problem. However, opening it with Adobe Acrobat or any other a...
asked by 08.08.2016 / 00:13
1
answer

Error trying to generate a pdf with DataGridView C # using iTextSharp

I have a problem with the code I am writing to generate a pdf with the data from a DataGridView. After I run the DGV with the MySQL query, and I give the generate button, it throws an error that says: "Object reference not set to an instance of...
asked by 06.10.2018 / 18:14
1
answer

How to access an attribute of a node with xslt?

Good morning: I hope you can help me I have the following xml: <?xml version="1.0" encoding="UTF-8"?> <biblioteca> <libro tipo="Novela"> <titulo>Don quijote</titulo> <autor>Miguel de cervantes</...
asked by 02.03.2016 / 17:47
2
answers

Open PDF Typescript

I'm trying to show a PDF with Typescript, it comes to base64 and I decode it to see the array of bytes. The PDF of opens, but blank, the pages coincide, but it is all without content. The content in base64 I leave here PDF in Base64 R...
asked by 28.11.2018 / 11:04
1
answer

Convert an html to pdf [closed]

At the moment I develop a app web where I have to generate a pdf from the information that is in a form of Html , the question is that this form would be hidden, at the moment I searched information but php is used whi...
asked by 22.06.2017 / 03:48
1
answer

Create pdf with php7

Do you know of any way to create pdf from php type fpdf but for php7? or maybe something that generates xls or similar. I'm looking on the internet and everything is for php 5: _ (     
asked by 23.02.2017 / 19:38
1
answer

Attach document in mail with c #

Is there a way to attach a document previously created by iText? Currently I have a button that is "Generate offer", create the document by itext, and if you have an activated checkbox it asks if you want to send it by email and opens the mai...
asked by 10.09.2018 / 12:34