Opened 14 years ago
Closed 13 years ago
#676 closed defect (fixed)
pdf file processing
Reported by: | kjdon | Owned by: | kjdon |
---|---|---|---|
Priority: | high | Milestone: | 2.84 Release |
Component: | Collection Building: Plugins | Severity: | major |
Keywords: | Cc: |
Description
If you have two pdfs with images with the same name (ie in different subfolders), then when the conversion to html happens, the images get the same names eg for doc.pdf, get doc-1_1.jpg, and you end up with the wrong images in one of the files.
I have an example on kanuka:/research/kjdon/home/gsdl/collect/samenamepdf
Reported by Pongtawat Chippimolchai Nov 2009.
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
ConvertBinaryFile now implements clean_up_after_doc_obj_processing
Note:
See TracTickets
for help on using tickets.
I have made ConvertBinaryFile do the conversion in a timestamped folder. Should now delete that folder. Where??