You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (Created) (JIRA)" <ji...@apache.org> on 2012/02/05 18:10:53 UTC

[jira] [Created] (ISIS-173) Domain Service (in domain-libs) to allow domain object entities to convert OpenXml (.docx) to PDFs.

Domain Service (in domain-libs) to allow domain object entities to convert OpenXml (.docx) to PDFs.
---------------------------------------------------------------------------------------------------

                 Key: ISIS-173
                 URL: https://issues.apache.org/jira/browse/ISIS-173
             Project: Isis
          Issue Type: New Feature
          Components: Domain: Services
            Reporter: Dan Haywood
            Priority: Minor


Provide a standalone implementation of a service to generate PDFs from OpenXML (.docx) that can be registered as a hidden service, and injected into domain objects so that they are able to send emails.

NB: OpenXML .docx are flow-based format, and is generally considered mutable format, whereas PDF is a page-based format, and as such may be preferred as the "canonical" way to store outbound correspondence from an organization.

The interface for such a service could be something like:

[Hidden]
public interface FormatConversionService {

    byte[] openXmlToPdf(byte[] openXml);

}



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ISIS-173) Domain Service (in domain-libs) to allow domain object entities to convert OpenXml (.docx) to PDFs.

Posted by "Dan Haywood (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ISIS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood updated ISIS-173:
-----------------------------

    Description: 
Provide a standalone implementation of a service to generate PDFs from OpenXML (.docx) that can be registered as a hidden service, and injected into domain objects so that they are able to convert their draft OpenXML (.docx) format (eg as obtained via ISIS-172) into an immutable PDF format.

NB: OpenXML .docx are flow-based format, and is generally considered mutable format, whereas PDF is a page-based format, and as such may be preferred as the "canonical" way to store outbound correspondence from an organization.

The interface for such a service could be something like:

[Hidden]
public interface FormatConversionService {

    byte[] openXmlToPdf(byte[] openXml);

}



  was:
Provide a standalone implementation of a service to generate PDFs from OpenXML (.docx) that can be registered as a hidden service, and injected into domain objects so that they are able to send emails.

NB: OpenXML .docx are flow-based format, and is generally considered mutable format, whereas PDF is a page-based format, and as such may be preferred as the "canonical" way to store outbound correspondence from an organization.

The interface for such a service could be something like:

[Hidden]
public interface FormatConversionService {

    byte[] openXmlToPdf(byte[] openXml);

}



    
> Domain Service (in domain-libs) to allow domain object entities to convert OpenXml (.docx) to PDFs.
> ---------------------------------------------------------------------------------------------------
>
>                 Key: ISIS-173
>                 URL: https://issues.apache.org/jira/browse/ISIS-173
>             Project: Isis
>          Issue Type: New Feature
>          Components: Domain: Services
>            Reporter: Dan Haywood
>            Priority: Minor
>              Labels: newbie
>
> Provide a standalone implementation of a service to generate PDFs from OpenXML (.docx) that can be registered as a hidden service, and injected into domain objects so that they are able to convert their draft OpenXML (.docx) format (eg as obtained via ISIS-172) into an immutable PDF format.
> NB: OpenXML .docx are flow-based format, and is generally considered mutable format, whereas PDF is a page-based format, and as such may be preferred as the "canonical" way to store outbound correspondence from an organization.
> The interface for such a service could be something like:
> [Hidden]
> public interface FormatConversionService {
>     byte[] openXmlToPdf(byte[] openXml);
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira