Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6766539
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:50:35+00:00 2026-05-26T14:50:35+00:00

Am converting a webpage as a pdf file. I did the following, NSString *string=[NSString

  • 0

Am converting a webpage as a pdf file. I did the following,

NSString *string=[NSString stringWithFormat:@"%@.pdf",[chapersArray objectAtIndex:pageIndex]];
[controller1 addAttachmentData:pdfData mimeType:@"application/pdf" fileName:string];
[self presentModalViewController:controller1 animated:YES];
[controller1 release];

Now how can i convert my NSData into pdf and save in my application memory? Kindly help me with sample codes or suggestions. Thanks all.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T14:50:36+00:00Added an answer on May 26, 2026 at 2:50 pm

    Am assuming you have your pdf in documents directory here. You can change it to where ever it actually is. Try this –

    //to convert pdf to NSData
    NSString *pdfPath = [documentsDirectory stringByAppendingPathComponent:@"test.pdf"]; 
    NSData *myData = [NSData dataWithContentsOfFile:pdfPath]; 
    

    Essentially using CGPDFDocumentCreateWithProvider you can convert NSData to pdf,

    //to convert NSData to pdf
    NSData *data               = //some nsdata
    CFDataRef myPDFData        = (CFDataRef)data;
    CGDataProviderRef provider = CGDataProviderCreateWithCFData(myPDFData);
    CGPDFDocumentRef pdf       = CGPDFDocumentCreateWithProvider(provider);
    

    Don’t forget to CFRelease all unused data after you are done.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We want to display a pdf-file on a webpage. From what i can think
Converting to ODB.NET from System.Data.OracleClient and need help converting my connection string. Here is
Is converting a file to a byte array the best way to save ANY
I'm converting an application to use Java 1.5 and have found the following method:
Newbie to C++ learning by converting a java program to c++. The following code
I have a webpage that i am converting to razor view engine. I have
I'm converting data (from a web page) to a string). The basic code works
Converting my current code project to TDD, I've noticed something. class Foo { public
Converting a couple stored procedures from MySQL to Microsoft SQL server. Everything is going
When converting a project (in which a template method of IComparable was used a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.