Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Unknown colorspace 'R373' #2

Open
GoogleCodeExporter opened this issue Aug 9, 2015 · 2 comments
Open

Error: Unknown colorspace 'R373' #2

GoogleCodeExporter opened this issue Aug 9, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Getting the following error, trying to convert an PDF that contains one color 
and lots of greyscale 
graphics (using LRFTools-v0.9.211 on Mac OS X 10.6.1):

java.io.IOException: Error: Unknown colorspace 'R373'
    at 
org.pdfbox.pdmodel.graphics.color.PDColorSpaceFactory.createColorSpace(PDColorSp
aceFactory.
java:163)
    at 
org.pdfbox.pdmodel.graphics.color.PDColorSpaceFactory.createColorSpace(PDColorSp
aceFactory.
java:75)
    at org.pdfbox.util.ImageParameters.getColorSpace(ImageParameters.java:141)
    at 
org.pdfbox.pdmodel.graphics.xobject.PDInlinedImage.createImage(PDInlinedImage.ja
va:135)
    at org.pdfbox.util.operator.pagedrawer.BeginInlineImage.process(BeginInlineImage.java:71)
    at org.pdfbox.util.PDFStreamEngine.processOperator(PDFStreamEngine.java:452)
    at org.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:215)
    at org.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:174)
    at org.pdfbox.pdfviewer.PageDrawer.drawPage(PageDrawer.java:110)
    at lrf.pdf.PDFSerializer.procPDF(PDFSerializer.java:91)
    at lrf.pdf.PDFSerializer.recurse(PDFSerializer.java:33)
    at lrf.RecurseDirs.convertPDFActionParams(RecurseDirs.java:242)
    at lrf.RecurseDirs.<init>(RecurseDirs.java:91)
    at lrf.RecurseDirs.main(RecurseDirs.java:41)

Original issue reported on code.google.com by [email protected] on 25 Oct 2009 at 10:51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant