 |
|
 |
I have downloaded the entire CxImage project and built it . and then I downloaded this project open the work space and clicked build.. I keep getting the following..
LINK : fatal error LNK1104: can not open "dlibtiff.lib"
Any suggestions on how to get this to work or what I might be doing incorrectly? Thanks..
|
| Sign In·View Thread·PermaLink | 1.44/5 |
|
|
|
 |
|
|
 |
|
 |
I get a tiff(g4)file from scanner by CXimage, but converted pdf is blank when it is opened by Acrobat Reader. The file size is correct. Your example is correct. I don't know why. Thank you! My e-mail:lyzlxh@sina.com
Angela
|
| Sign In·View Thread·PermaLink | 1.77/5 |
|
|
|
 |
|
 |
Ok.. I'm a C++ novice so any basic help here would be greatly appreciated. I have downloaded the entire CxImage project and built it (c:\cximiage local) and then I downloaded this project open the work space and clicked build.. I keep getting the following..
tdAfx.cpp c:\codeproject\wrk\tifftopdf\stdafx.h(22) : fatal error C1083: Cannot open include file: 'tiffio.h': No such file or directory Error executing cl.exe.
TiFFToPdf.exe - 1 error(s), 0 warning(s)
Any suggestions on how to get this to work or what I might be doing incorrectly? Thanks..
KP
|
| Sign In·View Thread·PermaLink | 1.50/5 |
|
|
|
 |
|
 |
You may read the readthis.txt firstly. That's to set the include path to TiffLib where tiffio.h resides.
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |
 | Embed?  Vasudevan Deepak Kumar | 5:17 14 Mar '06 |
|
|
 |
|
 |
hello, I was compiled as dll when i try to call it one time its ok but when i loop through some tiff files in the second tiff it's failed convert to pdf file 
any help ???? 
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
 |
I have a need to take a PDF file and conver it to a TIFF, if there are multiple pages, it'd make a multipage TIFF. Any idea if this could do the reversal of what it is doing now? Has anyone else done this before with .NET? Any ideas where to look for starters?
|
| Sign In·View Thread·PermaLink | 2.50/5 |
|
|
|
 |
|
 |
Yep, the same thing that you need is available at Code Guru at following url 
http://www.codeguru.com/Cpp/G-M/bitmap/otherformats/article.php/c4933__1
I hope this helps 
~ Deepak Gupta
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I visited the link, it seems to shows how to save TIFF to PDF, in the TIFF2PDF function, not PDF2TIFF function.
Is the link the right link?
jml
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |
|
 |
Hi,
I think there is no FREE tool available to convert PDF to TIFF.:( Still you may try the following links, may be useful:
// .NET based article http://www.codeproject.com/showcase/TallComponents.asp
//Trial Application http://www.verypdf.com/pdf2tif/
Hope this helps.
~ Deepak Gupta
|
| Sign In·View Thread·PermaLink | 1.00/5 |
|
|
|
 |
|
 |
You can take a look at GraphicsMagick on Sourceforge. It has a robust collection of tools and libraries which support reading, writing, and manipulating an image in over 88 major formats. It has a c++ wrapper you can use to call the library from within a program.
The formats are listed here: http://www.graphicsmagick.org/www/formats.html If you have Ghostscript installed on the PC you can convert a tiff to a PDF or a PDF to a Tiff file. Not sure about Ghostscript licensing requirements but the GraphicsMagick license allows commercial use as long as you follow their few requirements.
Hope this helps out...
Paul R.
I haven't lost my mind, it's backed up on tape somewhere...(I think?)
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Use Ghostscript. Install it. To convert a PDF to TIFF, use this command line:
"C:\Program Files\gs\gs8.51\bin\gswin32.exe" -dSAFER -dBATCH -dNOPAUSE -sDEVICE=tifflzw -r300 -sOutputFile="C:\TEMP\OUTFILE.TIFF" "C:\TEMP\INPUT.PDF"
Latest version of GhostScript is free if you call it as an EXE, and your program can run in some capacity without it. Check the license for sure. Older versions, if you can find them, have a more liberal license.
|
| Sign In·View Thread·PermaLink | 3.00/5 |
|
|
|
 |
|
 |
I downloaded the source from the site and compiled it. On compilation, it gave an error message
"D:\TWAIN\cpTifftopdf\codeproject\wrk\TiFFToPdf\TiFFToPdf.cpp(6) : fatal error C1083: Cannot open include file: 'lisa2tiff.h': No such file or directory"
Could somebody let me know where i can find this file or any workaround for this problem.
Thanks in advance for your help
|
| Sign In·View Thread·PermaLink | 1.33/5 |
|
|
|
 |
|
|
 |
 | ERROR  pubba | 19:36 19 Jul '04 |
|
 |
hi, When I am going to convert slide1.tiff using "TiFFToPdf.exe" ,appearing a Error.... The Complete error like this:- "Debug Error, program: D:\cpTifftopdf\codeproject\wrk\_bin\debug\TiFFToPdf.exe DAMAGE:after normal block (#88) at 0x00AF0040. " Can u please help me:(
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi everybody, I want to export bmp files as PDF File format. I have created GDI+ bmp Objects like this. Bitmap bmp7(L"myImage.jpg");
Now I want to save this bmp7 Object as PDF File format. Can u or any body please help me... Thanks.
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |
|
 |
Hye, How to convert any text file from TIFF file??? Any idea???
Jigar Mehta (jigarmehta@gatescorp.com)
Software Developer Gates Information Systems
|
| Sign In·View Thread·PermaLink | 1.00/5 |
|
|
|
 |
|
 |
if you want to convet text to tiff it is so easy but tiff to test you need ocr code or program to do it
|
| Sign In·View Thread·PermaLink | 1.00/5 |
|
|
|
 |
|
 |
No, I want to just convert TEXT to TIFF for later processing.. Later processing code is ready.. I want to know how to convert the TEXT to TIFF only?? Plese tell me that easy way...
Jigar Mehta (jigarmehta@gatescorp.com)
Software Developer Gates Information Systems
|
| Sign In·View Thread·PermaLink | 1.50/5 |
|
|
|
 |
|
 |
the easy way to convert text to tiff without any equations or algorithems algorithm you can paint the text as image and then use any code to convet this image to tiff and this code you will found it in codeproject
|
| Sign In·View Thread·PermaLink | 1.00/5 |
|
|
|
 |
|
 |
the easy way to convert text to tiff without any equations or algorithems algorithm you can paint the text as image and then use any code to convet this image to tiff and this code you will found it in codeproject
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |