Issue 54722

Summary: Master documents and pdf
Product: Writer Reporter: pagalmes.lists
Component: viewingAssignee: AOO issues mailing list <issues>
Status: CLOSED WONT_FIX QA Contact:
Severity: Trivial    
Priority: P3 CC: elish, esigra, issues, pagalmes.lists
Version: 3.4.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: FEATURE Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
nomina prim orw: review-

Description pagalmes.lists 2005-09-17 10:45:42 UTC
Hello,

When writing reports, the user may need to add an appendix. This appendix could
be for example a pdf document already written. For now, inserting such a file in
a report is not possible. So the user has to print the report, and then the
appendix.

It would be nice, if by a mean or another, we could create a document which is
composed of documents in various formats.

An idea could be the use of a master document, in wich we select a pdf file.
While editing, the pdf would not be displayed, but when printing all documents,
including the pdf would be printed.
Comment 1 h.ilter 2005-09-19 16:18:38 UTC
Reassigned to requirements
Comment 2 pagalmes.lists 2007-06-12 08:49:28 UTC
I think that I already saw a similar issue to allow users to insert PDF in read
only mode.
Comment 3 odalman 2009-03-14 14:02:15 UTC
Assuming that you create a PDF from your report (odt or odm), you can use a 
Makefile in your document directory. It should have this rule:

report_with_appendixes.pdf: report_without_appendixes.pdf appendix1.pdf 
appendix2.pdf # ...
	gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=$@ -dBATCH $^


then just execute make in that directory and you will get 
report_with_appendixes.pdf.
Comment 4 edamaroe 2011-07-09 17:14:40 UTC
Created attachment 76680 [details]
nomina prim
Comment 5 Oliver-Rainer Wittmann 2012-06-08 08:36:23 UTC
Comment on attachment 76680 [details]
nomina prim

removing review request as this attachment is not a patch
Comment 6 Edwin Sharp 2013-08-29 05:28:42 UTC
A hybrid format document is not possible.