Questions tagged as 'pdf'

0
answers

Fix fixed text in pdf with fpdf?

I have a problem when trying to insert a fixed text with fpdf The problem is that the part the first paragraphs that are shown are a fixed text but I want them to be shown at the end of the page and they are shown first how can I do that...
asked by 07.06.2018 / 16:18
1
answer

get pdf from FileOutputStream

I'm doing an application where I create a pdf. I have done it in a way that I created it in a directory (FileOutputStream) but I would like it to be opened through the browser when I click on the link that calls the action that creates it. It's...
asked by 04.06.2018 / 23:30
1
answer

Table format with TCPDF library

I am trying to format a table generated by a query to mysql through the TCPDF library. In this part of the code I generate the table, but the conditions colspan, rowspan or width do not take them into account when drawing the table. fun...
asked by 05.06.2018 / 21:07
0
answers

How to upload PDF to laravel

Well I have a course table where an attribute is syllable and I want the name of the pdf to be saved, but it does not work for me every time I think the request says that it failed to upload. This would be the Course Request Here is the...
asked by 05.06.2018 / 05:39
1
answer

Problems when creating a pdf created with fpdf

My problem is that when creating the pdf the table where I create it shows me the cut data As you can see in the image in services performed, it shows me the correlative data and I want you to show them one separated from the other one dow...
asked by 06.06.2018 / 17:51
2
answers

How to display PDF from Java

I would like to know how I can show a pdf file generated in servlet and show it a new tab / window html or jsp, I still do not make the document but I do not see that it is very complicated. Is it possible to do something like what I have in...
asked by 08.06.2018 / 05:18
0
answers

PDF to Word with code

Good day, I've been looking for a lot and I could not find any reference code to convert PDF to Word, all I find are DLLs that are usually paid (between 500 and 100 dollars). So I would like to know if anyone has knowledge of how I can do the co...
asked by 21.06.2018 / 20:41
1
answer

Access error denied in Xamarin

I am developing an App on Xamarin.Android and I get the following error when I try to create a PDF on the device ...    System.UnauthorizedAccessException: Access to the path "/ mnt / sdcard-ext" is denied. The weird thing is that in the...
asked by 04.06.2018 / 16:20
0
answers

android "can not display PDF (name.pdf is of invalid format)"

I am downloading a document with volley and it does not allow me to open it, it shows the message    can not display PDF (name.pdf is of invalid format) Also comment that the service returns me a byte[] with a weight, and debugging...
asked by 04.06.2018 / 16:04
1
answer

Fill out a PDF form from Vb.net?

I have a PDF file which I need to fill out through a form made in visual basic .net, I have read it with the iTextSharp library, however I do not know how to write in the existing PDF through code.     
asked by 24.05.2018 / 23:16