Skip to main content
1-Visitor
April 11, 2023
Solved

How do I save multiple figures to a single PDF?

  • April 11, 2023
  • 2 replies
  • 2371 views

I have multiple 3D figures that I want to save as a single PDF.   How do I do this?  

 

 

Best answer by VladimirN

Articles:

There was also a similar question before - "Saving Figures to single PDF in Creo Illustrate": https://community.ptc.com/t5/Addtl-Creo-Products-View-Sketch/Saving-Figures-to-single-PDF-in-Creo-Illustrate/m-p/802820

2 replies

VladimirN24-Ruby IIIAnswer
24-Ruby III
April 11, 2023

Articles:

There was also a similar question before - "Saving Figures to single PDF in Creo Illustrate": https://community.ptc.com/t5/Addtl-Creo-Products-View-Sketch/Saving-Figures-to-single-PDF-in-Creo-Illustrate/m-p/802820

14-Alexandrite
November 19, 2023

Just to add a couple of external possibilites, you can:

1. export to a pvz as a set of PDFs, extract them from the archive and then use Adobe Reader, Foxit Reader (paid versions) or similar to merge them.

2. similar to above but instead of using paid versions of those software you can use free version of Visual Studio or other type of Python compiler and write a bit of code using PYpdf2 library to merge them.

Sadly those are the only options.