How can I save a PDF without margins

45 vues (au cours des 30 derniers jours)
Philipp Kryenbühl
Philipp Kryenbühl le 8 Oct 2019
Dear all,
I think since Release 2019b there exists a new save as button, which can be accessed in a figure plot. It is possible to save the figure as a .pdf and it is perfectly cropped.
Although, if a figure is saved, using the command saveas(figure(1), 'name','pdf') the figure has a lot of white space and is not cropped well enough.
Is it possible to access the same "save as" functionality from the command line as seen in the attached picture?
Kind regards
Philipp

Réponses (3)

Sulaymon Eshkabilov
Sulaymon Eshkabilov le 9 Oct 2019
Hi,
you can try to use this option:
print('-fillpage','FillPageFigure','-dpdf')
good luck.

Philipp Kryenbühl
Philipp Kryenbühl le 14 Oct 2019
Thank you very much for your help.
This doesn't work as intented, since it just scales my figure to an A4.
The nice thing of the button, described on the top, is that it creates a pdf with the format of the corresponding figure.
Kind regards

Pavel Snabl
Pavel Snabl le 20 Sep 2023
Hi,
since the version 2020a there exists this command:
exportgraphics(obj,filename)
which I think does exactly what you are looking for.
Kind regards,
Pavel

Catégories

En savoir plus sur Printing and Saving dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by