summaryrefslogtreecommitdiff
path: root/test/pdf-tagged-text.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-18Make cairo_tag_begin/end work correctly in groupsAdrian Johnson1-15/+47
2023-01-15pdf-tagged-text depends on PDFAdrian Johnson1-0/+5
2022-01-16pdf: ensure filenames are correctly encodedAdrian Johnson1-0/+6
2021-09-16Merge branch 'custom-metadata' into 'master'Adrian Johnson1-0/+6
2021-09-02Fix some MinGW warningsAdrian Johnson1-0/+2
2021-08-22Add cairo_pdf_surface_set_custom_metadata()Adrian Johnson1-0/+6
2021-08-01Fixed compile-time error on platforms without MMAP.Rick Yorgason1-0/+2
2021-07-29pdf links: fix forward references to dest names with 'internal' flagAdrian Johnson1-5/+6
2021-07-28pdf-tagged-text: generate both 1.4 and 1.5 PDFsAdrian Johnson1-7/+36
2021-07-26pdf-tagged-text test: disable object stream compressionAdrian Johnson1-0/+3
2021-07-24tags: allow links to page numbers not yet createdAdrian Johnson1-1/+22
2021-07-20Add link with a negative coordinate to testcase.Jonathan Kew1-0/+4
2021-07-19Add an example of a link within an empty clip to pdf-tagged-text testcase.Jonathan Kew1-0/+20
2021-07-18test: add URL and "rect" attribute to pdf-tagged-textAdrian Johnson1-1/+26
2021-01-04Add tests for PDF metadataSven Neumann1-1/+79
2017-08-29pdf: use explicit dest instead of named dest when 'internal' attribute is setAdrian Johnson1-1/+1
2017-08-26pdf: use link attributes instead of dest name for cairo_pdf_surface_add_outlineAdrian Johnson1-3/+9
2017-08-19tests: fix bug in pdf-tagged-text that was introduced in 4790a36Adrian Johnson1-1/+1
2017-01-05pdf: Fix wrong cairo_pdf_outline_flags_t item prefixKouhei Sutou1-3/+4
2016-10-07strndup is not avuilable with MSVCAdrian Johnson1-1/+5
2016-10-04fix compiler warningsAdrian Johnson1-0/+1
2016-10-01add test for PDF document interchange features such as tagged text and linksAdrian Johnson1-0/+397