goo.gl/RFY5C2 : Subscribe to CodAffection goo.gl/g1Apo4 : Export Excel in C# goo.gl/Z6SkSC : C# CRUD Operations With DB goo.gl/G6WRQR : C# Login Window
@workouttv53485 жыл бұрын
can you give me code in video, please?
@goldahong43926 жыл бұрын
Thank you for this tutorial. It saves a lot of my time. =)
@CodAffection6 жыл бұрын
thanks for the comment.
@blutkraehe_official5 жыл бұрын
Hi, I looked at the project and wanted to sort it into my program ... I successfully imported the iTexhtSharp for reference, but I get errors in the class font (eg line 58 "" Font "is an ambiguous reference between" system .Drawing.Font "and" iTextSharp.text.Font ".") And Color in the same line ("Color" is an ambiguous reference between "System.Drawing.Color" and iTextSharp.text.Color") do you have any idea? With friendly greetings
@CodAffection5 жыл бұрын
- use iTextSharp.text.Font instead of Font Class
@blutkraehe_official5 жыл бұрын
@@CodAffection okay i have it too :D now i want that specific columns in the PDF are smaller than others (for example "ID")
@oumermohammed89123 жыл бұрын
thanks a lot man, It was very helpful
@samuelhalim23033 жыл бұрын
Bro i got problem that say access to the path folder is denied. How do i solve it?
@Princess-we7qi2 жыл бұрын
Hello, where did the "ColumnName" come from in this line "dtblTable.Columns[i].ColumName.ToUpper()? I don't see it getting instantiated, please help. Thanks.
@CodAffection2 жыл бұрын
Which is configured here friend.Columns.Add("Sl. No");
@manoswiniswain48914 жыл бұрын
SIr how can we export the pdf file to excel format using wcf can please guide me
@thiri44756 жыл бұрын
How to do to appear Japanese word in this PDF. Now I can't see Japanese words, I just see English Word.Can you help me,Please?
@AliHassanLearnMVC5 жыл бұрын
you have to use japanese font in basefont instance ...
@sdtv89233 жыл бұрын
How to do same process with itextsharp 2.1.7 version
@amitubale54646 жыл бұрын
PDF password to open.... can we add password as well when we are creating pdf? or if we have already a pdf and we want to add password to that pdf file is that possible through this ?
@TheUntoldStories8087 жыл бұрын
Great Work! Keep it up Man...
@aytenkurnaz45946 жыл бұрын
Hello,I tried your code but I took error message about Font and Color.Gray.How can I fix this error?Could you help me?
@jorgequinterodj6 жыл бұрын
use BaseColor.GRAY instead the code Color.Gray
@ralphlawrencedeverarillera98834 жыл бұрын
Thanks. but I'm having problems writing to Desktop, MyDocuments and any Special folders... I modified the code and used Path.GetTempPath() instead
@thifhelimbilu24777 жыл бұрын
Hii Sir Do you have any Video of C# Windows Form Application Splitting PDF file Depending on the pages selected by user? Thanks in advance
@CodAffection7 жыл бұрын
Sorry, No Video On PDF Splitting.
@thifhelimbilu24777 жыл бұрын
Ok thanks but cant you help me regarding that?
@AliHassanLearnMVC5 жыл бұрын
arabic is in reverse order and distort ... please tell me how to do this .. how to use UTF-8 font in pdfWriter !!!!
@darinebouzar35757 жыл бұрын
Hello sir, thank you for the video, I am facing problem with Font class (is asking me to add the class System.Drawing.Font;) but the problem persist, second where have you defined the variable strHeader. Thank you
@CodAffection7 жыл бұрын
- use iTextSharp.text.Font instead of Font Class - strHeader is function parameter void ExportDataTableToPdf(DataTable dtblTable, String strPdfPath, string strHeader)
@darinebouzar35757 жыл бұрын
thank you so much Sir, great job
@deepaksharma89233 жыл бұрын
well done
@tol_jaydee7 жыл бұрын
Worth it! Thankyou
@topgames4517 жыл бұрын
Thank you so much for the upload ! but can i export multiple DataTables in one PDF file ? if not... are there another alternative ways to do so ?
@CodAffection7 жыл бұрын
yes you can show multiple DataTable in pdf using PdfPTable; PdfPTable table1 = new PdfPTable(dtblTable1.Columns.Count); PdfPTable table2 = new PdfPTable(dtblTable2.Columns.Count); document.Add(table1); document.Add(table2);
@brettbyrd6 жыл бұрын
Can you remove or move the links to your other videos...you cover up the code at the end of the video...I need that code!
@CodAffection6 жыл бұрын
you can download the complete source code from description link.
@workouttv53485 жыл бұрын
can you give me code in video, please?
@CodAffection5 жыл бұрын
hope it's source code is there in video description.
@joginderdumolia90457 жыл бұрын
Hii sir please video of c# application how to insert multiple recored in database
@CodAffection7 жыл бұрын
try this kzbin.info/www/bejne/qXPTf56gmbejpNE
@Phaze9768 жыл бұрын
Download link to "c# table to sql server.zip"
@CodAffection8 жыл бұрын
you can download demo project from dropbox link : www.dropbox.com/s/omcd77hiri0hzrc/save%20c%23%20table%20to%20sql%20server.zip?dl=0
@Phaze9768 жыл бұрын
Sorry, I gave to short message. Your link under video suggests to do download source code for another theme (C# table to sql server) instead code of this video theme - export C# DataTable into pdf. Please, change link to right source code.