pdf印章控件

whatisyourname 2004-05-05 10:23:32
请问兄弟姐妹们,哪里有PDF的印章控件下载啊?
如果没有下载,那就告诉我哪里有的卖,
如果没的卖就告诉怎自己做一个也行!!
...全文
375 8 打赏 收藏 转发到动态 举报
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
whatisyourname 2004-05-07
  • 打赏
  • 举报
回复
感谢各位的帮助,特别感谢 gjd111686(数字金刚) ,等下结贴给分,
临贴涕零,不知所云.......5555555
Tongls 2004-05-06
  • 打赏
  • 举报
回复
我也顶一下,我也要啊!!真不知道是如何做的!!
gjd111686 2004-05-06
  • 打赏
  • 举报
回复
自己做一个吧;
http://partners.adobe.com/asn/acrobat/sdk/fdftk/FDFToolkitForWindows.zip

参考一下:
void CPDFAppDlg::OnConvert()
{
// TODO: Add your control notification handler code here
try
{
int iFont;
PDFlib pPDF;
CFileDialog m_FileDlg(FALSE,"pdf","",OFN_OVERWRITEPROMPT,"Adobe Acrobat PDF 文件(*.pdf)|*.pdf|所有文件(*.*)|*.*||",this);
char pFileName[255];

CEdit* pPDFText=(CEdit*)GetDlgItem(IDC_EDITPDF);
CString strPDFText;
pPDFText->GetWindowText(strPDFText);
char pPDFInfo[1024];
sprintf(pPDFInfo,"%s",strPDFText);

char pAttachFileName[255];
sprintf(pAttachFileName,"%s",m_AttachFileName);
if(m_FileDlg.DoModal()==IDOK)
{
m_PDFFileName=m_FileDlg.GetFileName();
sprintf(pFileName,m_PDFFileName);
if(pPDF.open_file(pFileName)==-1)
{
//
}
pPDF.set_parameter("hypertextencoding","host");
pPDF.set_info("Creator","DigitalSky");
pPDF.set_info("Author","DigitalTitan");
pPDF.set_info("Title","Title");
pPDF.begin_page((float)a4_width,(float)a4_height);
iFont=pPDF.load_font("Helvetica-Bold","host","");
pPDF.setfont(iFont,12);
pPDF.set_text_pos(50,a4_height-50);
pPDF.setcolor("fill","rgb",0,0,1,0);
pPDF.show("Version 1.0 (C) CopyRight By Digitaltitan");
iFont=pPDF.findfont("STSong-Light","GB-EUC-H",0);
pPDF.setcolor("fill","rgb",0,0,0,0);
pPDF.setfont(iFont,24);
pPDF.continue_text("转换文档生成为");

pPDF.setcolor("stroke","rgb",0.24f,0.51f,0.047f,0);
pPDF.moveto(50,a4_height-80);
pPDF.lineto(a4_width-50,a4_height-80);
pPDF.moveto(50,a4_height-78);
pPDF.lineto(a4_width-50,a4_height-78);
pPDF.stroke();
pPDF.attach_file(a4_width-50,0,0,a4_height-90,pAttachFileName,"DigitalSky","DigitalTitan","doc","paperclip");

pPDF.set_text_pos(50,a4_height-100);
iFont=pPDF.findfont("STSong-Light","GB-EUC-H",0);
pPDF.setcolor("fill","rgb",0,0,0,0);
pPDF.setfont(iFont,12);
pPDF.continue_text(pPDFInfo);

//
pPDF.end_page();
pPDF.close();
}
}
catch(PDFlib::Exception &ex)
{
//
}
}
npu125 2004-05-06
  • 打赏
  • 举报
回复
www.chinapdf.com
www.adobe.com.cn
有很多。。。
lzyzxqhq 2004-05-05
  • 打赏
  • 举报
回复
up
ntwo1980 2004-05-05
  • 打赏
  • 举报
回复
顶一下
whatisyourname 2004-05-05
  • 打赏
  • 举报
回复
...靠,不要说我信誉低,像这样的贴字怎么结啊??
真的不甘心就这样送出去100分啊!!!
zengxianfeng 2004-05-05
  • 打赏
  • 举报
回复
帮你顶,

535

社区成员

发帖
与我相关
我的任务
社区描述
企业开发 Exchange Server
社区管理员
  • 消息协作社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧