Questions tagged as 'pdf'

1
answer

Open a PDF from a ListBox in C #

I try to open a document in PDF format from ListBox with C #. I manage to load the documents that are in the file but it is not displayed in axAcroPDF1 , what I want is to be able to load all the files to this ListBox and be...
asked by 04.10.2018 / 05:45
0
answers

Get coordinates using PDF.js help

I'm using the ng2-pdf-viewer component of VadimDez / ng2-pdf-viewer and wanted to know of some mechanism to be able to get the coordinates of the document already rendered on screen when moving the cursor     
asked by 29.08.2018 / 14:23
0
answers

Fit text in PDF format with iTextSharp: ASP.NET and C #

I have the following pdf that I generate with iTextSharp    What I want is to pass the totals under the GridView something like: var para = new Paragraph("Total de piezas" + TxtPiezas.Text); para.Alignment = 2; // se que...
asked by 17.07.2018 / 20:40
0
answers

PDF with contents of a div in c #

I want to generate a pdf with the contents of a div. My div is filled dynamically, 21 codes are generated in a single sheet but wanting to generate more codes does not generate a second sheet. I pass a fragment of my code. <script type=...
asked by 13.06.2018 / 00:31
0
answers

Save PDF ASP.NET C #

I want to generate a pdf of a specific div but it does not give me everything I want it to print. I am using jspdf as a library. I pass a fragment of my code In the aspx: <script type="text/javascript" src="Scripts/jspdf.min.js"></...
asked by 19.06.2018 / 19:52
1
answer

Problem Open PDF generated permission denied

I have an application that creates a pdf to then open it and see it on the screen ... It works well on some devices, but on some when it is debugged, the following message 05-22 11:38:43.105 9334-9334/desarrollos.lfpu.com.pos_connect W/System....
asked by 22.05.2018 / 18:51
1
answer

add styles for PDF files that are downloaded by JQUERY DATATABLES

I have a problem generating a PDF file with the library Jquery Datatable , when generating the pdf I download by default the blue color in the header of the table, but my company handles the color red, I leave the code javascript wi...
asked by 04.05.2018 / 21:31
2
answers

export my .php to pdf [closed]

I was currently doing it with DOMPDF, with php 5.3, but I migrated to a php 5.1 and DOMPDF is not compatible with that version of php. I need to know if there is any other library that allows me to export my .php in a simple way as it did wit...
asked by 14.12.2018 / 20:52
1
answer

Embed PDF with base64 and PHP greater than 6MB in an html

I have the following problem, I need to generate an html with a pdf embedded inside an embed, the interesting thing is that with files smaller than 6MB there is no problem but when the file is bigger it fails and only a white screen appears....
asked by 17.02.2018 / 06:40
1
answer

dompdf incompatibility with php7

Greetings! I was working with PHP Version 5.4.3 and with DOMPDF (to print the pdf form in pdf format); When I upgrade to PHP Version 7.2.1 I get the following error:    Fatal error: Uncaught DOMPDF_Exception: No block-level parent found. N...
asked by 29.01.2018 / 16:21