Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

goldenlife

macrumors newbie
Original poster
HI All,

I am trying to init PDF library, and while doing this
I am getting this error : CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Anybody can help? how to solve this?

Thanks.
 
Post your code. Are you trying to init with a URL? If so that's the problem. As the error says it can't lookup the hostname.
 
Hi,

I want to init pdf library like this:


PDFLibHandle PDFLibrary;
ppInt32 ErrorCode;
char ErrBuff[256];
PDFLibrary=InitPDFLibrary( NULL,NULL ); /* Library initializing */

can you please tell me how to solve this?

Thanks.
 
What is PDFLibrary? I don't recognise it. Is it an external framework/library? Where is the documentation for it?
 
ya, this is external framework/library.
I want to use this library, but while doing this getting this error.
 
ya, this is external framework/library.
I want to use this library, but while doing this getting this error.

Uh hu. And where is the documentation? Most people reading this will not have used this minor library (I've certainly never heard of it).
 
can you tell me how to convert pdf file to png file. I have gone through related posts, but didnt find any help.
 
can you tell me how to convert pdf file to png file. I have gone through related posts, but didnt find any help.
What happened with answering the question robbieduncan asked? Are you just giving up on PDFLibrary now?
 
Hi,
not giving up for pdfLibrary,, but finding new issue..
actually I solved that issue, now struggling with issue of pdf file more than one page.

I am able to get pdf of one page in webview. but when I am trying for new pdf with more than one page, it shows me blank white screen.

can anybody tell me how show more pdf pages in iphone?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.