This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 9 years ago.
I tried the example part4.chapter13.PdfXPdfA (http://itextpdf.com/examples/iia.php?id=226) by using the latest iText-Jras 5.4.1. The example did not work.
This error occured:
Exception in thread "main" java.lang.NoSuchFieldError: pdfIsoConformance
at com.itextpdf.text.pdf.PdfAWriter.<init>(PdfAWriter.java:178)
...
Then I tried the pure java sources and the error vanished away.
I think the build of the jar file is wrong.
Has anyone seen this before?
You need two jars to make this example work:
itextpdf-5.4.1.jar
itext-pdfa-5.4.1.jar
Both jars are present in the ZIP that can be downloaded from SourceForge. I'm the one who made the release yesterday. With every release I test the examples. Note that the PDFs on itextpdf.com are already built with the SNAPSHOT for iText 5.4.2 (because we've already submitted new code today).
Related
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 9 years ago.
We actually want to migrate our 2.0.23 Symfony application to 2.2. But as the release of the 2.3 version is quiet near (may 2013) we are wondering if it's not better waiting for this major as It is a LTS ? Which is very important for us.
I think better is to wait until the Long Time Support version is released. It will be maintained for 3 years according to the release model.
Update,
Possible duplicate > Update project based on Symfony 2.0 to Symfony 2.2
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I encounter an error when installing Jeffrey Arnold package from github.
library("devtools")
install_github("ggthemes", "jrnold")
Installing github repo(s) ggthemes/master from jrnold
Installing ggthemes.zip from https://api.github.com/repos/jrnold/ggthemes/zipball/master
Error as.list(param_pieces[, 2]) : Index out of bounds
Does anybody know how to solve it?
I'm not getting this error when I'm installing it from github. Can you open up an issue on github? Include the output of sessionInfo(). Also set options(error=recover) before running it so I can get a sense of where the error is occurring.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to start a cross-platform project. I had my researches and now I am almost certain Qt is the right deal. There is a big obstacle here though: licensing.
I want to sell my project and I also don't want to give out any source related to my work or pay for a license. I checked and noticed Qt offers both commercial and open source solutions. I have heard too many conflicting sayings on Qt licensing which confused me a lot. Some say that even if I use LGPL version of Qt, I still need to submit my code. Is this true?
Can someone give me a simple explanation on Qt licenses and tell me if I can sell my application without any kind of restrictions at all or not? Would anyone tell me any other equivalents to Qt for cross-platform development without any restrictions?
Just dynamically link to Qt. If you dynamically link to LGPL libraries, there's nothing to worry about.
If you statically link to them, you can just distribute your object files (not your source code), and you'll be fine.
The idea of the LGPL is that the end user has to be able to replace the LGPL library with a version they want. Dynamically linking to the LGPL library lets you do that, as does statically linking and distributing your object files. So long as you do this, you can sell your closed source program all you want.
Of course, there's more to the LGPL than just this, but that's the relevant part.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 11 years ago.
I have an asp.net website that I am able to log into after it is published in production, but when I run the actual code in debug, I cannot log in using the same credentials. When debugging the code, I see I am able to retrieve the user's profile from the database.
Perhaps I am missing some sort of Visual Studio configuration?
I am debugging the solution from a solution file that points to the file location of the project. Maybe I am missing something in the solution file as well.
I figured this out. It looks like the way the application uses the URL parameters after logging in, the parameter must be in all upper case. I initially had it entered in mixed case. This is why it was failing the authentication.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 11 years ago.
I setup Cruisecontrol to auto build a flex project every 1 hour using FlexAnt. The build itself works great - I can see when the project build fails/succeeds in the console perfectly well. But the cruisecontrol dashboard is not updated for the flex project.
I have the sample connectfour project, and when it fails, I can see the red box for the project in the dashboard. This does not happen for my flex projects.
Any ideas on how I can rectify this?
Regards,
Ravi.
This problem has not been encountered later. Sorry about that.