Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
5

Cannot create a blank A4 pdf, or alter the blank pdf to become A4.

Participant ,
Mar 16, 2018 Mar 16, 2018

Trying for a hour to create a blank A4 pdf, I simply cannot see how it can be done. Web search say make it in Word then import it but surely that's not the point. A blank A4 page should be THE easiest thing to create in a program like this.

TOPICS
PDF forms
7.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Mar 16, 2018 Mar 16, 2018

I can see the point if you're a developer. I actually do it a lot, but for 99% of users there's no reason to do it.

Anyway, as I said, it's possible with a script.

Did you press Ctrl+Enter, as I described? What was the result?

You can also select the code with the mouse before pressing Ctrl+Enter, to make sure it gets executed.

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 16, 2018 Mar 16, 2018

Not really, since there's no real point in creating a PDF file from scratch, so there's no built-in command to do it.

It is possible using a script, though. To do it press Ctrl+J and paste the following code into the window that opens, and then press Ctrl+Enter:

app.newDoc(8.3*72, 11.7*72);

It will create a new blank PDF file with a single A4 page. It's possible to assign this code to a menu item or a toolbar button, in case you do need to do it more often.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 16, 2018 Mar 16, 2018

Thanks for the response , I'm not sure why you can't see the point in creating a PDF within the Acrobat program but...

Control J opened up a Javascript Debugger window, I pasted your code app.newDoc(8.3*72, 11.7*72); but I couldn't get it to then do anything further.

Maybe we are odd here, but we all find it hard to believe that you cannot create PDFs within Acrobat.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 16, 2018 Mar 16, 2018

I can see the point if you're a developer. I actually do it a lot, but for 99% of users there's no reason to do it.

Anyway, as I said, it's possible with a script.

Did you press Ctrl+Enter, as I described? What was the result?

You can also select the code with the mouse before pressing Ctrl+Enter, to make sure it gets executed.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 16, 2018 Mar 16, 2018

Thanks again TRY67,

once I changed the Javascript Debugger view to "Script and Console" then your code worked. Thank you.

Such a long winded way to create a standard sized document though, isn't it? Blimey.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 16, 2018 Mar 16, 2018

Please refer to Create PDFs with Adobe Acrobat to be able to create a blank PDF.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 16, 2018 Mar 16, 2018

This link does NOT answer the question, but thanks for trying.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 16, 2018 Mar 16, 2018

You should install my free abracadabraTools, among other features it adds a "New" item in Acrobat's File menu: https://www.abracadabrapdf.net/?p=972

Capture.jpg


Acrobate du PDF, InDesigner et Photoshopographe
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 18, 2020 Apr 18, 2020

Thank you very much! It works

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 26, 2021 May 26, 2021
LATEST

WoW! Srsly? JS code workaround?? 
It's 3 years later and there has been no UX/CX approach to resolve this absurd dilution of a Pro tool for international market?
Magic tools J-R, respect... if only Adobe designed/supported their products so well.
LoL that the OP get's directed to a newbie How To page > First step is "Open Word file" (and a 2014 doc in screen grab at that 🙂

There's a neat create Form workaround with a few steps (from 2020) detailed here also:
https://community.adobe.com/t5/acrobat/how-to-create-a-blank-page-in-a4/td-p/11060082


If I was stuck in a circus and had to use ProDC v2021 - I'd be setting up a bank of templates for whenever needed.

Personally, has been a while and after a free trial browse, I won't be paying $aa$ for an unsupported B-grade "Pro"duct.
Shame, ProX & CS apps were decent tools that supported integrated workflow back in the day. 

Anyway, back to editing A4 PDF on collab features with Blackmagic DaVinci Resolve.  

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines