 |
|
|
 |
|
 |
:->
thanks
have nice day
AMH
Software Developer
MCP
LIFE'S SHORT. If you don't look around once in a while you might miss it
|
|
|
|
 |
|
 |
I am from the USA, of course you might know that everything we make when it comes to showing our efforts here is always scrutinized and looked over with different views.
Well, that always boils down to who is doing the looking or can offer the most acceptable responses.
I just want to add as a first reply in 2006 that your code and project is very appealling. Nice Job!!
The experience in your years to programming shows up nicely in the Code Project article.
Thanks for sharing and keep at it. EASTER:::::::->
|
|
|
|
 |
|
 |
Thanks so much for your comments.
Best regards,
A. Riazi
|
|
|
|
 |
|
 |
Hi,
I really like your software. I would like to integrate to my software which was written in .NET. Do you have a .NET version. Excellent program.
Vinh
Vinni
|
|
|
|
 |
|
 |
Hi A. Riazi ,
Excellent work , its really good.
However i wanted to know whether is it possible to "Encrypt a scanned image of handwritten signature ,to secure it so that whenever any unauthorised user want to open it the signature remain hidden , while the other part of document can be displayed as it is"
Thanks
Rakesh....
|
|
|
|
 |
|
 |
Hi,
Yes and No! Yes because you can set some password that those who have the password can see the document and No because you can't create a PDF that some part of it are visible to users and some part depends on permissions.
Best regards,
A. Riai
|
|
|
|
 |
|
 |
I need an ActiveX component to scan images client side to use it in a asp.net web application.
Can you help me?
|
|
|
|
 |
|
|
 |
|
 |
thanks for fast reply
but i need ActiveX component written in native code so user(client) will not have to install dot net framework at all
|
|
|
|
 |
|
 |
I'm sorry but I have not enough time to do it for you. You can search the net, may be you find something.
Best regards,
A. Riazi
|
|
|
|
 |
|
|
 |
|
 |
I am also looking for a .Net wrapper to used in ADSP.NET application where the user at the client machine browsing the application in IE, can directly save the scan pdf files to Server.
If anyone got some idea. I would like to know.
Thanks for the help.
Regards
Pawan
|
|
|
|
 |
|
 |
I am also looking for a .Net wrapper to used in ASP.NET application where the user at the client machine browsing the application in IE, can directly save the scan pdf files to Server.
If anyone got some idea. I would like to know.
Thanks for the help.
Regards
Pawan
|
|
|
|
 |
|
 |
Hi,
superb effort and application.
tried to incorporate your code into my app which is using a shared "mfc dll",
any change to get this to work with a "shared mfc dll" ?? and using visual studio dev environment 2003:
do i need updated pdflibs from pdflib.com or should i recompile them ??
---------------------------------------------------------------
d:\mstools\PDFLib\pdflib.hpp(52) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\mstools\PDFLib\pdflib.hpp(59) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\mstools\PDFLib\pdflib.hpp(60) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\mstools\PDFLib\pdflib.hpp(62) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\mstools\PDFLib\pdflib.hpp(64) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\mstools\PDFLib\pdflib.hpp(65) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\mstools\PDFLib\pdflib.hpp(67) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
------------------------------------------------------------
ScannerPage.obj : error LNK2019: unresolved external symbol "public: void __thiscall PDFlib::close(void)" (?close@PDFlib@@QAEXXZ) referenced in function "protected: void __thiscall CScannerPage::OnConvertToPDF(void)" (?OnConvertToPDF@CScannerPage@@IAEXXZ)
ScannerPage.obj : error LNK2019: unresolved external symbol "public: void __thiscall PDFlib::end_page_ext(class std::basic_string,class std::allocator >)" (?end_page_ext@PDFlib@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "protected: void __thiscall CScannerPage::OnConvertToPDF(void)" (?OnConvertToPDF@CScannerPage@@IAEXXZ)
ScannerPage.obj : error LNK2019: unresolved external symbol "public: void __thiscall PDFlib::close_image(int)" (?close_image@PDFlib@@QAEXH@Z) referenced in function "protected: void __thiscall CScannerPage::OnConvertToPDF(void)" (?OnConvertToPDF@CScannerPage@@IAEXXZ)
ScannerPage.obj : error LNK2019: unresolved external symbol "public: void __thiscall PDFlib::fit_image(int,double,double,class std::basic_string,class std::allocator >)" (?fit_image@PDFlib@@QAEXHNNV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "protected: void __thiscall CScannerPage::OnConvertToPDF(void)" (?OnConvertToPDF@CScannerPage@@IAEXXZ)
ScannerPage.obj : error LNK2019: unresolved external symbol "public: void __thiscall PDFlib::begin_page_ext(double,double,class std::basic_string,class std::allocator >)" (?begin_page_ext@PDFlib@@QAEXNNV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "protected: void __thiscall CScannerPage::OnConvertToPDF(void)" (?OnConvertToPDF@CScannerPage@@IAEXXZ)
ScannerPage.obj : error LNK2019: unresolved external symbol "public: int __thiscall PDFlib::load_image(class std::basic_string,class std::allocator >,class std::basic_string,class std::allocator >,class std::basic_string,class std::allocator >)" (?load_image@PDFlib@@QAEHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z) referenced in function "protected: void __thiscall CScannerPage::OnConvertToPDF(void)" (?OnConvertToPDF@CScannerPage@@IAEXXZ)
ScannerPage.obj : error LNK2019: unresolved external symbol "public: void __thiscall PDFlib::set_info(class std::basic_string,class std::allocator >,class std::basic_string,class std::allocator >)" (?set_info@PDFlib@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z) referenced in function "protected: void __thiscall CScannerPage::OnConvertToPDF(void)" (?OnConvertToPDF@CScannerPage@@IAEXXZ)
ScannerPage.obj : error LNK2019: unresolved external symbol "public: __thiscall PDFlib::~PDFlib(void)" (??1PDFlib@@QAE@XZ) referenced in function "protected: void __thiscall CScannerPage::OnConvertToPDF(void)" (?OnConvertToPDF@CScannerPage@@IAEXXZ)
ScannerPage.obj : error LNK2019: unresolved external symbol "public: int __thiscall PDFlib::open_file(class std::basic_string,class std::allocator >)" (?open_file@PDFlib@@QAEHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "protected: void __thiscall CScannerPage::OnConvertToPDF(void)" (?OnConvertToPDF@CScannerPage@@IAEXXZ)
ScannerPage.obj : error LNK2019: unresolved external symbol "public: void __thiscall PDFlib::set_parameter(class std::basic_string,class std::allocator >,class std::basic_string,class std::allocator >)" (?set_parameter@PDFlib@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z) referenced in function "protected: void __thiscall CScannerPage::OnConvertToPDF(void)" (?OnConvertToPDF@CScannerPage@@IAEXXZ)
ScannerPage.obj : error LNK2019: unresolved external symbol "public: __thiscall PDFlib::PDFlib(void * (__cdecl*)(struct PDF_s *,unsigned int,char const *),void * (__cdecl*)(struct PDF_s *,void *,unsigned int,char const *),void (__cdecl*)(struct PDF_s *,void *),void *)" (??0PDFlib@@QAE@P6APAXPAUPDF_s@@IPBD@ZP6APAX0PAXI1@ZP6AX03@Z3@Z) referenced in function "protected: void __thiscall CScannerPage::OnConvertToPDF(void)" (?OnConvertToPDF@CScannerPage@@IAEXXZ)
Thanks
Peter
|
|
|
|
 |
|
 |
I used two libraries: PDFLib and CxImage. You must change to them to be compatible with your project.
Best regards,
A. Riazi
|
|
|
|
 |
|
 |
Mr Riazi,
go it to work with my project finally, had to get in contact with the people at pdflib...
i needed to bind to pdflib.cpp in order to prevent the errors from occuring. so scan2pdf is working in a shared mfc dll environment.
thanks for the excellent article.
Peter
|
|
|
|
 |
|
|
 |
|
 |
Bebin...man America hastam...va dar computer hastam.....goosh meekoni?
meekham baram kar koni az iran...khoob behet pool meedam, vali mesle khar azat kar meekesham....
Az in article khosham omad, vali jenab e kheng ali, chera file DLL e NERO ro nazashti? Khasisit omad?
Movazeb e khodet bash...va behem begoo ke chegadar pool meegiri baray e consulting
|
|
|
|
 |
|
 |
I saw your comment and also got an email notification from you but your email address is very strange! Is it real?
About Nero dll, because of copyright I didn't copy it into demo/project!
OK, please provide me your real email address/name and also describe more about the job. Is it require any programming or only consulting?
Best regards,
A. Riazi
|
|
|
|
 |
|
|
 |
|
 |
And I'll add my 5. Interesting and also fills that hole one my "not so modern" system. Only thing missing IMHO is multipage capability, but there are tools like Pdftk (GPL) to do the job of concatenating. Well done.
Alan
|
|
|
|
 |
|
 |
Thanks for your comment.
Best regards,
A. Riazi
|
|
|
|
 |
|
 |
5 from me as well!
Well written!
Mark
|
|
|
|
 |
|
|
 |