Send a single page in PDF format

I have numbers on my Mac. I can single out a page to send to email as a pdf. I am not finding that option on my iPad. It wants to send the entire spreadsheet which contains information that I don't want to share. I have created a spreadsheet that has my project estimates, descriptions, proposals, job cost breakdowns and invoices. These are all on separate sheets. How can I send just the invoice or any other single sheet in PDF format on iOS Numbers?

As far as I know there is no direct way to do this.
However, if you download goodnotes, you can export your PDF to that app, delete any unwanted material, then send.

Similar Messages

  • I am sending a single-page poster in Illustrator to a commercial printer. There are several placed graphics and I want to choose the correct file-type to keep my Illustrator file nice and small.

    I am sending a single-page poster in Illustrator to a commercial printer. There are several placed graphics and I want to choose the correct file-type to keep my Illustrator file nice and small.

    Printers like PDFs, but you should consult with the print vendor before you save the file in any particular format.  Each vendor is different and have an established workflow.  They may not accept JPGs.  If the poster prints offset, you will need to supply the appropriate resolution per their request or what they require. If the poster is large format or grand format, then they will or should know what resolution is appropriate.  However, large format inkjet only requires 144-150ppi at 100% final size.  Try to get in the habit of consulting with the print vendor early on so you end up supplying what is needed.

  • Mail a single page as pdf

    I have an extensive workbook that I use in communicating with members of my team. I have a weekly chart that I email to my team and it is using vlookup data from other pages in my document. The struggle that I am having is: I cannot figure out how to simply send the weekly page to my team instead of the entire workbook.
    When the information is gathered, I go to share > mail as pdf and it puts the whole workbook in pdf form in an email. I don't want that. So to make it do what I want, I have to export the entire workbook as a pdf and then go through and physically delete the unwanted pages (which are many). It seems that there should be a way to streamline this.
    I was previously using Microsoft Excel on my last Macbook Pro and it allowed me to save a single page of my workbook for emailing. That was much more handy that having to go through and delete pages.
    Is there a simple way to do what I want to do, namely, send a single page of my workbook out to my team?

    jpolen wrote:
    I have an extensive workbook that I use in communicating with members of my team. I have a weekly chart that I email to my team and it is using vlookup data from other pages in my document. The struggle that I am having is: I cannot figure out how to simply send the weekly page to my team instead of the entire workbook.
    When the information is gathered, I go to share > mail as pdf and it puts the whole workbook in pdf form in an email. I don't want that. So to make it do what I want, I have to export the entire workbook as a pdf and then go through and physically delete the unwanted pages (which are many). It seems that there should be a way to streamline this.
    I was previously using Microsoft Excel on my last Macbook Pro and it allowed me to save a single page of my workbook for emailing. That was much more handy that having to go through and delete pages.
    Is there a simple way to do what I want to do, namely, send a single page of my workbook out to my team?
    Yes, read the user guides !
    Go to the print driver.
    Define the page to print
    Print in a PDF file !
    Yvan KOENIG (VALLAURIS, France) mercredi 28 avril 2010 19:29:47

  • Can't e-mail single page from pdf file w multiple pages

    wow if this is going to be as hard as getting a screen name.....only adobe
    anyway, i have a multiple page document i am scanning.
    while scanning i can single out a single page and e-mail it.
    when i save and go tot he document later i can not send a single page anymore only the entire document.
    is there a way to send a single page from a multiple page document after it is saved as a pdf?
    your help is greatly appreciated.

    i see.
    i have reader 9.
    shocking that i would have to pay for a simple feature.
    thank you for your help!

  • I recently signed up for a one month trial of adobe pro.  I logged in.  I cannot convert a single page of PDF file to word or Excel with this trial.  I just get the request to sign up for a year.  What good is the trial if I can't try it?

    I recently signed up for a one month trial of adobe pro.  I logged in.  I cannot convert a single page of PDF file to word or Excel with this trial.  I just get the request to sign up for a year.  What good is the trial if I can't try it?

    Hey vcomfort6,
    Please ensure that you are using Adobe Acrobat and not Reader to convert PDF file to word or excel.
    Could you tell me whether it is a scanned document? Does this happen with all PDFs or any specific one?
    Do you get any error message? What exactly happens when you try doing the same?
    Hope to hear from you.
    Regards,
    Anubha

  • How to send output of smartform in pdf format as an attachment to email

    how to send output of smartform in pdf format as an attachment to email
    search before posting further and follow Forum rules
    Edited by: Vijay Babu Dudla on Jan 15, 2009 4:50 AM

    Did u check on sdn?
    i dont think so or else there are many posts on this topic and good wikis too.
    look at one of these code tutorial wiki
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/mail%2bsend%2bthrough%2boutput%2bcontrols
    So next time do use the search functionality.
    кu03B1ятu03B9к
    Edited by: kartik tarla on Jan 15, 2009 12:33 PM

  • How can I extract single pages from pdf document

    how can I extract a single page from pdf document

    Purchase and install Acrobat XI. 
    Open a multi-page PDF.
    Use the click path of:
    Tools - Pages - Under "Manipulate Pages": Extract
    Be well...

  • How to save A4 size page as PDF format

    I want A4 size page in pdf format

    I have a similar problem with Firefox on android. When saving a page as PDF, often the PDF page size isn't big enough and just shows part of the full web page. Is there any way to set the PDF page size and make it bigger,say A4 or some other size?

  • Single page exportation pdf

    Hello!
    I usually work on my Indesign document double spreaded and what I need to send to my printer is a single page pdf with 3mm bleed. Bleed is related to the 4 sides of each single page: the side of the spine includes me a short bit 3mm of the other page's design.
    Do we have a feature for it?
    Thanks!!!
    anToneLLa

    Here's an AS that works for me. Copy the script and paste into Script Editor.
    tell application "Adobe InDesign CS2"
    set allPresets to name of every PDF export preset
    set thePreset to choose from list allPresets
    if thePreset = false then
    beep
    error number -128
    else
    set the thePreset to item 1 of thePreset
    end if
    try
    set thepath to (full name of document 1) as string
    on error
    set theDesk to path to desktop as string
    set thepath to theDesk & (name of document 1) as string
    end try
    if thepath ends with ".indd" then
    set thepath to text 1 thru -6 of thepath
    end if
    set pageCount to pages per document of document preferences of document 1
    repeat with i from 1 to pageCount
    set page range of PDF export preferences to i as string
    export document 1 to file (thepath & "-" & i & ".pdf") format PDF type using PDF export preset thePreset without showing options
    end repeat
    beep
    display dialog "Finshed." buttons {"OK"} default button 1
    end tell
    Copy the ID doc you want to make single page pdf files of in its own folder. Open the ID doc, then run the script from Script Editor. The script will operate on the front most ID doc and place the pdf files in the same folder the ID doc is in. Not real sophisticated, but it works for me.

  • How to save ONE single page of pdf document?

    I have a 115 page pdf document that I can open in Adobe Reader. I want to email just ONE page of this file to someone. How do I save just that one page from the file (as opposed to sending the entire pdf document)?
    I know, lame question. Thanks for any help!
    Angela

    If you're on a mac forget about Acrobat on Lion (maybe even Snow Leopard and Leopard too). I ran into this issue on Lion so here I am....
    you have to go through the routine of "printing to",, With Acrobat go to the printer preferences panel > select pdf, select save as pdf... only to find you cannot and get some even more riduclous and useless pop up telling you to chose file save as.... which only lets you save the entire document! Utter
    waste of time and space...and not what you are after.
    Solution... Open the pdf with Preview, then Cmd + P will bring up the same dialog box mentioned above with pdf down bottom left... First enter the page number into the pages option's From dialog... eg From 40 to 40 (= page 40 only) then hit the pdf bitton and dave as,,, Works perfectly with Preview but no chance with Acrobat!!!! I am starting to get the feeling that this product is fast becoming redundant as it seemingly is not up to basic operations such as printing or saving off a single page anymore. Plenty of freeware solutions are now available on the net - some of which I am quite sure would handle this... but since preview is installed on mac by default.... why not?
    After all this have a good think abou whether you will or even need to Upgrade Acrobat the next time round. It seems the more 'advanced' Adobe get the more useless certain products are becoming.... Don't know if it's just me...
    UPDATED Sept 11
    Seems there is a way to print a single page with Acrobat X.. but not at all as straightforward as mentioned above...
    You need to go View>Tools> Extract, then select the page you want and save it as a seperate pdf. Then open the new pdf and print that... Wonderfully intuitive on Adobe' s part....

  • To send output as email in PDF format

    I am using Function module <b>so_new_document_att_send_api1</b> to send my report output as Email.
    Please tell me how to send it in PDF format.

    1) FIRST GENERATE SPOOL REQUEST  for ur output THEN DOWNLOAD this spool request to a PDF file via REPORT PROGRAM  - RSTXPDFT4 .
    2) then use this program to send this PDf via mail (also see ur SCOT setttings) -
    *& Report  ZGILL_SENDMAIL_PDF                                          *
    REPORT  ZGILL_SENDMAIL_PDF                      .
    INCLUDE ZGILL_INCMAIL.  "SEE BELOW FOR INCLUDE PROGRAM CODE.
    DATA
    DATA : itab LIKE tline OCCURS 0 WITH HEADER LINE.
    DATA : file_name TYPE string.
    data : path like PCFILE-PATH.
    data : extension(5) type c.
    data : name(100) type c.
    SELECTION SCREEN
    PARAMETERS : receiver TYPE somlreci1-receiver lower case DEFAULT '[email protected]'.
    PARAMETERS : p_file LIKE rlgrap-filename
    OBLIGATORY DEFAULT 'C:\TEMP\SALARY_SLIP1.PDF'.
    AT SELECTION SCREEN
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
    CLEAR p_file.
    CALL FUNCTION 'F4_FILENAME'
    IMPORTING
    file_name = p_file.
    START-OF-SELECTION
    START-OF-SELECTION.
    PERFORM ml_customize USING 'Tst' 'Testing'.
    PERFORM ml_addrecp USING receiver 'U'.
    PERFORM upl.
    PERFORM doconv TABLES itab objbin.
    PERFORM ml_prepare USING 'X' extension name.
    PERFORM ml_dosend.
    SUBMIT rsconn01
    WITH mode EQ 'INT'
    AND RETURN.
    FORM
    FORM upl.
    file_name = p_file.
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    filename = file_name
    filetype = 'BIN'
    TABLES
    data_tab = itab
    EXCEPTIONS
    file_open_error = 1
    file_read_error = 2
    no_batch = 3
    gui_refuse_filetransfer = 4
    invalid_type = 5
    no_authority = 6
    unknown_error = 7
    bad_data_format = 8
    header_not_allowed = 9
    separator_not_allowed = 10
    header_too_long = 11
    unknown_dp_error = 12
    access_denied = 13
    dp_out_of_memory = 14
    disk_full = 15
    dp_timeout = 16
    OTHERS = 17.
    path = file_name.
    CALL FUNCTION 'PC_SPLIT_COMPLETE_FILENAME'
    EXPORTING
    complete_filename = path
    CHECK_DOS_FORMAT =
    IMPORTING
    DRIVE =
    EXTENSION = extension
    NAME = name
    NAME_WITH_EXT =
    PATH =
    EXCEPTIONS
    INVALID_DRIVE = 1
    INVALID_EXTENSION = 2
    INVALID_NAME = 3
    INVALID_PATH = 4
    OTHERS = 5
    ENDFORM. "upl
    *********************iNCLUDE pROGRAM********************************************
    *&  Include           ZGILL_INCMAIL                                    *
    Data
    DATA: docdata LIKE sodocchgi1,
    objpack LIKE sopcklsti1 OCCURS 1 WITH HEADER LINE,
    objhead LIKE solisti1 OCCURS 1 WITH HEADER LINE,
    objtxt LIKE solisti1 OCCURS 10 WITH HEADER LINE,
    objbin LIKE solisti1 OCCURS 10 WITH HEADER LINE,
    objhex LIKE solix OCCURS 10 WITH HEADER LINE,
    reclist LIKE somlreci1 OCCURS 1 WITH HEADER LINE.
    DATA: tab_lines TYPE i,
    doc_size TYPE i,
    att_type LIKE soodk-objtp.
    DATA: listobject LIKE abaplist OCCURS 1 WITH HEADER LINE.
    FORM
    FORM ml_customize USING objname objdesc.
    Clear Variables
    CLEAR docdata.
    REFRESH objpack.
    CLEAR objpack.
    REFRESH objhead.
    REFRESH objtxt.
    CLEAR objtxt.
    REFRESH objbin.
    CLEAR objbin.
    REFRESH objhex.
    CLEAR objhex.
    REFRESH reclist.
    CLEAR reclist.
    REFRESH listobject.
    CLEAR listobject.
    CLEAR tab_lines.
    CLEAR doc_size.
    CLEAR att_type.
    Set Variables
    docdata-obj_name = objname.
    docdata-obj_descr = objdesc.
    ENDFORM. "ml_customize
    FORM
    FORM ml_addrecp USING preceiver prec_type.
    CLEAR reclist.
    reclist-receiver = preceiver.
    reclist-rec_type = prec_type.
    APPEND reclist.
    ENDFORM. "ml_customize
    FORM
    FORM ml_addtxt USING ptxt.
    CLEAR objtxt.
    objtxt = ptxt.
    APPEND objtxt.
    ENDFORM. "ml_customize
    FORM
    FORM ml_prepare USING bypassmemory whatatt_type whatname.
    IF bypassmemory = ''.
    Fetch List From Memory
    CALL FUNCTION 'LIST_FROM_MEMORY'
    TABLES
    listobject = listobject
    EXCEPTIONS
    OTHERS = 1.
    IF sy-subrc <> 0.
    MESSAGE ID '61' TYPE 'E' NUMBER '731'
    WITH 'LIST_FROM_MEMORY'.
    ENDIF.
    CALL FUNCTION 'TABLE_COMPRESS'
    IMPORTING
    COMPRESSED_SIZE =
    TABLES
    in = listobject
    out = objbin
    EXCEPTIONS
    OTHERS = 1
    IF sy-subrc <> 0.
    MESSAGE ID '61' TYPE 'E' NUMBER '731'
    WITH 'TABLE_COMPRESS'.
    ENDIF.
    ENDIF.
    Header Data
    Already Done Thru FM
    Main Text
    Already Done Thru FM
    Packing Info For Text Data
    DESCRIBE TABLE objtxt LINES tab_lines.
    READ TABLE objtxt INDEX tab_lines.
    docdata-doc_size = ( tab_lines - 1 ) * 255 + STRLEN( objtxt ).
    CLEAR objpack-transf_bin.
    objpack-head_start = 1.
    objpack-head_num = 0.
    objpack-body_start = 1.
    objpack-body_num = tab_lines.
    objpack-doc_type = 'TXT'.
    APPEND objpack.
    Packing Info Attachment
    att_type = whatatt_type..
    DESCRIBE TABLE objbin LINES tab_lines.
    READ TABLE objbin INDEX tab_lines.
    objpack-doc_size = ( tab_lines - 1 ) * 255 + STRLEN( objbin ).
    objpack-transf_bin = 'X'.
    objpack-head_start = 1.
    objpack-head_num = 0.
    objpack-body_start = 1.
    objpack-body_num = tab_lines.
    objpack-doc_type = att_type.
    objpack-obj_name = 'ATTACHMENT'.
    objpack-obj_descr = whatname.
    APPEND objpack.
    Receiver List
    Already done thru fm
    ENDFORM. "ml_prepare
    FORM
    FORM ml_dosend.
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    EXPORTING
    document_data = docdata
    put_in_outbox = 'X'
    commit_work = 'X' "used from rel. 6.10
    IMPORTING
    SENT_TO_ALL =
    NEW_OBJECT_ID =
    TABLES
    packing_list = objpack
    object_header = objhead
    contents_bin = objbin
    contents_txt = objtxt
    CONTENTS_HEX = objhex
    OBJECT_PARA =
    object_parb =
    receivers = reclist
    EXCEPTIONS
    too_many_receivers = 1
    document_not_sent = 2
    document_type_not_exist = 3
    operation_no_authorization = 4
    parameter_error = 5
    x_error = 6
    enqueue_error = 7
    OTHERS = 8
    IF sy-subrc <> 0.
    MESSAGE ID 'SO' TYPE 'S' NUMBER '023'
    WITH docdata-obj_name.
    ENDIF.
    ENDFORM. "ml_customize
    FORM
    FORM ml_spooltopdf USING whatspoolid.
    DATA : pdf LIKE tline OCCURS 0 WITH HEADER LINE.
    Call Function
    CALL FUNCTION 'CONVERT_OTFSPOOLJOB_2_PDF'
    EXPORTING
    src_spoolid = whatspoolid
    TABLES
    pdf = pdf
    EXCEPTIONS
    err_no_otf_spooljob = 1
    OTHERS = 12.
    Convert
    PERFORM doconv TABLES pdf objbin.
    ENDFORM. "ml_spooltopdf
    FORM
    FORM doconv TABLES
    mypdf STRUCTURE tline
    outbin STRUCTURE solisti1.
    Data
    DATA : pos TYPE i.
    DATA : len TYPE i.
    Loop And Put Data
    LOOP AT mypdf.
    pos = 255 - len.
    IF pos > 134. "length of pdf_table
    pos = 134.
    ENDIF.
    outbin+len = mypdf(pos).
    len = len + pos.
    IF len = 255. "length of out (contents_bin)
    APPEND outbin.
    CLEAR: outbin, len.
    IF pos < 134.
    outbin = mypdf+pos.
    len = 134 - pos.
    ENDIF.
    ENDIF.
    ENDLOOP.
    IF len > 0.
    APPEND outbin.
    ENDIF.
    ENDFORM. "doconv
    **********************INCLUDE END********************************

  • Need help now! Preserving color in Pages to PDF format

    I read the other recent post on PDF-CMYK and I may be in the same boat. Right now, I need to get my Pages newsletter (6 pages long) saved in a PDF format that will preserve the original colors I used in Pages. This PDF will be emailed and be posted online for others to read online--so I need the same colors. Everything I have tried has failed - but this for some reason worked, and I dont know why (nor I am not sure what it is doing) -
    From Pages Print, Save PDF as PostScript (no clue what this is). It created a 40MB file. I used Preview to open it and it converted it to a PDF - *perfect color match to original Pages document* Yes!... BUT - in the title bar I can see the name of my file, it has .pdf a the end. So I try to File Save it in the required directory and it reverts to the off-colors. The off colors consistently appear when I try to use any other PDF save format.
    My goals -
    #1 Time-date Priority (less than 24hrs) I need a compressed email friendly newsletter in PDF to share via email/web download.
    #2 Print ready PDF version (not sure on the file requirements yet)
    HELP!!

    Thanks. Yes, I realize i need RGB. When I try any of the PDF print options (either export or print PDF or Compressed PDF or Email PDF) they ALL change the color layout of the entire newsletter!! The colored blocks behind the text are all altered, but all of the inserted JPGS are just fine.
    I managed to use Automator and applied a custom Quartz filter to apply an RGB profile and render the intent on the shading and it seemed to help some, but it is not the same as the original. This action I created has to start with a PDF file to run it - so you can see I am back at square one with the PDF save not capturing the correct colors. This action took a 7+mb PDF file (created via Export) and made it into 660kb (oh, I also used a compression quartz filter too in the action).
    I only had one problem with one image getting fine white lines horizontally through it. I suspect that is one image that was very large to begin with. I will try to resize it in PSE and then insert a smaller version of it. The rest of the jpg's were fine.
    Right now this newsletter PDF has to be emailed to members and it will be posted online for download. It will also be emailed to prospective commercial printers to give them a preview of the project (but not use this actual file for printing).
    So I am still stuck with PDF saves not preserving my original colors.

  • Convert Web Page to PDF formatting problem - 1st line of each paragraph outdented

    Hi Folks,
    I get a formatting problem when I convert any web page to PDF using the 'Convert Web Page to PDF' option - the 1st line of each paragraph is outdented.
    eg if i convert http://helpx.adobe.com/acrobat/using/whats-new-acrobat-xi.html I get this:
    I get the same problem using IE 9, Chrome (latest) or Firefox 30.0. I don't get it converting a Word doc to PDF.
    I'm using Adobe Acrobat XI Pro on a PC running Windows 7.
    Is there a simple setting somewhere I am missing?
    Any help much appreciated!

    Are you using "Adobe PDF" or "PDF or XPS?" I sounds like "Adobe PDF," but trying to be sure. Have you updated your Acrobat to the latest version? If not, try that.

  • Send mail  with attachement in PDF Format

    My Requriment is that After  Executing  the ALV  report  ....Oputput is too be Converting  into the PDF Format and mail should goes to respective person.............So what is the Procedure for this .................
    Regrads,
    Sandeep Jadhav

    Hi Sandeep,
    [Sending ALV Report as Email|"GLTRI--actual finish date" not getting populated;
    Thanks & regards,
    Dileep .C

  • Printing web pages in PDF format

    Hey Instead of Using the Print function of Operating system.
    Firefox should provide it's own such feature which will be able to print web pages directly into the PDF format.
    wiht out any need for such add-on it will be inbuilt in Firefox future versions.

    Hi Sarish
    Please contact Oracle Support for an answer or to customise your application so that it prints a report output in PDF Format.
    To get PDF output you must run report/job with DESFORMAT=PDF in the command line instead of DESFORMAT=HTML/HTMLCSS.
    Regards
    Sripathy

Maybe you are looking for