三百分求助关于PDF文件的问题!!!!!!!!!!

fanwanping 2004-10-20 10:32:16
由Excel转化成的PDF文件,类似下面的表格形式(空隙的部分实际连在一起),现在想完成的功能是:当鼠标右机相应的单元格部分(如:1)时,在对应的的单元格(1)里添加一个文本框,要求文本框大小要与这个单元格大小一样,用什么语言,方法实现都可以,我用的是Adobe Acrobat 6.0 Professional!提供思路也将感激不尽!分不够可以加!
-----------------------------------
| | 1 | |
-----------------------------------
| | | |
------------------------------------
| | | |
------------------------------------

...全文
238 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
lqjt 2004-11-30
  • 打赏
  • 举报
回复
http://community.csdn.net/Expert/topic/3582/3582652.xml?temp=.3766291
micchang 2004-10-28
  • 打赏
  • 举报
回复
我曾经看过这方面的资料,联系我详谈。
msn:micchangg@hotmail.com
** FDFOpen:
*/
errorCode = FDFOpen ("-", howMany, &FdfInput);
/*
** FDFGetValue:
*/
errorCode = FDFGetValue (FdfInput, "Customer.Name",
cNameBuffer, sizeof(cNameBuffer), &howMany);
errorCode = FDFGetValue (FdfInput, "Customer.Address",
cAddrBuffer, sizeof(cNameBuffer), &howMany);
errorCode = FDFGetValue (FdfInput, "My Combo Box",
cComboBuffer, sizeof(cComboBuffer), &howMany);
/*
** Presumably after we parsed this data, we would populate a
database
** or generate another FDF file with some sort of response ...
*/
// Your code goes here
/*
** This next line of code is important if you are returning FDF
** You must emit the correct MIME type to "stdout" or you'll get a
** CGI error simular to this:
**
** "The specified CGI application misbehaved by not
returning
** a complete set of HTTP headers."
**
** At this point you would generate FDF for the return and
** then do this:
**
**
** printf ("Content-type: application/vnd.fdf\n\n");
** fflush (stdout);
**
**
** For this example we will only send back acknowledgement that
the
** code worked
*/
printf ("Content-type: text/plain\n\n");
printf ("Parsing of the submitted FDF completed\n");
FDF Toolkit Overview and Reference 17
FDF and Web Server Connectivity
Creating the Client Side PDF File
2
/*
** FDFClose:
**
** Use FDFClose to close any open FDFDocs and free resources
*/
errorCode = FDFClose(FdfInput);
}
wangdequan1024 2004-10-20
  • 打赏
  • 举报
回复
gz,学习
happyjun2000 2004-10-20
  • 打赏
  • 举报
回复
学习
贴个参考
http://itextsharp.sourceforge.net/
fanwanping 2004-10-20
  • 打赏
  • 举报
回复
是分太少?太简单?大家说说吗!~

110,549

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

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