Page LayoutThe PDF file cannot be accepted: The paper is not sized cor

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
khalid
Posts: 2
Joined: Tue May 06, 2014 1:29 pm

The PDF file cannot be accepted: The paper is not sized cor

Post by khalid »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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

Post by Johannes_B »

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.
StarValkyrie
Posts: 89
Joined: Fri Jan 24, 2014 12:42 am

The PDF file cannot be accepted: The paper is not sized cor

Post by StarValkyrie »

a4paper is probably an option to your document class. Try putting it in the brackets there... for example:

Code: Select all

\documentclass[a4paper]{IEEEtran}
You might also need to add this to the preamble:

Code: Select all

\pdfpageheight\paperheight
\pdfpagewidth\paperwidth
Post Reply