Skip to content

Commit 84270a7

Browse files
committed
Make hybrid pdfs when converting ppt materials to pdf. Fixes ietf-tools#2769. Commit ready for merge.
- Legacy-Id: 16818
1 parent 26e3e62 commit 84270a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ def skip_unreadable_post(record):
875875
SECR_INTERIM_LISTING_DIR = '/a/www/www6/meeting/interim'
876876
SECR_MAX_UPLOAD_SIZE = 40960000
877877
SECR_PROCEEDINGS_DIR = '/a/www/www6s/proceedings/'
878-
SECR_PPT2PDF_COMMAND = ['/usr/bin/soffice','--headless','--convert-to','pdf','--outdir']
878+
SECR_PPT2PDF_COMMAND = ['/usr/bin/soffice','--headless','--convert-to','pdf:writer_globaldocument_pdf_Export','--outdir']
879879
STATS_REGISTRATION_ATTENDEES_JSON_URL = 'https://ietf.org/registration/attendees/{number}'
880880
NEW_PROCEEDINGS_START = 95
881881
USE_ETAGS=True

0 commit comments

Comments
 (0)