Ecrion Software Inc. Homepage
Forum Home Forum Home > XF Rendering Server > Generic Support
  New Posts New Posts RSS Feed: Support for PDF/A
  FAQ FAQ  Forum Search   Register Register  Login Login

Support for PDF/A

 Post Reply Post Reply
Author
Message / View First Unread Post
Alexandru View Drop Down
Newbie
Newbie


Joined: 03 Oct 2011
Posts: 7
Post Options Post Options   Quote Alexandru Quote  Post ReplyReply Direct Link To This Post Topic: Support for PDF/A
    Posted: 03 Oct 2011 at 12:57pm
Hi,

I'm trying to figure out if Rendering Server supports the output format of PDF/A (the PDF standard that can contain embedded fonts)?

Thank you!
Back to Top
Alexandru View Drop Down
Newbie
Newbie


Joined: 03 Oct 2011
Posts: 7
Post Options Post Options   Quote Alexandru Quote  Post ReplyReply Direct Link To This Post Posted: 03 Oct 2011 at 1:48pm
I think I found the solution:

<xf:page-settings pdf-conformance="PDF/A-1b:2005"
tagged-pdf="true"></xf:page-settings>
<xf:page-settings pdf-conformance="PDF/A-1a:2005">
</xf:page-settings>

Can someone confirm this?

Thanks!
Back to Top
radup View Drop Down
Admin Group
Admin Group
Avatar
Adminstrator

Joined: 19 May 2008
Posts: 83
Post Options Post Options   Quote radup Quote  Post ReplyReply Direct Link To This Post Posted: 04 Oct 2011 at 6:34am
Yes, XF Rendering Server supports PDF/A.
Instead of xf:page-settings use xf:pdf-page-settings
<xf:pdf-page-settings pdf-conformance="PDF/A-1a:2005"/>
The pdf-conformance attribute values are: "Default" | "PDF/A-1a:2005" | "PDF/A-1b:2005" | "PDF/X-1a:2003" | "PDF508"


The xsl-fo it looks something like this:
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
 xmlns:xf="http://www.ecrion.com/xf/1.0" xmlns:xc="http://www.ecrion.com/2008/xc" xmlns:svg="http://www.w3.org/2000/svg">
<xf:pdf-page-settings pdf-conformance="PDF/A-1a:2005"/>
<fo:layout-master-set>
<fo:simple-page-master master-name="Letter Page" page-width="8.500in" page-height="11.000in">
<fo:region-body region-name="xsl-region-body" margin="0.700in"/>
<fo:region-before region-name="xsl-region-before" display-align="after" extent="0.700in"/>
<fo:region-after region-name="xsl-region-after" display-align="before" extent="0.700in"/>
<fo:region-start region-name="xsl-region-start" extent="0.700in"/>
<fo:region-end region-name="xsl-region-end" extent="0.700in"/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="Letter Page">
<fo:static-content flow-name="xsl-region-before" font-size="12pt" font-family="Arial">
<fo:block> </fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after" font-size="12pt" font-family="Arial">
<fo:block> </fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-start" font-size="12pt" font-family="Arial">
<fo:block> </fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-end" font-size="12pt" font-family="Arial">
<fo:block> </fo:block>
</fo:static-content>
<fo:flow flow-name="xsl-region-body" font-family="Arial" font-size="12pt">
<fo:block>PDF/A conformance</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>

Also, the pdf conformance can be specified from .Net, Java API  or from rendering tools.


Edited by radup - 04 Oct 2011 at 6:37am
Back to Top
Alexandru View Drop Down
Newbie
Newbie


Joined: 03 Oct 2011
Posts: 7
Post Options Post Options   Quote Alexandru Quote  Post ReplyReply Direct Link To This Post Posted: 04 Oct 2011 at 3:51pm
Thanks a lot for the answer!
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Bulletin Board Software by Web Wiz Forums® version 9.69
Copyright ©2001-2010 Web Wiz

This page was generated in 0.516 seconds.