pub fn pdf_options( pages: Option<&[Pages]>, pdf_standards: &[PdfStandard], no_pdf_tags: bool, creation_timestamp: Option<i64>, ) -> Result<PdfOptions>
Creates PDF options from shared project export arguments.