convert pdf to tif file in C
-
hi, I have to convert pdf file to tif file using C .would anyone help me providing source code .regards Bill
No-one is going to give you a few lines of code to do this. As you don't already realise this, you have a lot of learning / work ahead of you. You need to find / pay for a pdf library that can render a PDF into a HDC. Capture that HDC (which could be very large) into a bitmap. Convert that bitmap into a tiff. What about multipages? Maybe your pdf library can "print" one page at a time? I hope that helps you with your google search terms. I know there are articles on CP for bitmap to tiff. And for simple PDF rendering. Iain.
I have now moved to Sweden for love (awwww). If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]
-
No-one is going to give you a few lines of code to do this. As you don't already realise this, you have a lot of learning / work ahead of you. You need to find / pay for a pdf library that can render a PDF into a HDC. Capture that HDC (which could be very large) into a bitmap. Convert that bitmap into a tiff. What about multipages? Maybe your pdf library can "print" one page at a time? I hope that helps you with your google search terms. I know there are articles on CP for bitmap to tiff. And for simple PDF rendering. Iain.
I have now moved to Sweden for love (awwww). If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]
-
Do you understand "gimme codez" doesn't work here, don't you? Anyway, you may try: "gimme codez urgentz plz plz" or "gimme codez ASAP". :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
billcodes wrote:
you can provide me code in c# also
That's extremely kind of you. My answer before was not dependent on language. Iain.
I have now moved to Sweden for love (awwww). If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]
-
No-one is going to give you a few lines of code to do this. As you don't already realise this, you have a lot of learning / work ahead of you. You need to find / pay for a pdf library that can render a PDF into a HDC. Capture that HDC (which could be very large) into a bitmap. Convert that bitmap into a tiff. What about multipages? Maybe your pdf library can "print" one page at a time? I hope that helps you with your google search terms. I know there are articles on CP for bitmap to tiff. And for simple PDF rendering. Iain.
I have now moved to Sweden for love (awwww). If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]
-
> As you don't already realise this, you have a lot of learning / work ahead of you. >You need to find / pay for a pdf library that can render a PDF into a HDC. Is it a joke ? You should learn Win32 api, GDI+, and COM : ~25 lines of code...
If you are going to sledge people, you might at least take the time and trouble to sledge the right person.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
I can haz cheeseburger?
Visual Studio is an excellent GUIIDE.