We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I combine 2 slips that have a barcode, part of the document disappears from the final file. See the attached images for more details.
Turning the version back to 0.2.37, it works!
0.2.37
Using the next version v.1.0.0, the problem happens.
v.1.0.0
I suspect that Commit 1d47eaf/Tag-v.1.0.0 caused this.
Therefore, I conclude that from version v.1.0.0 this problem is present.
I hope someone can help me with a fix.
pdf1.pdf
pdf2.pdf
irb
rails console
require 'combine_pdf' pdf = CombinePDF.new pdf << CombinePDF.load('pdf1.pdf') pdf << CombinePDF.load('pdf2.pdf') pdf.save 'pdf-combined.pdf'
Inspect the result file pdf-combined.pdf.
pdf-combined.pdf
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The problem:
When I combine 2 slips that have a barcode, part of the document disappears from the final file. See the attached images for more details.
Turning the version back to
0.2.37
, it works!Using the next version
v.1.0.0
, the problem happens.I suspect that Commit 1d47eaf/Tag-v.1.0.0 caused this.
Therefore, I conclude that from version
v.1.0.0
this problem is present.I hope someone can help me with a fix.
v.1.0.22 .. v.1.0.0 - Error, not displaying barcode
v.0.2.37 - Working, displaying barcode
To reproduce:
pdf1.pdf
pdf2.pdf
irb
ourails console
Inspect the result file
pdf-combined.pdf
.The text was updated successfully, but these errors were encountered: