How can I change the page size of a pdf document so that I can check on my iphone more clearly?

How can I change the page size of a pdf document so that I can check on my iphone more clearly?

This is way beyond what can be done with PDF, except by copying the text and make a new document in Word or something.

That said, Adobe Reader on Windows may display the text AS IF the PDF file has been divided. It's the text reformatting. It may be possible in Reader for iPhone, you can try the player for ios forum.

Tags: Acrobat

Similar Questions

  • Change the font size of a PDF document in Adobe Illustrator

    Hello!

    I tried many things and I don't know what to do now... And it's probably easier I think.

    They sent me a map of the city in PDF and I need to develop/Navy font size of the names of streets (all the text that appears in the document).

    I tried with the scale tool, but the text is changed its position. I also tried the transformation of each, but the letters of the text gets one above the other.

    I guess it's because the text is rotated as Illustrator gets each letter instead of the whole word.

    Please, does anyone know how to resize the text without affecting its position?

    Thank you very much!

    PS: If there is another solution using another Adobe product I have will also enjoy! Thank you very much!

    landing,

    If I (put) understand it, simply select all the letters in each name of street and Ctrl / Cmd + G, and then use the object > transform > transform each.

    You can expect a bit of position (and maybe same curvature) adjustment to curved streets/street names.

  • How do you reduce the file size of a PDF document in version 11 (MAC)?

    I use a mac and I just want to know how to reduce the size of PDF file in version 11 of the Acrobat Reader software. Thank you! -Katy

    Hello

    Reader can be used only to display files pdf so you can not perform any operation on it.

    If you have Acrobat, then you can go to Acrobat > save as other > reduced pdf file

    You can also go to Acrobat > save as other > optimized pdf and then click on "Use of space Audit" button to know what takes up space in the pdf file and adjust accordingly.

    Kind regards

    Rave

  • Change the page size and text in Firefox 35.0.1

    I had a small red P at the top right of Firefox that changed the page size and the fonts that I lost after a reset: How do I get it back?

    Do you mean this extension?

    You can check the "Old data Firefox" folder on the desktop to see what extensions you previously had.

  • How can I change the dark places in a pdf document?

    How can I change the dark places in a pdf document? I xeroxed pages of a book, and photocopies are not great quality - many shadows where the book open on the copier glass.

    When I had scanned photocopies, dark places to black deep and made the texts scanned / almost illegible xeroxed.

    How can I lighten images in PDF files so that the text is readable again?

    Depending on your version of Acrobat. see if anything in these Articles help

  • Change the page size, unexpected behavior, CC

    Hi, having a problem with the changes after the change of the page. In a nutshell if I get cardboard PMPoint transformation (0,0) before a change of page size, the result is exactly as planned, the origin of the page in the editing table. After I change the page size using kSetPageSetupPrefsCmdBoss and run the transformation even recalibrated value is identical before changing the page size.

    Here's some quick code and output to illustrate. PageSizing:; DoYourThing() called and made the intial processing, prints the output in InspectTransformation(), then call ChangePageSize() and remembers InspectTransformation().

    Sub PageSizing: DoYourThing()

    {

    IDocument* theFrontDoc = Utils<ILayoutUIUtils> ()->GetFrontDocument();

    if (theFrontDoc is nil) { cost < < "Need a doc." } < < endl; return; }

    fDoc = theFrontDoc;

    GetPageSpreadRefs()1); Download the UIDRef from the 1st page and spread

    if (fPageRef == UIDRef:gNull) { cost < < "Invalid Page" UIDRef. < < endl;} return; }

    if (fSpreadRef == UIDRef:gNull) { cost < < "Invalid spread UIDRef." } < < endl; return; }

    cost < < "before changing the size of the Page." << ENDL ;

    InspectTranforms();

    bool16 sizeChangeResult = ChangePageSize();

    if (sizeChangeResult) {

    cost < < "after changing the size of the Page." << ENDL ;

    InspectTranforms();

    }

    }

    Sub PageSizing: InspectTranforms()

    {

    do {

    PMPoint leftTopPage (0, 0); / / Page coords

    InterfacePtr<IGeometry> pageGeo (fPageRef UseDefaultIID(());

    PMMatrix page2Pb =:pageGeo InnerToPasteboardMatrix();

    PMRect pageBoundsInPasteboard = pageGeo->GetStrokeBoundingBox(page2Pb);

    PMPoint pageOriginInPasteboard is pageBoundsInPasteboard. LeftTop ();

    Helper:PrintPoint(pageOriginInPasteboard, 'Origin of the dough pension Page.');

    InterfacePtr<ITransform> pageTransform (fPageRef UseDefaultIID(());

    PMPoint leftTopInPasteboard = leftTopPage;

            :: TransformInnerPointToPasteboard() pageTransform, & leftTopInPasteboard);

    Helper:PrintPoint(leftTopInPasteboard, "transformed the point (0,0) in cardboard coords.") );

    } while (kFalse);

    }

    bool16 PageSizing: ChangePageSize()

    {

    bool16 retval = kFalse;

    do {

    InterfacePtr<IPageSetupPrefs> docPrefs (fDoc->GetDocWorkSpace(), UseDefaultIID());

    if (docPrefs is nil) { cost < < "Nile IPageSetupPrefs" < < endl;} Break; }

    InterfacePtr<ICommand> pageSizeCmd (CmdUtils:kSetPageSetupPrefsCmdBossCreateCommand());

    if (pageSizeCmd is nil) { cost < < 'No command' < < endl;} Break; }

    InterfacePtr<IDocSetupCmdData> cmdData (pageSizeCmd IID_IDOCSETUPCMDDATA);

    if (cmdData is nil) { cost < < 'Data command nothingness' < < endl;} Break; }

    PMPageSize currPgSz = docPrefs->GetPageSizePref(); / / 612, 792

    PMPageSize newPgSz (currPgSz. OutputWidth() + 50, currPgSz. OutputHeight () + 50);

    DocPageBinding link = Utils<ILayoutUtils> ()->GetDocumentPageBinding(:GetUIDRef(fDoc));

    cmdData->SetDocSetupCmdData(:GetUIDRef(fDoc),)

    newPgSz,

    docPrefs->GetNumPagesPref(en)

    docPrefs->GetPagesPerSpreadPref(en)

    docPrefs->GetWideOrientationPref(en)

    Liaison);

    Error code ec = pageSizeCmd ProcessCommand() CmdUtils:);

    retval = (ec == kSuccess);

    if (! retval) { cost < < "Resize the page command failed." } < < endl;}

    } while (kFalse);

    Return retval;

    }

    The output

    consoleOutput.png

    As you can see the origin of the page is different after the order of page size, but the transformation returns the same value of 0.0.

    Am I missing something about transformations or the order of page size?

    Thanks for any help. Mike

    Hello Mike,.

    you was not assuming that the upper left corner of a page in coordinates (0, 0) pasteborad. That is right. But you assuming that the upper left corner of a page in internal coordinates is (0, 0). And it is wrong. The origin of the page in internal coordinates is (0, 0) after resizing.

    Markus

  • Change the page size - grayed out of boxes

    I'm changing the page size of the pages within a document. Apparently, you're supposed to select the pages in the Pages panel and then change the height and width of the Panel settings. My height and width boxes are grayed out. What have I done wrong?

    Your screenshot shows you the active Selection (the black arrow) tool, not the Page tool (the third tool from above).

  • How can I update my iPhone more than 8.4 of iOS iOS 9.3.5 6?

    How can I update my iPhone more than 8.4 of iOS iOS 9.3.5 6?

    You do not have. You can only upgrade to the current version which is 10.0.2

  • Batch to change the page size of InDesign documents

    I have about 300 documents in InDesign (2014 cc, Mavericks) a page of various page sizes. Each page is wider than 4 inches and 4 inches larger than the content of the page. The content is in middle of the page - actually make a margin of 2 inches (but with no margin guides) around the content. What I need to do, is get the page of all documents will have to be a specific page size, 7,125 "x 9.75".

    I was able to accomplish this by putting all the docs in a book, make a master page 7,125 "x 9.75" on a doc, synchronize the other docs and then opening each doc and apply the master page. The last piece was a bit a lot of work and I would like to avoid it in the future.

    Could write a script that opens some InDesign documents (in or not in a book) and changes the various sizes of page to the necessary size? I've never written scripts before, so no idea if it's possible or how to do it.

    I put the following on another forum and got help, but it took that I have control over the creation of the original documentation. And I did not. "Is there a way to globally apply a master page to all pages of all documents in a book?

    Any help is greatly appreciated.

    Hello

    What is your requirement

    var myFolder = Folder.selectDialog("Select the Folder contains Indesign Files")
    
    var myFiles = myFolder.getFiles("*.indd")
    
    alert("Total Indesign Files: " + myFiles.length)
    
    for(i=0; i
    

    Concerning

    Siraj

  • Starting with HP Officejet 6600 and cannot change the page size

    Hello

    You have just purchased HP Officejet 6600 all-in-in-one and found that there not a duplexer, which is very very annoying! However, if I can just change the paper size, I can live with the disadvantage to the paper.  I have a Word document that is the flyer for our company, a document A4 which must be printed on A5 paper.  Old Canon printer I could make the A4 as an A5, but now I can't.

    Hope I explained the correct problem and the TIA for help.

    In my copy of Word 2007, I am able to evolve in A5 paper.

    Be sure to select A5 in 6600 preferences.

  • Change the page size in a smaller format

    Hello

    We have some problems resizing of a PDF document to a smaller size of the page (e.g. A4).

    It seems that Adobe Acrobat Pro DC creates a PDF document with a page size that is larger than an A4 document in width.

    We have already tried the following things:

    • We printed out the PDF file to an A4 document with the Adobe PDF printer, but this causes all our form elements to disappear. 90% of all form elements are not available in the printed PDF file.
    • We tried to set the page size by using options like Te 'organise pages' = > 'set page boxes' = > "Change Page size". However, when we try to set the size of the page on the exact dimensions of an A4 document, we obtain the well known error "Page Size cannot be reduced".

    Finally, we used a trial version of MapSoft plugin for changed the size of the page of A4 document.

    It works, but in our view, this should be possible in Adobe without use of external plugins. If we have missed some sort of option in Adobe Acrobat Reader Pro DC?

    Thank you.

    P.S.: If the document does not have the exact size of A4 page, a part of the text does not fit into predefined on our template document boxes. In addition, the printed document alike on different printers if the A4 page size is not used.

    ontwikkelingd76021313 wrote:

    ...

    • We printed out the PDF file to an A4 document with the Adobe PDF printer, but this causes all our form elements to disappear. 90% of all form elements are not available in the printed PDF file.

    ...

    Print on the 'Adobe PDF' format will remove all form fields, links...

    The tool controls upstream allows you to change the size of the page.

  • How can I change the page size of an existing PDF?

    I have Adobe Acrobat XI Pro on my Mac under 10.6.

    How to resize an existing .pdf document which is 20 "x 40" up to 4 "x 8"?

    Thank you!

    Bob

    Print to a PDF file with this page size...

  • How can I specify the Page size when exporting PDF in CS5?

    Hi all

    I just upgraded to ID CS5 and I'm really impressed with the improvements. Of course, however, some aspects take a few adjustments that brings me to my question. How can I specify the size of the "printed" page when you export a PDF file? Basically, in CS4 I could set up a document to have, for example a page size of 20x20cm. I could then print it in PDF format and select a page A4 format. This meant that I could get my printer to print the document of 20 x 20 irregular size on a standard paper size and include benchmarks of crop etc. In CS5, I cannot get ID to export the pages that they are configured (i.e. 20x20cm).

    I don't know I must be missing something obvious here, someone has any ideas?

    I hope that I managed to explain my problem clearly enough and we hope to hear from someone soon. Thank you very much in advance for any help you can provide!

    Gavin.Fraser wrote:

    As a student of architecture, I'm pretty new to publication. My main need is for portfolio presentations and also my thesis work. So far, as mentioned earlier, before CS5 I was printing to / check-in PDF directly from ID without problem. For some reason any (and I stil have not thought to it yet) it seems the only way I can get the PDF of ID files is to create a Postscript file, open with Preview (I use a Mac) and then save as PDF.

    Try file > report > Adobe PDF (Print)... to make a PDF file you can print from Acrobat or Reader. You will have several presets of your choice, or you can use your own options if you have settings that you prefer, which will make a PDF suitable for different types of printing scenarios. For digital output instead of a commercial press, a ggod preset choice would be of high quality printing, but you can even use the same jopoptions or settings file you were using to print directly to PDF in the past.

  • I want to resize the text in the Apple support pages WITHOUT changing the page size

    I spend a lot of time reading and learning on the Apple discussion forums, but all of a sudden my text size became too small. While I can easily adjust to the size of reading, which unfortunately also increases the size of the page and as a result I have to drag left and right pages to read continuously or click on the symbols... I'm trying Nosquint, but so far have not found the solution.

    There should really be a non-technical way of this operation and thus creating a permanent framework. All of my pages of BBC can be addressed via the parameters of 'content', but it does not affect Apple talk pages.

    There are two types of Zoom in Firefox; Text zoom and zoom on the Page.
    See for zoom text: https://support.mozilla.org/en-US/kb/font-size-and-zoom-increase-size-of-web-pages#w_how-to-only-change-the-size-of-the-text

  • change the page size second in 3 pages

    Hello

    I wonder, how do I change my second page 3 page double with ExtendScript size?

    (I'm trying to generate coverage with the spine)

    app.activeWindow.activeSpread.pages [1] .resize (CoordinateSpaces.innerCoordinates, AnchorPoint.centerAnchor, ResizeMethods.ADDING_CURRENT_DIMENSIONS_TO, [-1000, 0])

Maybe you are looking for