Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-8918

Allow PDF/A file conversion

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.6-RC1, 5.6
    • Component/s: Convert
    • Impact type:
      API added
    • Upgrade notes:
      Hide

      When calling a converter, you can now pass an additional parameter to state that PDF/A-1 conformance is needed:

      parameters.put("PDF/A-1", Boolean.TRUE);
      conversionService.convert("any2pdf", blobHolder, parameters);

      Show
      When calling a converter, you can now pass an additional parameter to state that PDF/A-1 conformance is needed: parameters.put("PDF/A-1", Boolean.TRUE); conversionService.convert("any2pdf", blobHolder, parameters);

      Description

      The converters from any type to PDF which use OpenOffice should provide a way to export as PDF/A instead of plain PDF.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                fguillaume Florent Guillaume
                Reporter:
                fguillaume Florent Guillaume
                Participants:
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: