資源簡介
PDFMake生成
代碼片段和文件信息
namespace?PDFMake
{
????using?System;
????using?iTextSharp.text;
????using?iTextSharp.text.pdf;
????using?System.IO;
????public?class?PDFITEXTSharp?
????{
????????private?string?_pdfSavePath;
????????///?
????????///?pdf文件保存地址
????????///?
????????public?string?PDFSavePath
????????{
????????????get
????????????{
????????????????if?(string.IsNullOrEmpty(_pdfSavePath))
????????????????{
????????????????????return?AppDomain.CurrentDomain.baseDirectory?+?Guid.NewGuid().ToString()?+?“.pdf“;
????????????????}
????????????????return?_pdfSavePath;
????????????}
????????????set?{?_pdfSavePath?=?value;?}
????????}
????????///?
????????///?通過函數深圳pdf保存地址
????????///?
????????///?
????????publi
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????123034??2010-05-23?14:58??bin\Debug\Data\logo.bmp
????..A.S..???????119??2010-05-23?14:58??bin\Debug\Data\vssver2.scc
?????文件?????114688??2004-11-19?00:00??bin\Debug\ICSharpCode.SharpZipLib.dll
?????文件?????753664??2005-11-03?13:42??bin\Debug\itext-hyph-xm
?????文件????1904640??2010-05-22?15:52??bin\Debug\iTextAsian.dll
?????文件????3424256??2010-04-29?23:14??bin\Debug\itextsharp.dll
?????文件??????20480??2010-05-23?15:04??bin\Debug\PDFMake.exe
?????文件??????19968??2010-05-23?15:04??bin\Debug\PDFMake.pdb
?????文件???????5632??2010-05-23?15:03??bin\Debug\PDFMake.vshost.exe
?????文件?????114688??2004-11-19?00:00??bin\ICSharpCode.SharpZipLib.dll
?????文件?????753664??2005-11-03?13:42??bin\itext-hyph-xm
?????文件????1904640??2010-05-22?15:52??bin\iTextAsian.dll
?????文件????3424256??2010-04-29?23:14??bin\itextsharp.dll
?????文件?????123034??2010-05-23?14:58??Data\logo.bmp
????..A.S..???????119??2010-05-23?14:58??Data\vssver2.scc
?????文件??????20480??2010-05-23?15:04??obj\Debug\PDFMake.exe
?????文件??????19968??2010-05-23?15:04??obj\Debug\PDFMake.pdb
?????文件????????480??2010-05-23?15:04??obj\PDFMake.csproj.FileListAbsolute.txt
?????文件???????1161??2010-05-23?14:41??Properties\AssemblyInfo.cs
????....SHR???????104??2010-05-23?14:54??Properties\vssver2.scc
?????文件????????148??2010-05-23?14:58??mssccprj.scc
?????文件??????12658??2010-05-23?15:00??PDFITEXTSharp.cs
?????文件???????3176??2010-05-23?14:58??PDFMake.csproj
?????文件????????273??2010-05-23?14:53??PDFMake.csproj.vspscc
?????文件????????766??2010-05-23?15:02??Program.cs
?????目錄??????????0??2010-05-23?14:58??bin\Debug\Data
?????目錄??????????0??2010-05-23?14:41??obj\Debug\TempPE
?????目錄??????????0??2010-05-23?15:04??bin\Debug
?????目錄??????????0??2010-05-23?15:04??obj\Debug
?????目錄??????????0??2010-05-23?14:58??bin
............此處省略6個文件信息
評論
共有 條評論