I am submitting camera ready version of my paper to a conference but not able to do so, receiving this message " The PDF file cannot be accepted: The paper is not sized correctly; only A4 size (210 by 297 mm) allowed". I don't know how to handle this problem. Although i am using available ieee template and getting this message.
Any help would be appreciated.
Page Layout ⇒ The PDF file cannot be accepted: The paper is not sized cor
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
The PDF file cannot be accepted: The paper is not sized cor
To help properly, we need some more information. Best way to do so is preparing a [url=theoval.cmp.uea.ac.uk/~nlct/latex/minexample/index.html]minimal working example[/url].
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
-
- Posts: 89
- Joined: Fri Jan 24, 2014 12:42 am
The PDF file cannot be accepted: The paper is not sized cor
a4paper is probably an option to your document class. Try putting it in the brackets there... for example:
You might also need to add this to the preamble:
Code: Select all
\documentclass[a4paper]{IEEEtran}
Code: Select all
\pdfpageheight\paperheight
\pdfpagewidth\paperwidth