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 4078516
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T17:41:03+00:00 2026-05-20T17:41:03+00:00

Is it possible to embed an application (like Preview, Pages etc) into a Cocoa

  • 0

Is it possible to “embed” an application (like Preview, Pages etc) into a Cocoa application? I would like to allow a user to view a PDF in my app with options to show/hide annotations, change the zoom level between page width and full page etc.

Is it possible to embed the Preview app within my Cocoa application? Couldn’t find anything in the document or on the Internet which would suggest I could, so not sure.

Thanks.

  • 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-20T17:41:04+00:00Added an answer on May 20, 2026 at 5:41 pm

    You can embed an other application in the bundle of your application.
    You will usually do this to embed an other application you also created, like an helper, or a daemon. It sometimes is helpful, but doesn’t seem to be what you want.

    If you want to let the user play with a pdf inside your application, read the PDF Kit Programming Guide.
    Especially look into the class PDFView. You can drag and drop an instance into your xib, and load content into it with this code (from Apple documentation):

    PDFDocument *pdfDoc;
    
    pdfDoc = [[[PDFDocument alloc] initWithURL: [NSURL fileURLWithPath: [self fileName]]] autorelease];
    [pdfView setDocument: pdfDoc];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to embed mozilla firefox into my application WITHOUT using any activex
I would like to simply ask if it is possible to embed a javafx
I would like to embed Flash Player directly inside a C++ or Java application.
Is it possible to host/embed/ reparent a normal Windows Application into a web page
Is it possible to easily embed ActiveX controls in Java application? Is it worth
Possible Duplicate: How to embed a web browser control in a cross-platform application? I'd
Is it possible to embed an inline search box into a web page which
Is it possible to embed a DOS console in a Windows Form or User
Is it possible to embed an external application inside the browser (IE, Chrome, Safari,
I'd like to embed a link to a secure page of my application in

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.