Hi, I am having trouble processing a PDF document containing acroforms and a barcode image. I would be interested to have any hints about what is stopping PoDoFo from reading the following sample document:
http://www.xmlmill.com/pdf/examples/Example_employee-record-form.pdf Message: Error: 27 ePdfError_UnsupportedFilter (PdfFilter.cpp:138) << /Type /XObject /Name /Image2 ... >> I am using podofobrowser-0.5-r1-win32-bin, rather than current SVN. I'm not certain, but this may be related to the barcode image. Here is the XSL: [001] <ml:acroform> [002] <ml:acrofield name="EmployeeID"><xsl:value-of select="employee/id"/></ml:acrofield/> [004] <ml:acrofield name="LastName"><xsl:value-of select="employee/name"//></ml:acrofield/> [006] ... [007] </ml:acroform> The barcode printed on the left is not an Acrofield but directly stamped on it using the ml:barcode element: [001] <ml:barcode type="code39e" topleft="center,center" [002] add-check-digit="on" [003] add-check-digit-to-text="on" [004] reference-orientation="90" [005] font-size="8pt"> [006] <xsl:attribute name="value"><xsl:value-of select="employee/id"/></xsl:attribute> [008] </ml:barcode> Thanks! - Ian ( all copyright of originating material from XML Mill is acknowledged to be their property ) ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
